summaryrefslogtreecommitdiffstats
path: root/xfce/thunar/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:56:42 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:56:42 +0200
commit562747194c40c9a7944e0a99de95d1af7d1a62b7 (patch)
tree61041d03e64f0e0051b1f989eea879b43cdffbf3 /xfce/thunar/Pkgfile
parente02c309a9e4c6dda0e1c43dfda73c6a94ae07871 (diff)
downloadnutyx-extra-562747194c40c9a7944e0a99de95d1af7d1a62b7.tar.gz
nutyx-extra-562747194c40c9a7944e0a99de95d1af7d1a62b7.tar.bz2
nutyx-extra-562747194c40c9a7944e0a99de95d1af7d1a62b7.tar.xz
nutyx-extra-562747194c40c9a7944e0a99de95d1af7d1a62b7.zip
Ajout de thunar#1.0.1-2
Diffstat (limited to 'xfce/thunar/Pkgfile')
-rwxr-xr-xxfce/thunar/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/xfce/thunar/Pkgfile b/xfce/thunar/Pkgfile
new file mode 100755
index 000000000..2517aa83e
--- /dev/null
+++ b/xfce/thunar/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Gestionnaire de fichiers pour Xfce
+# URL: http://thunar.xfce.org
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail.com
+# Depends on: exo, dbus, desktop-file-utils, freetype, gamin, gconf, gtk, hal, libexif, libjpeg, libpng, librsvg, xfce4-panel, libxfce4util, pcre, shared-mime-info, startup-notification, xfconf
+
+name=thunar
+version=1.0.1
+release=2
+source=(http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-$version.tar.bz2 \
+thunar-volman-handle-unmountable-volumes.patch)
+
+build() {
+cd Thunar-$version
+patch -p1 < ../thunar-volman-handle-unmountable-volumes.patch
+ ./configure --prefix=/usr\
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-gnome-thumbnailers
+ make
+ make DESTDIR=$PKG install
+}
+