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

Jan de Groot jgc at archlinux.org
Fri Jun 10 11:26:26 UTC 2016


    Date: Friday, June 10, 2016 @ 13:26:25
  Author: jgc
Revision: 269282

upgpkg: librsvg 1:2.40.16-2

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-10 10:43:22 UTC (rev 269281)
+++ PKGBUILD	2016-06-10 11:26:25 UTC (rev 269282)
@@ -2,9 +2,9 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=librsvg
-pkgver=2.40.15
+pkgver=2.40.16
 pkgrel=2
-epoch=2
+epoch=1
 pkgdesc="A SVG viewing library"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -11,19 +11,15 @@
 depends=('gdk-pixbuf2' 'pango' 'libcroco')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
 options=('!emptydirs')
-url="https://live.gnome.org/LibRsvg"
+url="https://wiki.gnome.org/Projects/LibRsvg"
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9cac4a123eec6e553a26e120979bab7425def9ae7ce7c079eba5e4a45db05f4')
+sha256sums=('d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e')
 
-prepare() {
-  cd $pkgname-$pkgver
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static --enable-vala
 
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
 
   make
 }



More information about the arch-commits mailing list