summaryrefslogtreecommitdiff
path: root/thunar/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/Pkgfile')
-rw-r--r--thunar/Pkgfile12
1 files changed, 2 insertions, 10 deletions
diff --git a/thunar/Pkgfile b/thunar/Pkgfile
index aff84b3..8cd652f 100644
--- a/thunar/Pkgfile
+++ b/thunar/Pkgfile
@@ -6,17 +6,13 @@
# Group: xfce4
name=thunar
-version=1.6.7
+version=1.6.8
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/Thunar-$version.tar.bz2)
-build ()
-{
- # go into the source directory
+build () {
cd $SRC/Thunar-$version
-
- # configure thunar
./configure \
--prefix=/usr \
--mandir=/usr/man \
@@ -32,13 +28,9 @@ build ()
--enable-sbr-plugin \
--enable-wallpaper-plugin \
-
- # make thunar
make
make DESTDIR=$PKG install
-
- # get rid of some stuff we dont need
rm -rf $PKG/usr/share/{locale,doc,gtk-doc}
find $PKG/usr/share -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;

Generated by cgit