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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Feb 14 17:42:21 UTC 2011


    Date: Monday, February 14, 2011 @ 12:42:21
  Author: andyrtr
Revision: 109968

upgpkg: tumbler 0.1.21-1
upstream update 0.1.21

Modified:
  tumbler/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-14 16:50:46 UTC (rev 109967)
+++ PKGBUILD	2011-02-14 17:42:21 UTC (rev 109968)
@@ -3,7 +3,7 @@
 # Contributor: Jan Jezek <honzin.jezek at gmail.com>
 
 pkgname=tumbler
-pkgver=0.1.20
+pkgver=0.1.21
 pkgrel=1
 pkgdesc="D-Bus service for applications to request thumbnails"
 url="http://git.xfce.org/apps/tumbler/"
@@ -11,12 +11,10 @@
 arch=('i686' 'x86_64')
 groups=('xfce4')
 depends=('poppler-glib' 'dbus-glib' 'ffmpegthumbnailer')
-#optdepends=('raw-thumbnailer: support for Raw Digital Camera Images'
-#	'dcraw: support for Raw Digital Camera Image')
-makedepends=( 'intltool' 'gtk-doc') # 'tumbler') # \ - broken, needs tumbler to build itself
+makedepends=( 'intltool' 'gtk-doc')
 options=('!libtool')
 source=(http://archive.xfce.org/src/apps/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('91e0702edf27d99c223fba78fe86f287')
+md5sums=('2ef0d30750f95efe345de4655049d4f6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -25,11 +23,7 @@
 	--libexecdir=/usr/lib/xfce4 \
 	--disable-static \
 	--disable-debug \
-	--enable-gtk-doc # \ - broken, needs tumbler to build itself
-	
-  # Remove rpaths.
-#  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-#  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+	--enable-gtk-doc
   make
 }
 




More information about the arch-commits mailing list