diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-23 13:23:48 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-23 13:23:48 +0100 |
commit | e1b9d451a76efefabbd9c00453186261e3bcc30a (patch) | |
tree | 1029ee1113ffb6c18ddd997e3c60e68ed94b216b | |
parent | efd76025f43eb719aa9a3dcaa11df56ac482139a (diff) | |
download | nutyx-pakxe-e1b9d451a76efefabbd9c00453186261e3bcc30a.tar.gz nutyx-pakxe-e1b9d451a76efefabbd9c00453186261e3bcc30a.tar.bz2 nutyx-pakxe-e1b9d451a76efefabbd9c00453186261e3bcc30a.tar.xz nutyx-pakxe-e1b9d451a76efefabbd9c00453186261e3bcc30a.zip |
thunar, maj des dépendances et ajout du post-install
-rwxr-xr-x | xfce/thunar/Pkgfile | 6 | ||||
-rw-r--r-- | xfce/thunar/post-install | 2 |
2 files changed, 5 insertions, 3 deletions
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 |