summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-vfs/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/thunar-vfs/Pkgfile')
-rwxr-xr-xxfce/thunar-vfs/Pkgfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/xfce/thunar-vfs/Pkgfile b/xfce/thunar-vfs/Pkgfile
index c9d4bf305..5045b65ea 100755
--- a/xfce/thunar-vfs/Pkgfile
+++ b/xfce/thunar-vfs/Pkgfile
@@ -2,13 +2,13 @@
# URL: http://thunar.xfce.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: intltool, xorg-libx11, exo
-# Run on:
+# Depends on: intltool, xorg-libx11, hal, startup-notification,exo, gamin
+# Run on: exo,gamin,hal,startup-notification
name=thunar-vfs
-version=1.1.1
+version=1.2.0
release=1
-source=(http://archive.xfce.org/xfce/4.8pre3/src/thunar-vfs-$version.tar.bz2 )
+source=(http://archive.xfce.org/src/xfce/$name/1.2/thunar-vfs-$version.tar.bz2 )
build() {
cd $name-$version
@@ -16,7 +16,9 @@ cd $name-$version
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
- --disable-gnome-thumbnailers
+ --enable-startup-notification \
+ --disable-gnome-thumbnailers \
+ --with-volume-manager=hal
make
make DESTDIR=$PKG install
}