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

Eric Bélanger eric at archlinux.org
Tue Jan 24 19:17:41 UTC 2012


    Date: Tuesday, January 24, 2012 @ 14:17:41
  Author: eric
Revision: 147213

upgpkg: pygtksourceview2 2.10.1-4

Rebuild against libpng 1.5 and libtiff 4.0

Modified:
  pygtksourceview2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-24 19:17:06 UTC (rev 147212)
+++ PKGBUILD	2012-01-24 19:17:41 UTC (rev 147213)
@@ -3,12 +3,12 @@
 
 pkgname=pygtksourceview2
 pkgver=2.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Python bindings for gtksourceview2"
 arch=(i686 x86_64)
 license=('GPL')
 depends=('gtksourceview2>=2.10.0' 'pygtk>=2.17.0')
-makedepends=('intltool' 'pkgconfig')
+makedepends=('intltool' 'pkg-config')
 options=('!libtool')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.10/pygtksourceview-${pkgver}.tar.bz2)
@@ -19,5 +19,9 @@
   PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static --disable-docs
   make
+}
+
+package() {
+  cd "${srcdir}/pygtksourceview-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list