From e1b9d451a76efefabbd9c00453186261e3bcc30a Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 23 Jan 2011 13:23:48 +0100 Subject: thunar, maj des dépendances et ajout du post-install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xfce/thunar/Pkgfile | 6 +++--- xfce/thunar/post-install | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 xfce/thunar/post-install diff --git a/xfce/thunar/Pkgfile b/xfce/thunar/Pkgfile index b9963a5aa..fdd6e31b1 100755 --- a/xfce/thunar/Pkgfile +++ b/xfce/thunar/Pkgfile @@ -2,12 +2,12 @@ # URL: http://thunar.xfce.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: xfce4-panel -# Run on: xfce4-panel +# Depends on: xorg-libxdamage,xfce4-panel,libexif,desktop-file-utils +# Run on: xfce4-panel,libexif,desktop-file-utils name=thunar version=1.2.0 -release=1 +release=2 source=(http://archive.xfce.org/xfce/4.8/src/Thunar-$version.tar.bz2 ) build() { diff --git a/xfce/thunar/post-install b/xfce/thunar/post-install new file mode 100644 index 000000000..1dd81428d --- /dev/null +++ b/xfce/thunar/post-install @@ -0,0 +1,2 @@ +update-desktop-database -q +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -- cgit v1.2.3-70-g09d2 From 87f22b97565f577e714b82d1683333e4bbc0e330 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 23 Jan 2011 13:31:01 +0100 Subject: ajout de thunar-volman 0.6.0-1 --- xfce/thunar-volman/.footprint | 5 +---- xfce/thunar-volman/.md5sum | 2 +- xfce/thunar-volman/Pkgfile | 12 ++++++------ 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/xfce/thunar-volman/.footprint b/xfce/thunar-volman/.footprint index 611494f0f..b5bd910e0 100644 --- a/xfce/thunar-volman/.footprint +++ b/xfce/thunar-volman/.footprint @@ -1,9 +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/lib/ -drwxr-xr-x root/root usr/lib/xfce4/ --rwxr-xr-x root/root usr/lib/xfce4/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 @@ -13,7 +11,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/tvm-burn-cd.png -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/tvm-dev-pocketpc.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/tvm-dev-tablet.png drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/tvm-burn-cd.svg diff --git a/xfce/thunar-volman/.md5sum b/xfce/thunar-volman/.md5sum index 060cb1cef..a51eade28 100644 --- a/xfce/thunar-volman/.md5sum +++ b/xfce/thunar-volman/.md5sum @@ -1 +1 @@ -4fd81b62690797317ca649ab20609dae thunar-volman-0.3.80.tar.bz2 +2f166662dd100d5195da238af417f305 thunar-volman-0.6.0.tar.bz2 diff --git a/xfce/thunar-volman/Pkgfile b/xfce/thunar-volman/Pkgfile index 7cd7c5af9..c93a34eea 100755 --- a/xfce/thunar-volman/Pkgfile +++ b/xfce/thunar-volman/Pkgfile @@ -1,14 +1,14 @@ # Description: Gestion des médias amovibles pour Thunar # URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-volman/ # Maintainer: NuTyX core team -# Packager: fred.galusik at gmail dot com -# Depends on: dbus-glib, hal, thunar -# Run on: dbus-glib,hal,thunar +# Packager: thierryn1 at hispeed dot ch +# Depends on: dbus-glib, thunar, hicolor-icon-theme +# Run on: dbus-glib,thunar name=thunar-volman -version=0.3.80 -release=2 -source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2) +version=0.6.0 +release=1 +source=(http://archive.xfce.org/src/apps/$name/0.6/$name-$version.tar.bz2) build() { cd $name-$version -- cgit v1.2.3-70-g09d2