Date: Saturday, February 12, 2011 @ 16:21:11 Author: andyrtr Revision: 109799
upgpkg: tumbler 0.1.20-1 upstream update 0.1.20 Modified: tumbler/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-12 19:55:00 UTC (rev 109798) +++ PKGBUILD 2011-02-12 21:21:11 UTC (rev 109799) @@ -3,8 +3,8 @@ # Contributor: Jan Jezek <[email protected]> pkgname=tumbler -pkgver=0.1.6 -pkgrel=2 +pkgver=0.1.20 +pkgrel=1 pkgdesc="D-Bus service for applications to request thumbnails" url="http://git.xfce.org/apps/tumbler/" license=('GPL2' 'LGPL') @@ -16,7 +16,7 @@ makedepends=( 'intltool' 'gtk-doc') # 'tumbler') # \ - broken, needs tumbler to build itself options=('!libtool') source=(http://archive.xfce.org/src/apps/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2) -md5sums=('ce273623d83aac927d5c2dabbb7993cb') +md5sums=('91e0702edf27d99c223fba78fe86f287') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -25,11 +25,11 @@ --libexecdir=/usr/lib/xfce4 \ --disable-static \ --disable-debug \ -# --enable-gtk-doc # \ - broken, needs tumbler to build itself + --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 +# 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 make }
