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

Jan Steffens heftig at archlinux.org
Mon Feb 13 19:19:16 UTC 2017


    Date: Monday, February 13, 2017 @ 19:19:15
  Author: heftig
Revision: 288892

2.50.3-1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-13 18:49:13 UTC (rev 288891)
+++ PKGBUILD	2017-02-13 19:19:15 UTC (rev 288892)
@@ -3,15 +3,15 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.50.2
+pkgver=2.50.3
 pkgrel=1
 pkgdesc="Low level core library"
 url="http://www.gtk.org/"
 arch=(i686 x86_64)
-makedepends=(gettext gtk-doc libffi pcre zlib shared-mime-info python libelf git)
+makedepends=(gettext gtk-doc libffi pcre zlib shared-mime-info python libelf git util-linux)
 checkdepends=(desktop-file-utils dbus)
-_commit=224f8171dceca920cfd8a4b446726b7610cdafd9  # tags/2.50.2^0
-source=("git://git.gnome.org/glib#commit=$_commit"
+_commit=9da3e7226d20715962f679812ce7632513b7e06c  # tags/2.50.3^0
+source=("git+https://git.gnome.org/browse/glib#commit=$_commit"
         glib-compile-schemas.hook
         gio-querymodules.hook
         revert-warn-glib-compile-schemas.patch)
@@ -37,7 +37,8 @@
       --sysconfdir=/etc \
       --with-pcre=system \
       --disable-fam \
-      --enable-gtk-doc
+      --enable-gtk-doc \
+      $(check_option debug y && echo --enable-debug=yes)
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
@@ -52,7 +53,7 @@
 }
 
 package_glib2() {
-  depends=(pcre libffi)
+  depends=(pcre libffi libutil-linux)
   optdepends=('python: for gdbus-codegen and gtester-report'
               'libelf: gresource inspection tool')
   options=(!docs !emptydirs)



More information about the arch-commits mailing list