From d44823e5676f0edd0e259c7c33d5640a043748ac Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 7 Mar 2014 03:52:15 +0000 Subject: Fri Mar 7 03:48:12 UTC 2014 --- community/mate-notification-daemon/PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'community/mate-notification-daemon/PKGBUILD') diff --git a/community/mate-notification-daemon/PKGBUILD b/community/mate-notification-daemon/PKGBUILD index 0201510a6..7cbbb6aa0 100644 --- a/community/mate-notification-daemon/PKGBUILD +++ b/community/mate-notification-daemon/PKGBUILD @@ -1,22 +1,19 @@ -# $Id: PKGBUILD 104203 2014-01-16 16:45:28Z flexiondotorg $ # Maintainer : Martin Wimpress -# Contributor: Giovanni Ricciardi -# Contributor: Xpander pkgname=mate-notification-daemon -pkgver=1.6.1 -pkgrel=3 +pkgver=1.8.0 +pkgrel=1 pkgdesc="Notification daemon for MATE" url="http://mate-desktop.org" arch=('i686' 'x86_64') license=('GPL' 'LGPL') -depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libmatewnck' 'libnotify') +depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libwnck' 'libnotify') makedepends=('mate-common' 'perl-xml-parser') options=('!emptydirs') groups=('mate') provides=('notification-daemon') -source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") -sha1sums=('b911efdc4e37dc0b521165168fee03889f776c12') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('5f663ee460b7a4cdeab9d4ee3b17746e0eabb78d') install=${pkgname}.install build() { @@ -24,6 +21,7 @@ build() { ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/${pkgname} \ + --with-gtk=2.0 \ --disable-static make } -- cgit v1.2.3-54-g00ecf