diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-07-09 18:01:46 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-07-09 18:01:46 +0200 |
commit | 51f7614a329b702e441c7a7cc8e60d2dd91741f7 (patch) | |
tree | 27f5cd44b90119476079c2d73bc56deb0972d37d /extra/lxde-common/Pkgfile | |
parent | fc67c333199bf95ecc716eb1bfee4ff0b24ef55c (diff) | |
download | nutyx-pakxe-51f7614a329b702e441c7a7cc8e60d2dd91741f7.tar.gz nutyx-pakxe-51f7614a329b702e441c7a7cc8e60d2dd91741f7.tar.bz2 nutyx-pakxe-51f7614a329b702e441c7a7cc8e60d2dd91741f7.tar.xz nutyx-pakxe-51f7614a329b702e441c7a7cc8e60d2dd91741f7.zip |
maj lxde-common#0.5.0-3
Diffstat (limited to 'extra/lxde-common/Pkgfile')
-rw-r--r-- | extra/lxde-common/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/lxde-common/Pkgfile b/extra/lxde-common/Pkgfile index b73fd83d5..6de3fce0a 100644 --- a/extra/lxde-common/Pkgfile +++ b/extra/lxde-common/Pkgfile @@ -6,9 +6,9 @@ name=lxde-common version=0.5.0 -release=2 +release=3 source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz\ - config chrystal_red_root.png nutyx2009_2.jpg lxde-common-$version-nutyx-02.patch\ + config chrystal_red_root.png attapu.jpg lxde-common-$version-nutyx-02.patch\ nutyx2009_2.png) build() { @@ -20,12 +20,12 @@ 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/nutyx2009_2.jpg/" \ + 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 ../nutyx2009_2.jpg \ - $PKG/usr/share/lxde/wallpapers/nutyx2009_2.jpg +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 \ |