[arch-commits] Commit in mate-notification-daemon/trunk (PKGBUILD)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 20:57:39 UTC 2014


    Date: Wednesday, March 5, 2014 @ 21:57:39
  Author: flexiondotorg
Revision: 106552

Updated to 1.8

Modified:
  mate-notification-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-05 20:57:23 UTC (rev 106551)
+++ PKGBUILD	2014-03-05 20:57:39 UTC (rev 106552)
@@ -1,22 +1,19 @@
-# $Id$
 # Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Giovanni Ricciardi <kar98k.sniper at gmail.com>
-# Contributor: Xpander <xpander0 at 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 @@
     ./configure \
         --prefix=/usr \
         --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=2.0 \
         --disable-static
     make
 }




More information about the arch-commits mailing list