summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2009-05-14 12:41:46 +0000
committerJose V Beneyto <sepen@crux.nu>2009-05-14 12:41:46 +0000
commita8ab6674434bca7a9a6ff43675fbcdf86adf88f0 (patch)
tree85c589a61110a6e4b13166d27aeddafcc0d959b8
parentdd6b0839287691fe28f93d1b40a2bf5a7a000a95 (diff)
downloadxfce-a8ab6674434bca7a9a6ff43675fbcdf86adf88f0.tar.gz
xfce-a8ab6674434bca7a9a6ff43675fbcdf86adf88f0.tar.xz
thunar: updated to 1.0.1
-rw-r--r--thunar/.footprint4
-rw-r--r--thunar/.md5sum2
-rw-r--r--thunar/Pkgfile24
3 files changed, 20 insertions, 10 deletions
diff --git a/thunar/.footprint b/thunar/.footprint
index 0c76ebe..869bea4 100644
--- a/thunar/.footprint
+++ b/thunar/.footprint
@@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/Thunar
lrwxrwxrwx root/root usr/bin/thunar -> Thunar
+-rwxr-xr-x root/root usr/bin/thunar-settings
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/xdg/
drwxr-xr-x root/root usr/etc/xdg/Thunar/
@@ -70,6 +71,8 @@ drwxr-xr-x root/root usr/lib/thunarx-1/
-rwxr-xr-x root/root usr/lib/thunarx-1/thunar-sbr.so
-rwxr-xr-x root/root usr/lib/thunarx-1/thunar-uca.la
-rwxr-xr-x root/root usr/lib/thunarx-1/thunar-uca.so
+-rwxr-xr-x root/root usr/lib/thunarx-1/thunar-wallpaper-plugin.la
+-rwxr-xr-x root/root usr/lib/thunarx-1/thunar-wallpaper-plugin.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/Thunar.1.gz
@@ -81,6 +84,7 @@ drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/Thunar-bulk-rename.desktop
-rw-r--r-- root/root usr/share/applications/Thunar-folder-handler.desktop
-rw-r--r-- root/root usr/share/applications/Thunar.desktop
+-rw-r--r-- root/root usr/share/applications/thunar-settings.desktop
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/services/
-rw-r--r-- root/root usr/share/dbus-1/services/org.xfce.FileManager.service
diff --git a/thunar/.md5sum b/thunar/.md5sum
index 659d1d0..f104162 100644
--- a/thunar/.md5sum
+++ b/thunar/.md5sum
@@ -1 +1 @@
-438b0d55ac9ecabdb58f84c4c039ae5c Thunar-0.9.3.tar.bz2
+218373aa45d74b6ba8c69c4d5af3bb19 Thunar-1.0.1.tar.bz2
diff --git a/thunar/Pkgfile b/thunar/Pkgfile
index 586aa0d..4119f42 100644
--- a/thunar/Pkgfile
+++ b/thunar/Pkgfile
@@ -2,26 +2,32 @@
# URL: http://thunar.xfce.org/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Juergen Daubert, juergen dot daubert at t-online dot de
-# Depends on: exo, dbus-glib, xfce4-panel, shared-mime-info, desktop-file-utils
+# Depends on: libpng, exo, dbus, desktop-file-utils, hal, xfce4-panel
+# Nice to have: gconf
# Group: xfce4
name=thunar
-version=0.9.3
-release=1
-source=(http://www.xfce.org/archive/xfce-4.4.3/src/Thunar-$version.tar.bz2)
+version=1.0.1
+release=2
+source=(http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-$version.tar.bz2)
build () {
cd Thunar-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--libexecdir=/usr/lib/thunar \
+ --enable-dbus \
+ --with-volume-manager=hal \
+ --enable-tpa-plugin \
+ --enable-uca-plugin \
+ --enable-sbr-plugin \
+ --enable-wallpaper-plugin \
+ --disable-nls \
--disable-static \
- --disable-debug
-
+ --disable-debug
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/locale
- rm -r $PKG/usr/share/{doc/Thunar/html/??*,gtk-doc}
- find $PKG/usr/share/xfce4/panel-plugins -type f -name '*.desktop' \
+ rm -rf $PKG/usr/share/{locale,doc/Thunar/html/??*,gtk-doc}
+ find $PKG/usr/share -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;
}

Generated by cgit