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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Apr 24 14:50:22 UTC 2011


    Date: Sunday, April 24, 2011 @ 10:50:22
  Author: andyrtr
Revision: 120497

upgpkg: tumbler 0.1.21-3
make ffmpegthumbnailer an optional dependency; FS#23567

Modified:
  tumbler/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-24 14:38:40 UTC (rev 120496)
+++ PKGBUILD	2011-04-24 14:50:22 UTC (rev 120497)
@@ -4,14 +4,15 @@
 
 pkgname=tumbler
 pkgver=0.1.21
-pkgrel=2
+pkgrel=3
 pkgdesc="D-Bus service for applications to request thumbnails"
 url="http://git.xfce.org/xfce/tumbler/"
 license=('GPL2' 'LGPL')
 arch=('i686' 'x86_64')
 groups=('xfce4')
-depends=('poppler-glib' 'dbus-glib' 'ffmpegthumbnailer')
-makedepends=( 'intltool' 'gtk-doc')
+depends=('poppler-glib' 'dbus-glib')
+makedepends=('intltool' 'ffmpegthumbnailer')
+optdepends=('ffmpegthumbnailer:	for video thunbnails')
 options=('!libtool')
 source=(http://archive.xfce.org/src/apps/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('2ef0d30750f95efe345de4655049d4f6')
@@ -22,8 +23,7 @@
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib/xfce4 \
 	--disable-static \
-	--disable-debug \
-	--enable-gtk-doc
+	--disable-debug
   make
 }
 




More information about the arch-commits mailing list