[arch-commits] Commit in libgnome (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Aug 11 18:25:42 UTC 2009


    Date: Tuesday, August 11, 2009 @ 14:25:41
  Author: jgc
Revision: 49533

Update to 2.27.5:
- depend on latest version of gconf.
- Remove dependency on esound.
- Use sha256sums.

Added:
  libgnome/gnome-unstable/
Modified:
  libgnome/gnome-unstable/PKGBUILD

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-11 18:12:43 UTC (rev 49532)
+++ gnome-unstable/PKGBUILD	2009-08-11 18:25:41 UTC (rev 49533)
@@ -2,23 +2,23 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libgnome
-pkgver=2.26.0
-pkgrel=2
+pkgver=2.27.5
+pkgrel=1
 pkgdesc="Common libraries for GNOME"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gnome-vfs>=2.24.1-2' 'esound>=0.2.41' 'libbonobo>=2.24.1')
+depends=('gnome-vfs>=2.24.1-2' 'libbonobo>=2.24.1' 'gconf>=2.26.2-3')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
 url="http://www.gnome.org"
 install=libgnome.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a5634fe9ddc54bbb726cbaaa35abc0b9')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f989f7c5c263bd3dc7454b0b4ddb154bbd39b81a11138ccca57d72404b01a546')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static || return 1
+      --localstatedir=/var --disable-static --disable-esd || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list