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

Jan de Groot jgc at archlinux.org
Fri Nov 9 13:28:53 UTC 2012


    Date: Friday, November 9, 2012 @ 08:28:53
  Author: jgc
Revision: 170684

upgpkg: gobject-introspection 1.34.1.1-2

Add doctool (FS#32406)

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-09 12:41:46 UTC (rev 170683)
+++ PKGBUILD	2012-11-09 13:28:53 UTC (rev 170684)
@@ -3,12 +3,12 @@
 
 pkgname=gobject-introspection
 pkgver=1.34.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Introspection system for GObject-based libraries"
 url="https://live.gnome.org/GObjectIntrospection"
 arch=('x86_64' 'i686')
 license=('LGPL' 'GPL')
-depends=('glib2' 'python2')
+depends=('glib2' 'python2' 'python2-mako')
 makedepends=('cairo')
 options=('!libtool')
 source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
@@ -16,7 +16,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static --enable-doctool
   make
 }
 




More information about the arch-commits mailing list