summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-03-05 01:42:17 +0100
committerJose V Beneyto <sepen@users.sourceforge.net>2008-03-05 01:42:17 +0100
commit71942bd32809e62babb60c28b81eeb498a1df6b5 (patch)
treed15f14f9544f5c1f885117772fab08ceba5dc564
parent0cf7b7667486904f5361adf89494e7a6ed7621c6 (diff)
downloadxfce-71942bd32809e62babb60c28b81eeb498a1df6b5.tar.gz
xfce-71942bd32809e62babb60c28b81eeb498a1df6b5.tar.xz
thunar-volman: Cleanup.
-rw-r--r--thunar-volman/.footprint3
-rw-r--r--thunar-volman/Pkgfile4
2 files changed, 4 insertions, 3 deletions
diff --git a/thunar-volman/.footprint b/thunar-volman/.footprint
index 9440e1b..a1d2520 100644
--- a/thunar-volman/.footprint
+++ b/thunar-volman/.footprint
@@ -1,8 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/thunar-volman
-drwxr-xr-x root/root usr/libexec/
--rwxr-xr-x root/root usr/libexec/thunar-volman-settings
+-rwxr-xr-x root/root usr/bin/thunar-volman-settings
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/thunar-volman-settings.desktop
diff --git a/thunar-volman/Pkgfile b/thunar-volman/Pkgfile
index b591521..2f63b8d 100644
--- a/thunar-volman/Pkgfile
+++ b/thunar-volman/Pkgfile
@@ -3,15 +3,17 @@
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Jason Williams, jason5876 at gmail dot com
# Depends on: thunar hal
+# Group: xfce4
name=thunar-volman
version=0.2.0
-release=1
+release=2
source=(http://download.berlios.de/xfce-goodies/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
+ --libexecdir=/usr/bin \
--disable-static \
--enable-debug=no
make

Generated by cgit