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

Jan Steffens heftig at archlinux.org
Wed Oct 5 22:16:27 UTC 2016


    Date: Wednesday, October 5, 2016 @ 22:16:27
  Author: heftig
Revision: 277790

1.50.0+1+gb8d92b0-1

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-05 22:12:36 UTC (rev 277789)
+++ PKGBUILD	2016-10-05 22:16:27 UTC (rev 277790)
@@ -4,15 +4,15 @@
 pkgbase=gobject-introspection
 pkgname=('gobject-introspection' 'gobject-introspection-runtime')
 pkgdesc="Introspection system for GObject-based libraries"
-pkgver=1.50.0
+pkgver=1.50.0+1+gb8d92b0
 pkgrel=1
 url="https://live.gnome.org/GObjectIntrospection"
 arch=('x86_64' 'i686')
 license=('LGPL' 'GPL')
 depends=('python' 'python-mako')
-makedepends=('cairo' 'git')
+makedepends=('cairo' 'git' 'gtk-doc')
 options=('!emptydirs')
-_commit=cee2a4f215d5edf2e27b9964d3cfcb28a9d4941c  # tags/1.50.0^0
+_commit=b8d92b0b36b3907ef066e068e33e9309eb0f8ec5  # master
 source=("git://git.gnome.org/gobject-introspection#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@
   
 build() {
   cd $pkgbase
-  ./configure --prefix=/usr --disable-static --enable-doctool
+  ./configure --prefix=/usr --disable-static --enable-doctool --enable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list