[arch-commits] Commit in gthumb/repos (8 files)

Jan Steffens heftig at archlinux.org
Wed Oct 8 18:18:34 UTC 2014


    Date: Wednesday, October 8, 2014 @ 20:18:34
  Author: heftig
Revision: 224112

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gthumb/repos/testing-i686/
  gthumb/repos/testing-i686/PKGBUILD
    (from rev 224111, gthumb/trunk/PKGBUILD)
  gthumb/repos/testing-i686/gthumb.install
    (from rev 224111, gthumb/trunk/gthumb.install)
  gthumb/repos/testing-i686/webkit2gtk-4.0.patch
    (from rev 224111, gthumb/trunk/webkit2gtk-4.0.patch)
  gthumb/repos/testing-x86_64/
  gthumb/repos/testing-x86_64/PKGBUILD
    (from rev 224111, gthumb/trunk/PKGBUILD)
  gthumb/repos/testing-x86_64/gthumb.install
    (from rev 224111, gthumb/trunk/gthumb.install)
  gthumb/repos/testing-x86_64/webkit2gtk-4.0.patch
    (from rev 224111, gthumb/trunk/webkit2gtk-4.0.patch)

-------------------------------------+
 testing-i686/PKGBUILD               |   56 ++++++++++++++++++++++++++++++++++
 testing-i686/gthumb.install         |   19 +++++++++++
 testing-i686/webkit2gtk-4.0.patch   |   31 ++++++++++++++++++
 testing-x86_64/PKGBUILD             |   56 ++++++++++++++++++++++++++++++++++
 testing-x86_64/gthumb.install       |   19 +++++++++++
 testing-x86_64/webkit2gtk-4.0.patch |   31 ++++++++++++++++++
 6 files changed, 212 insertions(+)

Copied: gthumb/repos/testing-i686/PKGBUILD (from rev 224111, gthumb/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-10-08 18:18:34 UTC (rev 224112)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=gthumb
+pkgver=3.2.8
+pkgrel=2
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://live.gnome.org/gthumb"
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+         gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+         libsoup webkit2gtk json-glib)
+makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg
+             libopenraw liboauth docbook-xsl yelp-tools gnome-common)
+optdepends=('libopenraw: read RAW files'
+            'exiv2: metadata support'
+            'libchamplain: map viewer'
+            'brasero: burn discs'
+            'liboauth: web albums')
+options=('!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+        webkit2gtk-4.0.patch)
+sha256sums=('d600aba747af551540f3bbae8e8afa1cc308c658d911318c98fd4bf52ecd61b8'
+            '0174bdff5d193962d52cb018f233570b8f18a740281f51b79bc52f18c4e9a929')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../webkit2gtk-4.0.patch
+  AUTOPOINT='intltoolize --automake --copy' autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --enable-libchamplain --enable-libopenraw
+  
+  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
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gthumb/repos/testing-i686/gthumb.install (from rev 224111, gthumb/trunk/gthumb.install)
===================================================================
--- testing-i686/gthumb.install	                        (rev 0)
+++ testing-i686/gthumb.install	2014-10-08 18:18:34 UTC (rev 224112)
@@ -0,0 +1,19 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.1) < 0 )); then
+    gconfpkg --uninstall gthumb
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gthumb/repos/testing-i686/webkit2gtk-4.0.patch (from rev 224111, gthumb/trunk/webkit2gtk-4.0.patch)
===================================================================
--- testing-i686/webkit2gtk-4.0.patch	                        (rev 0)
+++ testing-i686/webkit2gtk-4.0.patch	2014-10-08 18:18:34 UTC (rev 224112)
@@ -0,0 +1,31 @@
+From 4c64cb990fc1e32e269571b34065d7aa8d92c79e Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger <dimstar at opensuse.org>
+Date: Fri, 15 Aug 2014 16:47:27 +0200
+Subject: Build against either webkit2gtk-3.0 or webkit2gtk-4.0
+
+The API changes were minor and none affected gthumb.
+
+diff --git a/configure.ac b/configure.ac
+index 6f9f03e..da246f9 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -508,10 +508,14 @@ AC_ARG_ENABLE([webkit2],
+ 
+ if test x$enable_webkit2 = xyes ; then
+ 	PKG_CHECK_MODULES(WEBKIT2,
+-			  [webkit2gtk-3.0 >= $WEBKIT2_REQUIRED],
++			  [webkit2gtk-4.0 >= $WEBKIT2_REQUIRED],
+ 			  [AC_DEFINE(HAVE_WEBKIT2, 1, [Have webkit2gtk])
+ 			   enable_webkit2=yes],
+-			  [enable_webkit2=no])
++			  [PKG_CHECK_MODULES(WEBKIT2,
++					     [webkit2gtk-3.0 >= $WEBKIT2_REQUIRED],
++					     [AC_DEFINE(HAVE_WEBKIT2, 1, [Have webkit2gtk])
++					      enable_webkit2=yes],
++					     [enable_webkit2=no])])
+ fi
+ AC_SUBST(WEBKIT2_CFLAGS)
+ AC_SUBST(WEBKIT2_LIBS)
+-- 
+cgit v0.10.1
+

