summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-11 00:14:46 +0200
committersibel <lesibel at free dot fr>2010-07-11 00:14:46 +0200
commitffef6c64d19405d05a0d6092ef6aebec75af90ae (patch)
tree1f888b09b0564258964eefc65c39d1aa801d729a /xfce/xfdesktop
parent1e086ea5989b80f5f396a372a2f4723c2f0d529f (diff)
parentb891b92f47885f02b9fd11ef8afdb909d0b4d5d7 (diff)
downloadnutyx-extra-ffef6c64d19405d05a0d6092ef6aebec75af90ae.tar.gz
nutyx-extra-ffef6c64d19405d05a0d6092ef6aebec75af90ae.tar.bz2
nutyx-extra-ffef6c64d19405d05a0d6092ef6aebec75af90ae.tar.xz
nutyx-extra-ffef6c64d19405d05a0d6092ef6aebec75af90ae.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'xfce/xfdesktop')
-rwxr-xr-xxfce/xfdesktop/Pkgfile3
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