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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 3 08:58:38 UTC 2013


    Date: Wednesday, April 3, 2013 @ 10:58:37
  Author: heftig
Revision: 181317

kick out of gnome

Modified:
  notification-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-03 08:57:20 UTC (rev 181316)
+++ PKGBUILD	2013-04-03 08:58:37 UTC (rev 181317)
@@ -4,14 +4,13 @@
 
 pkgname=notification-daemon
 pkgver=0.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Notification daemon for the desktop notifications framework"
-arch=('i686' 'x86_64')
-license=('GPL')
+arch=(i686 x86_64)
+license=(GPL)
 url="http://www.galago-project.org/specs/notification/"
-depends=('gtk3' 'libcanberra')
-groups=('gnome')
-makedepends=('pkgconfig' 'intltool')
+depends=(gtk3 libcanberra)
+makedepends=(pkgconfig intltool)
 options=('!libtool' '!emptydirs')
 source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3')
@@ -24,6 +23,11 @@
     make
 }
 
+check() {
+    cd ${pkgname}-${pkgver}
+    make check
+}
+
 package() {
     cd ${pkgname}-${pkgver}
     make DESTDIR=${pkgdir} install




More information about the arch-commits mailing list