summaryrefslogtreecommitdiff
path: root/community/thunar-thumbnailers/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/thunar-thumbnailers/PKGBUILD')
-rwxr-xr-xcommunity/thunar-thumbnailers/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/thunar-thumbnailers/PKGBUILD b/community/thunar-thumbnailers/PKGBUILD
deleted file mode 100755
index 4772f1339..000000000
--- a/community/thunar-thumbnailers/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 35176 2010-12-16 23:26:22Z andrea $
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: boromil@gmail.com
-
-pkgname=thunar-thumbnailers
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="The thunar-thumbnailers project provides additional thumbnailers for Thunar, that also cover less common file formats"
-url="http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers/"
-license=('GPL2')
-arch=('i686' 'x86_64')
-groups=('xfce4-goodies')
-depends=('imagemagick' 'ffmpegthumbnailer')
-optdepends=('raw-thumbnailer: support for Raw Digital Camera Images'
- 'dcraw: support for Raw Digital Camera Image')
-makedepends=('raw-thumbnailer' 'dcraw' 'unzip')
-options=('!libtool')
-install=thunar-thumbnailers.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('041b8aa0576e15491661741d1868547f')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-ffmpeg --enable-raw \
- --libexecdir=/usr/lib/xfce4
-
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
-}