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

Evangelos Foutras foutrelis at archlinux.org
Fri Dec 23 05:37:26 UTC 2016


    Date: Friday, December 23, 2016 @ 05:37:26
  Author: foutrelis
Revision: 284477

upgpkg: tumbler 0.1.31-2

libopenraw 0.1.0 rebuild.

Modified:
  tumbler/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-23 05:32:38 UTC (rev 284476)
+++ PKGBUILD	2016-12-23 05:37:26 UTC (rev 284477)
@@ -5,7 +5,7 @@
 
 pkgname=tumbler
 pkgver=0.1.31
-pkgrel=1
+pkgrel=2
 pkgdesc="D-Bus service for applications to request thumbnails"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/"
@@ -22,6 +22,13 @@
 source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix build with libopenraw 0.1.0
+  sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.1/' configure
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 



More information about the arch-commits mailing list