summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-04 23:33:46 +0100
committersibel <lesibel@free.fr>2011-01-04 23:33:46 +0100
commit9d5e91fdf8e6c2b2a2fc1acc7af3057a582afab9 (patch)
treeca9cd043b16ce4dcb9e69b0b96fd665726e81556 /xfce/xfdesktop/Pkgfile
parent072af59e04faa2c791babc111a52a824435096dc (diff)
parentd23bf108408486d5b0e17d4ca47161165e1f1425 (diff)
downloadnutyx-extra-9d5e91fdf8e6c2b2a2fc1acc7af3057a582afab9.tar.gz
nutyx-extra-9d5e91fdf8e6c2b2a2fc1acc7af3057a582afab9.tar.bz2
nutyx-extra-9d5e91fdf8e6c2b2a2fc1acc7af3057a582afab9.tar.xz
nutyx-extra-9d5e91fdf8e6c2b2a2fc1acc7af3057a582afab9.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-xxfce/xfdesktop/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile
index 6366d53e8..1a645ec53 100755
--- a/xfce/xfdesktop/Pkgfile
+++ b/xfce/xfdesktop/Pkgfile
@@ -5,15 +5,15 @@
# Depends on: dbus-glib, exo, libglade, libwnck, libxfce4menu, libxfce4util, libxfcegui4, libxml2, thunar, xfce4-panel, xfconf
name=xfdesktop
-version=4.6.2
-release=3
+version=4.7.5
+release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2 \
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
+# sed -i "s/xfce4_xicon1.png/nutyx2009_2.png/" panel-plugin/desktop-menu-plugin.c
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
@@ -25,7 +25,7 @@ cd $name-$version
$PKG/usr/share/xfce4/backdrops/attapu.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
+# sed -i "s/xfce4_xicon1/nutyx2009_2/" \
+# $PKG/usr/share/xfce4/panel-plugins/xfce4-menu.desktop
}