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

Jan de Groot jgc at archlinux.org
Tue Apr 12 08:03:25 UTC 2016


    Date: Tuesday, April 12, 2016 @ 10:03:24
  Author: jgc
Revision: 264695

upgpkg: eog 3.20.1-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-12 08:00:51 UTC (rev 264694)
+++ PKGBUILD	2016-04-12 08:03:24 UTC (rev 264695)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=eog
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 arch=(i686 x86_64)
@@ -15,13 +15,13 @@
 options=('!emptydirs')
 url="https://wiki.gnome.org/Apps/EyeOfGnome"
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db715c172443c670dd959d1e6170a403018ed71b77dfd8732ac665a3b53e7e2b')
+sha256sums=('4f021988f1b24b4d575f85fc789596194a6e890af3fa9b2b8e4f493fc3df8352')
 
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var
-  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