summaryrefslogtreecommitdiff
path: root/nonprism/gthumb
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-13 16:03:54 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-13 16:03:54 -0300
commitecbe4f91c7cd19fd04a2d72fdbb419a3eca4e7a2 (patch)
treeaa6bf35b719e457ca50319170f568d7214bf0d4b /nonprism/gthumb
parentd39587cefe08d8f636553d239659452ff08553d0 (diff)
downloadabslibre-ecbe4f91c7cd19fd04a2d72fdbb419a3eca4e7a2.tar.gz
abslibre-ecbe4f91c7cd19fd04a2d72fdbb419a3eca4e7a2.tar.bz2
abslibre-ecbe4f91c7cd19fd04a2d72fdbb419a3eca4e7a2.zip
gthumb-3.4.3-1.nonprism1: updating version
Diffstat (limited to 'nonprism/gthumb')
-rw-r--r--nonprism/gthumb/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/gthumb/PKGBUILD b/nonprism/gthumb/PKGBUILD
index 15e5ad88e..9e40a1eb7 100644
--- a/nonprism/gthumb/PKGBUILD
+++ b/nonprism/gthumb/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 262077 2016-03-19 11:12:17Z heftig $
+# $Id: PKGBUILD 264699 2016-04-12 08:35:46Z jgc $
# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor (Arch): Jan de Groot <jgc@archlinux.org>
# Contributor (Arch): Tobias Kieslich <tobias@justdreams.de>
@@ -6,7 +6,7 @@
# Contributor: Márcio Silva <coadde@parabola.nu>
pkgname=gthumb
-pkgver=3.4.2
+pkgver=3.4.3
pkgrel=1.nonprism1
pkgdesc="Image browser and viewer for the GNOME Desktop, without support for unsafe and dangerous for privacy protocols"
arch=(i686 x86_64)
@@ -28,7 +28,7 @@ options=('!emptydirs')
install=gthumb.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
nonprism.patch)
-sha256sums=('c34423bf9a33bc287e8e81a917fe29d1956e5308a7191e86f486f66c71607cfa'
+sha256sums=('c10fd12f3bfea31c390c74e8e08f86f16e2159fbd6c806daa025423e0ded825d'
'b1cd2463ab6475ce91a2b2e83dfcb1835ffaa9640c59d7bcfbe611163327fa45')
prepare() {
@@ -43,7 +43,7 @@ build() {
--localstatedir=/var --disable-static \
--enable-libchamplain
- 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
}