diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:31:25 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:31:25 +0100 |
commit | 5cf2fb37326ef968e69fe5fe11ae95f856776fe4 (patch) | |
tree | d6afea3ca59de839bd877052bbc4d30983f59f7c /xfce/xfdesktop/Pkgfile | |
parent | db57a1387808e7a1d0893a95a84ecba5701f9815 (diff) | |
download | nutyx-extra-5cf2fb37326ef968e69fe5fe11ae95f856776fe4.tar.gz nutyx-extra-5cf2fb37326ef968e69fe5fe11ae95f856776fe4.tar.bz2 nutyx-extra-5cf2fb37326ef968e69fe5fe11ae95f856776fe4.tar.xz nutyx-extra-5cf2fb37326ef968e69fe5fe11ae95f856776fe4.zip |
xfdesktop, maj 4.8.0-1 et nettoyage des dépendances
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-x | xfce/xfdesktop/Pkgfile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile index d26cfdfef..924976bc9 100755 --- a/xfce/xfdesktop/Pkgfile +++ b/xfce/xfdesktop/Pkgfile @@ -2,19 +2,18 @@ # URL: http://www.xfce.org/projects/xfdesktop/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed do ch -# Depends on: dbus-glib, exo, libglade, libwnck, libxfce4menu, libxfce4util, libxfcegui4, libxml2, thunar, xfce4-panel, xfconf -# Run on: dbus-glib,exo,libglade,libwnck,libxfce4menu,libxfce4util,libxfcegui4,libxml2,thunar,xfce4-panel,xfconf +# Depends on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify +# Run on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify name=xfdesktop -version=4.7.5 +version=4.8.0 release=1 -source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2 \ +source=(http://archive.xfce.org/xfce/4.8/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 ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ @@ -26,7 +25,6 @@ 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 + rm -r $PKG/usr/share/doc } |