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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:13:38
  Author: felixonmars
Revision: 659173

upgpkg: notification-daemon 3.20.0-4: reproducibility rebuild

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:13:27 UTC (rev 659172)
+++ PKGBUILD2020-07-07 16:13:38 UTC (rev 659173)
@@ -3,7 +3,7 @@
 
 pkgname=notification-daemon
 pkgver=3.20.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Server implementation of the freedesktop.org desktop notification 
specification"
 arch=(x86_64)
 license=(GPL2)


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

2019-04-02 Thread Brett Cornwall via arch-commits
Date: Wednesday, April 3, 2019 @ 04:24:06
  Author: ainola
Revision: 448263

upgpkg: notification-daemon 3.20.0-3

PKGBUILD cleanups

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |   24 ++--
 1 file changed, 10 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-03 04:13:49 UTC (rev 448262)
+++ PKGBUILD2019-04-03 04:24:06 UTC (rev 448263)
@@ -3,22 +3,18 @@
 
 pkgname=notification-daemon
 pkgver=3.20.0
-pkgrel=2
-pkgdesc="Notification daemon for the desktop notifications framework"
+pkgrel=3
+pkgdesc="Server implementation of the freedesktop.org desktop notification 
specification"
 arch=(x86_64)
-license=(GPL)
-url="http://www.gnome.org/";
-depends=(gtk3 libcanberra)
+license=(GPL2)
+url="https://wiki.gnome.org/Projects/NotificationDaemon";
+depends=(gtk3)
 makedepends=(intltool)
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+source=("https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz";)
 sha256sums=('dd13768f35fd8bba9c4920b0f8269f39270e5a3cfed1a34c3b940a492286ece5')
 
-prepare() {
-cd ${pkgname}-${pkgver}
-}
-
 build() {
-cd ${pkgname}-${pkgver}
+cd "${pkgname}-${pkgver}"
 ./configure --prefix=/usr --sysconfdir=/etc \
 --libexecdir=/usr/lib/notification-daemon-1.0 \
 --localstatedir=/var --disable-static
@@ -26,11 +22,11 @@
 }
 
 check() {
-cd ${pkgname}-${pkgver}
+cd "${pkgname}-${pkgver}"
 make check
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
 }


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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 22:53:34
  Author: foutrelis
Revision: 405118

PIE/BUILDINFO rebuild

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:53:25 UTC (rev 405117)
+++ PKGBUILD2018-11-09 22:53:34 UTC (rev 405118)
@@ -3,7 +3,7 @@
 
 pkgname=notification-daemon
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=(x86_64)
 license=(GPL)


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

2016-04-10 Thread Jan Steffens
Date: Sunday, April 10, 2016 @ 13:35:50
  Author: heftig
Revision: 170063

