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

Jan Steffens heftig at archlinux.org
Sat May 4 23:53:17 UTC 2019


    Date: Saturday, May 4, 2019 @ 23:53:16
  Author: heftig
Revision: 352523

1.14.46-1

Modified:
  libgsf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-04 22:42:26 UTC (rev 352522)
+++ PKGBUILD	2019-05-04 23:53:16 UTC (rev 352523)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=libgsf
-pkgver=1.14.45
+pkgver=1.14.46
 pkgrel=1
 arch=(x86_64)
 pkgdesc="An extensible I/O abstraction library for dealing with structured file formats"
@@ -10,8 +10,9 @@
 url="https://gitlab.gnome.org/GNOME/libgsf.git"
 license=(GPL LGPL)
 depends=(libxml2 gdk-pixbuf2 bzip2)
-makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
-_commit=0e782357360f63e1e429d2abece71ceba1228654  # tags/LIBGSF_1_14_45^0
+makedepends=(gobject-introspection git gtk-doc autoconf-archive)
+checkdepends=(perl-xml-parser unzip) 
+_commit=a753a22f85601fd212afc52cb54d50c577951d91  # tags/LIBGSF_1_14_46^0
 source=("git+https://gitlab.gnome.org/GNOME/libgsf.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -34,6 +35,7 @@
   cd "$pkgname"
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static --enable-introspection --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list