diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-07-10 22:52:53 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-07-10 22:52:53 +0200 |
commit | 317a23b5a487ccfd186c8a2d20a80cedcd4c3206 (patch) | |
tree | 9a7b7066634e3e65a81c29dce3bff6464f18b86f /xfce | |
parent | 5cb3f3b767991fc9e1ceb7d26027a5deb747c2ce (diff) | |
download | nutyx-extra-317a23b5a487ccfd186c8a2d20a80cedcd4c3206.tar.gz nutyx-extra-317a23b5a487ccfd186c8a2d20a80cedcd4c3206.tar.bz2 nutyx-extra-317a23b5a487ccfd186c8a2d20a80cedcd4c3206.tar.xz nutyx-extra-317a23b5a487ccfd186c8a2d20a80cedcd4c3206.zip |
xfdesktop, maj pour icone NuTyX
Diffstat (limited to 'xfce')
-rwxr-xr-x | xfce/xfdesktop/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile index 6f8740c99..e78e1fa39 100755 --- a/xfce/xfdesktop/Pkgfile +++ b/xfce/xfdesktop/Pkgfile @@ -13,6 +13,7 @@ attapu.png nutyx2009_2.png) build() { cd $name-$version sed -i "s/xfce-stripes.png/attapu.png/" common/xfdesktop-common.h + sed -i "s/xfce4_xicon1.png/nutyx2009_2.png/" panel-plugin/desktop-menu-plugin.c ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ @@ -22,7 +23,7 @@ cd $name-$version make DESTDIR=$PKG install install -D -m644 ../attapu.png \ $PKG/usr/share/xfce4/backdrops/attapu.png - cp ../nutyx2009_2.png \ + install -D -m644 ../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 |