diff options
author | sibel <lesibel@free.fr> | 2011-01-24 07:32:18 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-24 07:32:18 +0100 |
commit | 77e51ff8be7f4ea5f05ba1f0f45930ea8753bd8a (patch) | |
tree | 4543a6f4f3b195e0432553688c98b99ea7d1136b | |
parent | c029f5ac8abf6f871ee4d790207824e033be0b59 (diff) | |
parent | 87f22b97565f577e714b82d1683333e4bbc0e330 (diff) | |
download | nutyx-pakxe-77e51ff8be7f4ea5f05ba1f0f45930ea8753bd8a.tar.gz nutyx-pakxe-77e51ff8be7f4ea5f05ba1f0f45930ea8753bd8a.tar.bz2 nutyx-pakxe-77e51ff8be7f4ea5f05ba1f0f45930ea8753bd8a.tar.xz nutyx-pakxe-77e51ff8be7f4ea5f05ba1f0f45930ea8753bd8a.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
-rw-r--r-- | xfce/thunar-volman/.footprint | 5 | ||||
-rw-r--r-- | xfce/thunar-volman/.md5sum | 2 | ||||
-rwxr-xr-x | xfce/thunar-volman/Pkgfile | 12 | ||||
-rwxr-xr-x | xfce/thunar/Pkgfile | 6 | ||||
-rw-r--r-- | xfce/thunar/post-install | 2 |
5 files changed, 13 insertions, 14 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 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 |