Copied: gthumb/repos/testing-x86_64/PKGBUILD (from rev 224111, gthumb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-10-08 18:18:34 UTC (rev 224112)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=gthumb
+pkgver=3.2.8
+pkgrel=2
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://live.gnome.org/gthumb"
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+         gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+         libsoup webkit2gtk json-glib)
+makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg
+             libopenraw liboauth docbook-xsl yelp-tools gnome-common)
+optdepends=('libopenraw: read RAW files'
+            'exiv2: metadata support'
+            'libchamplain: map viewer'
+            'brasero: burn discs'
+            'liboauth: web albums')
+options=('!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+        webkit2gtk-4.0.patch)
+sha256sums=('d600aba747af551540f3bbae8e8afa1cc308c658d911318c98fd4bf52ecd61b8'
+            '0174bdff5d193962d52cb018f233570b8f18a740281f51b79bc52f18c4e9a929')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../webkit2gtk-4.0.patch
+  AUTOPOINT='intltoolize --automake --copy' autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --enable-libchamplain --enable-libopenraw
+  
+  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
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gthumb/repos/testing-x86_64/gthumb.install (from rev 224111, gthumb/trunk/gthumb.install)
===================================================================
--- testing-x86_64/gthumb.install	                        (rev 0)
+++ testing-x86_64/gthumb.install	2014-10-08 18:18:34 UTC (rev 224112)
@@ -0,0 +1,19 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.1) < 0 )); then
+    gconfpkg --uninstall gthumb
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gthumb/repos/testing-x86_64/webkit2gtk-4.0.patch (from rev 224111, gthumb/trunk/webkit2gtk-4.0.patch)
===================================================================
--- testing-x86_64/webkit2gtk-4.0.patch	                        (rev 0)
+++ testing-x86_64/webkit2gtk-4.0.patch	2014-10-08 18:18:34 UTC (rev 224112)
@@ -0,0 +1,31 @@
+From 4c64cb990fc1e32e269571b34065d7aa8d92c79e Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger <dimstar at opensuse.org>
+Date: Fri, 15 Aug 2014 16:47:27 +0200
+Subject: Build against either webkit2gtk-3.0 or webkit2gtk-4.0
+
+The API changes were minor and none affected gthumb.
+
+diff --git a/configure.ac b/configure.ac
+index 6f9f03e..da246f9 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -508,10 +508,14 @@ AC_ARG_ENABLE([webkit2],
+ 
+ if test x$enable_webkit2 = xyes ; then
+ 	PKG_CHECK_MODULES(WEBKIT2,
+-			  [webkit2gtk-3.0 >= $WEBKIT2_REQUIRED],
++			  [webkit2gtk-4.0 >= $WEBKIT2_REQUIRED],
+ 			  [AC_DEFINE(HAVE_WEBKIT2, 1, [Have webkit2gtk])
+ 			   enable_webkit2=yes],
+-			  [enable_webkit2=no])
++			  [PKG_CHECK_MODULES(WEBKIT2,
++					     [webkit2gtk-3.0 >= $WEBKIT2_REQUIRED],
++					     [AC_DEFINE(HAVE_WEBKIT2, 1, [Have webkit2gtk])
++					      enable_webkit2=yes],
++					     [enable_webkit2=no])])
+ fi
+ AC_SUBST(WEBKIT2_CFLAGS)
+ AC_SUBST(WEBKIT2_LIBS)
+-- 
+cgit v0.10.1
+



More information about the arch-commits mailing list