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

Jan Steffens heftig at archlinux.org
Fri Apr 21 22:16:58 UTC 2017


    Date: Friday, April 21, 2017 @ 22:16:57
  Author: heftig
Revision: 293860

3.4.5+1+geec2172e-1

Modified:
  gthumb/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-21 22:15:21 UTC (rev 293859)
+++ PKGBUILD	2017-04-21 22:16:57 UTC (rev 293860)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=gthumb
-pkgver=3.4.4.1
-pkgrel=3
+pkgver=3.4.5+1+geec2172e
+pkgrel=1
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 url="https://wiki.gnome.org/Apps/gthumb"
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
             'libchamplain: map viewer'
             'brasero: burn discs'
             'liboauth: web albums')
-_commit=849e68f5ba606c25988a1e9e6669519734a7449a  # gthumb-3-4
+_commit=eec2172e3554ecdca40dfeb1b84f8d7fc322338e  # gthumb-3-4
 source=("git+https://git.gnome.org/browse/gthumb#commit=$_commit"
         0001-Do-not-process-bitmap-thumbnails-with-invalid-color-.patch)
 sha256sums=('SKIP'
@@ -32,22 +32,16 @@
 
 prepare() {
   cd $pkgname
-  # Fixup tags for pkgver()
-  git tag -f 3.4.4.1 849e68f5ba606c25988a1e9e6669519734a7449a
+  patch -Np1 -i ../0001-Do-not-process-bitmap-thumbnails-with-invalid-color-.patch
   NOCONFIGURE=1 ./autogen.sh
-
-  patch -Np1 -i ../0001-Do-not-process-bitmap-thumbnails-with-invalid-color-.patch
 }
 
 build() {
   cd $pkgname
-
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
       --enable-libchamplain
-
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
   make
 }
 



More information about the arch-commits mailing list