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

Jan de Groot jgc at archlinux.org
Mon Sep 19 13:01:35 UTC 2016


    Date: Monday, September 19, 2016 @ 13:01:34
  Author: jgc
Revision: 276702

upgpkg: gdk-pixbuf2 2.35.5+2+g70fd812-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-19 12:33:23 UTC (rev 276701)
+++ PKGBUILD	2016-09-19 13:01:34 UTC (rev 276702)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gdk-pixbuf2
-pkgver=2.34.0
+pkgver=2.35.5+2+g70fd812
 pkgrel=1
 pkgdesc="An image loading library"
 arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@
 url="http://www.gtk.org/"
 license=('LGPL2.1')
 depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
+makedepends=('gtk-doc' 'gobject-introspection' 'git')
 install=gdk-pixbuf2.install
-_commit=083c152f41996ba92cbb6616ed0b1fe51bb9b92c
+_commit=70fd812a7fe4d5834585724a690457db338632a9
 source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
         gdk-pixbuf-query-loaders.hook)
 sha256sums=('SKIP'
@@ -32,7 +32,8 @@
     ./configure --prefix=/usr \
         --with-x11 \
         --with-libjasper \
-        --with-included-loaders=png
+        --with-included-loaders=png \
+        --enable-gtk-doc
     sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
     make
 }



More information about the arch-commits mailing list