diff options
| author | Cecil <knoppmyth@gmail.com> | 2011-07-06 08:07:57 (GMT) | 
|---|---|---|
| committer | Cecil <knoppmyth@gmail.com> | 2011-07-06 08:07:57 (GMT) | 
| commit | 7ae65bbcf4d2e217d2fc48996f9c2c944d47982a (patch) | |
| tree | a0ea256b123458f74cc9333f2b0a84a6ee9bab76 | |
| parent | 2aa70bcdb52ccdd541b362666b590e88e504c2af (diff) | |
| download | linhes_pkgbuild-7ae65bbcf4d2e217d2fc48996f9c2c944d47982a.zip linhes_pkgbuild-7ae65bbcf4d2e217d2fc48996f9c2c944d47982a.tar.gz linhes_pkgbuild-7ae65bbcf4d2e217d2fc48996f9c2c944d47982a.tar.bz2 | |
libnotify:bumped to latest.
| -rw-r--r-- | abs/extra/libnotify/PKGBUILD | 21 | 
1 files changed, 10 insertions, 11 deletions
| diff --git a/abs/extra/libnotify/PKGBUILD b/abs/extra/libnotify/PKGBUILD index 3b8d12f..dd37ce8 100644 --- a/abs/extra/libnotify/PKGBUILD +++ b/abs/extra/libnotify/PKGBUILD @@ -1,22 +1,21 @@ -# $Id: PKGBUILD 19585 2008-11-27 18:06:47Z hugo $ +# $Id: PKGBUILD 99716 2010-11-16 22:24:02Z ibiru $  # Maintainer: Jan de Groot <jgc@archlinux.org>  pkgname=libnotify -pkgver=0.4.5 +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.76' 'gtk2>=2.14.4') -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 ${startdir}/src/${pkgname}-${pkgver} -  ./configure --prefix=/usr --disable-static || return 1 -  make || return 1 -  make DESTDIR=${startdir}/pkg install || return 1 +  cd "${srcdir}/${pkgname}-${pkgver}" +  ./configure --prefix=/usr --disable-static +  make +  make DESTDIR="${pkgdir}" install  } | 
