summaryrefslogtreecommitdiff
path: root/community/mate-notification-daemon/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-notification-daemon/PKGBUILD')
-rw-r--r--community/mate-notification-daemon/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
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 <code@flexion.org>
-# Contributor: Giovanni Ricciardi <kar98k.sniper@gmail.com>
-# Contributor: Xpander <xpander0@gmail.com>
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
}