summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-thumbnailers/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:38:07 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:38:07 +0200
commit34a8afbc00ea1dc0c3259695f755feb5090dfc2a (patch)
tree23ad3bfb0126e588e50e37268acab3e6f2d50f57 /xfce/thunar-thumbnailers/Pkgfile
parent3f52aa4228f231b7854b0b7255e92dca97977a67 (diff)
downloadnutyx-pakxe-34a8afbc00ea1dc0c3259695f755feb5090dfc2a.tar.gz
nutyx-pakxe-34a8afbc00ea1dc0c3259695f755feb5090dfc2a.tar.bz2
nutyx-pakxe-34a8afbc00ea1dc0c3259695f755feb5090dfc2a.tar.xz
nutyx-pakxe-34a8afbc00ea1dc0c3259695f755feb5090dfc2a.zip
thunar-thumbnailers dans extra
Diffstat (limited to 'xfce/thunar-thumbnailers/Pkgfile')
-rwxr-xr-xxfce/thunar-thumbnailers/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/thunar-thumbnailers/Pkgfile b/xfce/thunar-thumbnailers/Pkgfile
deleted file mode 100755
index a684c0c92..000000000
--- a/xfce/thunar-thumbnailers/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Gere de nombreuses vignettes pour Thunar
-# URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers
-# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
-# Depends on: ffmpegthumbnailer, imagemagick, thunar, ufraw
-# Run on: ffmpegthumbnailer,imagemagick,thunar,ufraw
-
-name=thunar-thumbnailers
-version=0.4.1
-release=7
-source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr \
- --libexecdir=/usr/lib/xfce4 \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --enable-ffmpeg
- make
- make DESTDIR=$PKG install
-}