diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-06 20:44:32 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-06 20:44:32 +0100 |
commit | 877c1310f85aa057889354909177d0baa35da13e (patch) | |
tree | 78c1b8f47aa2177d642c4135b20fdf73201ef5ef /xfce | |
parent | 528b04c0e9c9548f3543976cafbd4c55545d9f80 (diff) | |
download | nutyx-extra-877c1310f85aa057889354909177d0baa35da13e.tar.gz nutyx-extra-877c1310f85aa057889354909177d0baa35da13e.tar.bz2 nutyx-extra-877c1310f85aa057889354909177d0baa35da13e.tar.xz nutyx-extra-877c1310f85aa057889354909177d0baa35da13e.zip |
maj xfdesktop, maj 4.8.1-1
Diffstat (limited to 'xfce')
-rw-r--r-- | xfce/xfdesktop/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | xfce/xfdesktop/Pkgfile | 4 | ||||
-rwxr-xr-x | xfce/xfdesktop/post-install | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/xfce/xfdesktop/.md5sum.x86_64 b/xfce/xfdesktop/.md5sum.x86_64 index 711c2b715..3f20a62e2 100644 --- a/xfce/xfdesktop/.md5sum.x86_64 +++ b/xfce/xfdesktop/.md5sum.x86_64 @@ -1,3 +1,3 @@ edf9a0ee89fc1ad54f249abe9765e6e0 attapu.png 41fa266e6493a17a0dee5c5103f94567 nutyx2009_2.png -828223bc0a2b311b2f6aa529b1b7a87d xfdesktop-4.8.0.tar.bz2 +a3a255cc7756ddc2a0a6fdee9fb8b2c9 xfdesktop-4.8.1.tar.bz2 diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile index 924976bc9..398c933a7 100755 --- a/xfce/xfdesktop/Pkgfile +++ b/xfce/xfdesktop/Pkgfile @@ -6,9 +6,9 @@ # Run on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify name=xfdesktop -version=4.8.0 +version=4.8.1 release=1 -source=(http://archive.xfce.org/xfce/4.8/src/$name-$version.tar.bz2 \ +source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2 \ attapu.png nutyx2009_2.png) build() { diff --git a/xfce/xfdesktop/post-install b/xfce/xfdesktop/post-install index 5a3a01f58..0fd2e1c87 100755 --- a/xfce/xfdesktop/post-install +++ b/xfce/xfdesktop/post-install @@ -1,3 +1 @@ -#!/bin/bash gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - |