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

Ionut Biru ibiru at archlinux.org
Tue Nov 16 22:24:03 UTC 2010


    Date: Tuesday, November 16, 2010 @ 17:24:02
  Author: ibiru
Revision: 99716

upgpkg: libnotify 0.5.2-1
update to 0.5.2

Modified:
  libnotify/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-16 22:03:12 UTC (rev 99715)
+++ PKGBUILD	2010-11-16 22:24:02 UTC (rev 99716)
@@ -2,21 +2,20 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libnotify
-pkgver=0.4.5
-pkgrel=1.1
+pkgver=0.5.2
+pkgrel=1
 pkgdesc="Desktop notification library"
 arch=(i686 x86_64)
+url="http://www.galago-project.org/"
 license=('LGPL')
-depends=('dbus-glib>=0.80' 'gtk2>=2.16.1')
-makedepends=('pkgconfig')
+depends=('dbus-glib>=0.92' 'gtk2>=2.22.1')
 options=('!libtool')
-source=(http://www.galago-project.org/files/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-url="http://www.galago-project.org/"
-md5sums=('472e2c1f808848365572a9b024d9e8f5')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1f6f1a2d6a0e009997c7ed31f6197f9bf09e9b45fb9cd54acabceea951d99062')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr --disable-static
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list