diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-07 03:52:15 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-07 03:52:15 +0000 |
commit | d44823e5676f0edd0e259c7c33d5640a043748ac (patch) | |
tree | a861b18b863dacb947ba2b8e9cbcb47ef80a03ef /community/mate-notification-daemon/PKGBUILD | |
parent | c183da9d3df5445f5021cd6563012ba2abfc393e (diff) |
Fri Mar 7 03:48:12 UTC 2014
Diffstat (limited to 'community/mate-notification-daemon/PKGBUILD')
-rw-r--r-- | community/mate-notification-daemon/PKGBUILD | 14 |
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 } |