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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Nov 7 14:50:21 UTC 2010


    Date: Sunday, November 7, 2010 @ 09:50:20
  Author: andyrtr
Revision: 98312

add new package needed for Xfce4.8 release based on the AUR devel pkg

Added:
  tumbler/
  tumbler/repos/
  tumbler/trunk/
  tumbler/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: tumbler/trunk/PKGBUILD
===================================================================
--- tumbler/trunk/PKGBUILD	                        (rev 0)
+++ tumbler/trunk/PKGBUILD	2010-11-07 14:50:20 UTC (rev 98312)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jan Jezek <honzin.jezek at gmail.com>
+
+pkgname=tumbler
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="D-Bus service for applications to request thumbnails"
+url="http://git.xfce.org/apps/tumbler/"
+license=('GPL2' 'LGPL')
+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' 'pkgconfig')
+options=('!libtool')
+source=(http://archive.xfce.org/src/apps/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('722bc0306daacb37cf26b65985a12af2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4
+  # 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
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}


Property changes on: tumbler/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list