summaryrefslogtreecommitdiff
path: root/extra/tumbler/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tumbler/PKGBUILD')
-rw-r--r--extra/tumbler/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/tumbler/PKGBUILD b/extra/tumbler/PKGBUILD
index 4df33bad0..e7a3f1d33 100644
--- a/extra/tumbler/PKGBUILD
+++ b/extra/tumbler/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 114612 2011-03-14 15:06:46Z jgc $
+# $Id: PKGBUILD 120497 2011-04-24 14:50:22Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Jan Jezek <honzin.jezek@gmail.com>
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 @@ build() {
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--disable-static \
- --disable-debug \
- --enable-gtk-doc
+ --disable-debug
make
}