summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-25 23:29:47 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-25 23:29:47 +0100
commite975c10950b89f94e84ed724296564e18443bc30 (patch)
tree815e5667fd0a7fc6c95a3085cd96b22e259f761d /xfce/xfdesktop/Pkgfile
parente2e5d2a2998e448f6a77939562f706cc2c97f755 (diff)
downloadnutyx-pakxe-e975c10950b89f94e84ed724296564e18443bc30.tar.gz
nutyx-pakxe-e975c10950b89f94e84ed724296564e18443bc30.tar.bz2
nutyx-pakxe-e975c10950b89f94e84ed724296564e18443bc30.tar.xz
nutyx-pakxe-e975c10950b89f94e84ed724296564e18443bc30.zip
xfdesktop, maj pour la 2009.2
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-xxfce/xfdesktop/Pkgfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile
index 58d3db379..662b4c657 100755
--- a/xfce/xfdesktop/Pkgfile
+++ b/xfce/xfdesktop/Pkgfile
@@ -1,14 +1,14 @@
# Description: Bureau de Xfce
# URL: http://www.xfce.org/projects/xfdesktop/
# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
+# Packager: thierryn1 at hispeed do ch
# Depends on: dbus-glib, exo, libglade, libwnck, libxfce4menu, libxfce4util, libxfcegui4, libxml2, thunar, xfce4-panel, xfconf
name=xfdesktop
version=4.6.1
-release=3
+release=4
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2 \
-xfdesktop-handle-unmountable-volumes.patch NuTyX2009.png)
+xfdesktop-handle-unmountable-volumes.patch nutyx2009_2.png)
build() {
cd $name-$version
@@ -20,9 +20,9 @@ patch -p1 < ../xfdesktop-handle-unmountable-volumes.patch
--disable-static
make
make DESTDIR=$PKG install
- cp ../NuTyX2009.png \
- $PKG/usr/share/pixmaps/NuTyX2009.png
- sed -i "s/xfce4_xicon1/NuTyX2009/" \
+ cp ../nutyx2009_2.png \
+ $PKG/usr/share/pixmaps/nutyx2009_2.png
+ sed -i "s/xfce4_xicon1/nutyx2009_2/" \
$PKG/usr/share/xfce4/panel-plugins/xfce4-menu.desktop
}