3.20.0-1

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 10:46:07 UTC (rev 170062)
+++ PKGBUILD2016-04-10 11:35:50 UTC (rev 170063)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=3.18.1
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(gtk3 libcanberra)
 makedepends=(intltool)
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5c3c86d677884b648bff58985fd3f5eb67d1fc92b78161f1e2e1dc5be91f5d05')
+sha256sums=('dd13768f35fd8bba9c4920b0f8269f39270e5a3cfed1a34c3b940a492286ece5')
 
 prepare() {
 cd ${pkgname}-${pkgver}


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

2015-10-13 Thread Jan Steffens
Date: Tuesday, October 13, 2015 @ 09:34:44
  Author: heftig
Revision: 143888

3.18.1

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-13 07:24:56 UTC (rev 143887)
+++ PKGBUILD2015-10-13 07:34:44 UTC (rev 143888)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(gtk3 libcanberra)
 makedepends=(intltool)
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3bdbb2615c511227b79d0b59b025f24f2dc11be93c225cde965ccd70c99d326c')
+sha256sums=('5c3c86d677884b648bff58985fd3f5eb67d1fc92b78161f1e2e1dc5be91f5d05')
 
 prepare() {
 cd ${pkgname}-${pkgver}


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

2015-10-03 Thread Jan Steffens
Date: Sunday, October 4, 2015 @ 02:37:07
  Author: heftig
Revision: 142901

3.18.0

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-03 20:57:26 UTC (rev 142900)
+++ PKGBUILD2015-10-04 00:37:07 UTC (rev 142901)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=3.16.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(gtk3 libcanberra)
 makedepends=(intltool)
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('256b322f5d18d438c3f1b0d1d10b6b1fbcff80f82f785e3fc69680e4e498fd81')
+sha256sums=('3bdbb2615c511227b79d0b59b025f24f2dc11be93c225cde965ccd70c99d326c')
 
 prepare() {
 cd ${pkgname}-${pkgver}


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

2015-04-17 Thread Balló György
Date: Friday, April 17, 2015 @ 10:47:59
  Author: bgyorgy
Revision: 131533

upgpkg: notification-daemon 3.16.1-1

Update to version 3.16.1

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-17 07:17:49 UTC (rev 131532)
+++ PKGBUILD2015-04-17 08:47:59 UTC (rev 131533)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=3.14.1
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(gtk3 libcanberra)
 makedepends=(intltool)
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3cd9af77708fb1ab95ed6c8c66095c5c99a19e84eadc6ba607ef07973e262b80')
+sha256sums=('256b322f5d18d438c3f1b0d1d10b6b1fbcff80f82f785e3fc69680e4e498fd81')
 
 prepare() {
 cd ${pkgname}-${pkgver}


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

2014-12-05 Thread Balló György
Date: Friday, December 5, 2014 @ 20:33:27
  Author: bgyorgy
Revision: 123511

upgpkg: notification-daemon 3.14.1-1

Update to version 3.14.1

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-05 19:22:07 UTC (rev 123510)
+++ PKGBUILD2014-12-05 19:33:27 UTC (rev 123511)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(gtk3 libcanberra)
 makedepends=(intltool)
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('6f55108e2964d0e0186c8886a545d0537052dc32010218cd657658534c316797')
+sha256sums=('3cd9af77708fb1ab95ed6c8c66095c5c99a19e84eadc6ba607ef07973e262b80')
 
 prepare() {
 cd ${pkgname}-${pkgver}


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

2013-04-03 Thread Jan Steffens
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
===
--- PKGBUILD2013-04-03 08:57:20 UTC (rev 181316)
+++ PKGBUILD2013-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



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

2012-09-12 Thread Jan de Groot
Date: Wednesday, September 12, 2012 @ 13:37:22
  Author: jgc
Revision: 166584

upgpkg: notification-daemon 0.7.6-1

Update to 0.7.6

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-12 17:32:14 UTC (rev 166583)
+++ PKGBUILD2012-09-12 17:37:22 UTC (rev 166584)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=0.7.4
+pkgver=0.7.6
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9591273ee2099215cfbe1ce7eb7c08e8cbc3743d0a119e331889ffe9004e6f2f')
+sha256sums=('64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3')
 
 build() {
 cd ${pkgname}-${pkgver}



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

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 12:34:30
  Author: heftig
Revision: 154758

0.7.4

Modified:
  notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 16:34:14 UTC (rev 154757)
+++ PKGBUILD2012-03-30 16:34:30 UTC (rev 154758)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=0.7.3
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=('i686' 'x86_64')
@@ -14,10 +14,10 @@
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c40931557c42cd12fdb04ab531fd7d5c5766641e76babdbff6079a6d88342704')
+sha256sums=('9591273ee2099215cfbe1ce7eb7c08e8cbc3743d0a119e331889ffe9004e6f2f')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure --prefix=/usr --sysconfdir=/etc \
 --libexecdir=/usr/lib/notification-daemon-1.0 \
 --localstatedir=/var --disable-static
@@ -25,6 +25,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR=${pkgdir} install
 }



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

2011-10-17 Thread Ionut Biru
Date: Monday, October 17, 2011 @ 14:07:47
  Author: ibiru
Revision: 140648

update to 0.7.3

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 18:02:56 UTC (rev 140647)
+++ PKGBUILD2011-10-17 18:07:47 UTC (rev 140648)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('74ccbedfe25c9559278ba35ef716125ada9ba0074fe7321a2271abfed5990661')
+sha256sums=('c40931557c42cd12fdb04ab531fd7d5c5766641e76babdbff6079a6d88342704')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-09-08 Thread Ionut Biru
Date: Thursday, September 8, 2011 @ 15:53:27
  Author: ibiru
Revision: 137529

update to 0.7.2

Modified:
  notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-08 19:52:46 UTC (rev 137528)
+++ PKGBUILD2011-09-08 19:53:27 UTC (rev 137529)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 url="http://www.galago-project.org/specs/notification/";
 depends=('gtk3' 'libcanberra')
 groups=('gnome')
-makedepends=('pkgconfig' 'intltool' 'dbus-glib')
+makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d26bf9021b3ae708d36e55437642a89d6b81693fe39d27c5d1ec869e22697b8b')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('74ccbedfe25c9559278ba35ef716125ada9ba0074fe7321a2271abfed5990661')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-02-16 Thread Ionut Biru
Date: Wednesday, February 16, 2011 @ 12:22:45
  Author: ibiru
Revision: 110126

upgpkg: notification-daemon 0.7.1-1
update to 0.7.1

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-16 17:12:08 UTC (rev 110125)
+++ PKGBUILD2011-02-16 17:22:45 UTC (rev 110126)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'intltool' 'dbus-glib')
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('47e894192d56050223c5972d8a451ea578cec2e20289d4c00616f98bb828cdf8')
+sha256sums=('d26bf9021b3ae708d36e55437642a89d6b81693fe39d27c5d1ec869e22697b8b')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-02-12 Thread Ionut Biru
Date: Saturday, February 12, 2011 @ 13:27:49
  Author: ibiru
Revision: 109780

upgpkg: notification-daemon 0.7.0-1
update to 0.7.0.

Modified:
  notification-daemon/trunk/PKGBUILD

--+
 PKGBUILD |   33 -
 1 file changed, 16 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-12 17:40:59 UTC (rev 109779)
+++ PKGBUILD2011-02-12 18:27:49 UTC (rev 109780)
@@ -3,29 +3,28 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=notification-daemon
-pkgver=0.4.0
-pkgrel=4
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="Notification daemon for the desktop notifications framework"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.galago-project.org/specs/notification/";
-depends=('libsexy>=0.1.11' 'libwnck>=2.28.0' 'gconf>=2.28.0' 
'gstreamer0.10-base>=0.10.25' 'libnotify>=0.4.5' 'libglade>=2.6.4' 
'hicolor-icon-theme')
+depends=('gtk3' 'libcanberra')
 groups=('gnome')
-makedepends=('pkgconfig' 'intltool')
+makedepends=('pkgconfig' 'intltool' 'dbus-glib')
 options=('!libtool' '!emptydirs')
-install=notification-daemon.install
-source=(http://www.galago-project.org/files/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e61eff9782551d81045bb53e8a801d58')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('47e894192d56050223c5972d8a451ea578cec2e20289d4c00616f98bb828cdf8')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/notification-daemon-1.0 \
-  --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || 
return 1
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
 
-  install -d -m755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain notification-daemon ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR=${pkgdir} install
 }



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

2010-01-17 Thread Jan de Groot
Date: Sunday, January 17, 2010 @ 08:58:02
  Author: jgc
Revision: 63420

upgpkg: notification-daemon 0.4.0-4
Rebuild for libpng14

Modified:
  notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-17 13:53:04 UTC (rev 63419)
+++ PKGBUILD2010-01-17 13:58:02 UTC (rev 63420)
@@ -2,14 +2,14 @@
 # Maintainer: Jan de Groot 
 # Contributor: Mark Rosenstand 
 
-pkgname="notification-daemon"
+pkgname=notification-daemon
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Notification daemon for the desktop notifications framework"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.galago-project.org/specs/notification/";
-depends=('libsexy>=0.1.11' 'libwnck>=2.26.1' 'gconf>=2.26.2' 
'gstreamer0.10-base' 'libnotify>=0.4.5' 'libglade>=2.6.4' 'hicolor-icon-theme')
+depends=('libsexy>=0.1.11' 'libwnck>=2.28.0' 'gconf>=2.28.0' 
'gstreamer0.10-base>=0.10.25' 'libnotify>=0.4.5' 'libglade>=2.6.4' 
'hicolor-icon-theme')
 groups=('gnome')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
@@ -21,7 +21,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/notification-daemon-1.0 \
-  --localstatedir=/var --disable-static
+  --localstatedir=/var --disable-static || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || 
return 1