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

Ionut Biru ibiru at archlinux.org
Sat Apr 21 11:44:37 UTC 2012


    Date: Saturday, April 21, 2012 @ 07:44:36
  Author: ibiru
Revision: 156591

update to libgsf-1.14.23, python stuff is disabled by default

Modified:
  libgsf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-21 10:27:02 UTC (rev 156590)
+++ PKGBUILD	2012-04-21 11:44:36 UTC (rev 156591)
@@ -3,27 +3,26 @@
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=libgsf
-pkgver=1.14.22
-pkgrel=2
+pkgver=1.14.23
+pkgrel=1
 arch=(i686 x86_64)
 pkgdesc="The GNOME Structured File Library is a utility library for reading and writing structured file formats"
 url="http://www.gnome.org/"
 license=('GPL' 'LGPL')
 options=('!libtool')
 depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-conflicts=("libgsf-gnome<$pkgver")
-makedepends=('intltool' 'pygtk')
+makedepends=('intltool' 'gobject-introspection')
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('a5f23be3cab72abd91bb443a32f41d6adc73250285b53787460750b6d60b783f')
+sha256sums=('bfc1c6178f5319d5e6d854c380ce26542f9a103a5ff31c9d25a834e0be52fb17')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static
   make
 }
 
 package_libgsf() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list