diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 22:10:23 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 22:10:23 +0100 |
commit | a64fe6390e38c22e4c1ad1bb182667cc80da8d2a (patch) | |
tree | 4b54062cf2c38b9f4c5c838690e464bb654b24c0 /extra/lxde-common/Pkgfile | |
parent | bd22322dd7f3600bca46e8e6a447dbc7bf46b936 (diff) | |
download | nutyx-extra-a64fe6390e38c22e4c1ad1bb182667cc80da8d2a.tar.gz nutyx-extra-a64fe6390e38c22e4c1ad1bb182667cc80da8d2a.tar.bz2 nutyx-extra-a64fe6390e38c22e4c1ad1bb182667cc80da8d2a.tar.xz nutyx-extra-a64fe6390e38c22e4c1ad1bb182667cc80da8d2a.zip |
suppression de lxde-common
Diffstat (limited to 'extra/lxde-common/Pkgfile')
-rw-r--r-- | extra/lxde-common/Pkgfile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/extra/lxde-common/Pkgfile b/extra/lxde-common/Pkgfile deleted file mode 100644 index a09dce407..000000000 --- a/extra/lxde-common/Pkgfile +++ /dev/null @@ -1,40 +0,0 @@ -# Description: set of default configuration for LXDE -# URL: http://lxde.org/about.html -# Maintainer: NuTyX core team -# Packager: geantbrun at gmail dot com -# Depends on: gtk, lxde-icon-theme -# Run on: gtk,lxde-icon-theme - -name=lxde-common -version=0.5.0 -release=4 -source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz\ - http://nutyx.meticul.eu/files/patchs/$name/config \ - http://nutyx.meticul.eu/files/patchs/$name/chrystal_red_root.png \ - http://nutyx.meticul.eu/files/patchs/$name/attapu.jpg \ - http://nutyx.meticul.eu/files/patchs/$name/lxde-common-$version-nutyx-02.patch \ - http://nutyx.meticul.eu/files/patchs/$name/nutyx2009_2.png) - -build() { -cd $name-$version -patch -Np1 -i ../$name-$version-nutyx-02.patch -./configure --prefix=/usr \ - --sysconfdir=/etc -make -make DESTDIR=$PKG install -sed -i "s/gnome-terminal/lxterminal/" \ -$PKG/usr/share/lxpanel/profile/LXDE/panels/panel - sed -i "s/lxde_blue.jpg/attapu.jpg/" \ -$PKG/usr/share/lxde/pcmanfm/main.lxde -install -D -m644 ../config \ - $PKG/usr/share/lxde/config -install -D -m644 ../attapu.jpg \ - $PKG/usr/share/lxde/wallpapers/attapu.jpg -install -D -m644 ../nutyx2009_2.png \ - $PKG/usr/share/lxde/images/nutyx2009_2.png -install -D -m644 ../chrystal_red_root.png \ - $PKG/usr/share/lxpanel/images/chrystal_red_root.png -} - - - |