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

Evangelos Foutras foutrelis at archlinux.org
Thu Jan 19 22:31:16 UTC 2012


    Date: Thursday, January 19, 2012 @ 17:31:15
  Author: foutrelis
Revision: 146986

upgpkg: tumbler 0.1.23-3

Fix FS#27700. Build ODF and RAW thumbnailers and move poppler-glib to optdepends.

Modified:
  tumbler/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-19 22:25:27 UTC (rev 146985)
+++ PKGBUILD	2012-01-19 22:31:15 UTC (rev 146986)
@@ -5,16 +5,21 @@
 
 pkgname=tumbler
 pkgver=0.1.23
-pkgrel=2
+pkgrel=3
 pkgdesc="D-Bus service for applications to request thumbnails"
 arch=('i686' 'x86_64')
 url="http://git.xfce.org/xfce/tumbler/"
 license=('GPL2' 'LGPL')
 groups=('xfce4')
-depends=('poppler-glib' 'dbus-glib' 'gdk-pixbuf2')
-makedepends=('intltool' 'ffmpegthumbnailer' 'gstreamer0.10')
+depends=('dbus-glib' 'gdk-pixbuf2')
+makedepends=('intltool' 'ffmpegthumbnailer' 'gstreamer0.10' 'poppler-glib'
+             'libgsf' 'libopenraw' 'freetype2')
 optdepends=('ffmpegthumbnailer: for video thumbnails'
-            'gstreamer0.10: for video thumbnails')
+            'gstreamer0.10: for video thumbnails'
+            'poppler-glib: for PDF thumbnails'
+            'libgsf: for ODF thumbnails'
+            'libopenraw: for RAW thumbnails'
+            'freetype2: for font thumbnails')
 options=('!libtool')
 source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
 sha256sums=('b3066d17b7e1fee5135eb876a7c2c50a1221bd0d447c3dd7c36efe6d7f3874cb')




More information about the arch-commits mailing list