summaryrefslogtreecommitdiffstats
path: root/extra/lxde-common/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-25 16:02:01 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-25 16:02:01 +0100
commitfc18901f97a5d066b80420a4f15efa2e1eb5f39b (patch)
tree6ca2dcde56bda9d077c179e9edaac2bdeb2790fb /extra/lxde-common/Pkgfile
parent6fd72aa80c909407d9fdef483827e47404973832 (diff)
downloadnutyx-extra-fc18901f97a5d066b80420a4f15efa2e1eb5f39b.tar.gz
nutyx-extra-fc18901f97a5d066b80420a4f15efa2e1eb5f39b.tar.bz2
nutyx-extra-fc18901f97a5d066b80420a4f15efa2e1eb5f39b.tar.xz
nutyx-extra-fc18901f97a5d066b80420a4f15efa2e1eb5f39b.zip
lxde-common, ajustement pour le look 2009.2
Diffstat (limited to 'extra/lxde-common/Pkgfile')
-rw-r--r--extra/lxde-common/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/lxde-common/Pkgfile b/extra/lxde-common/Pkgfile
index e9770b04c..b73fd83d5 100644
--- a/extra/lxde-common/Pkgfile
+++ b/extra/lxde-common/Pkgfile
@@ -8,12 +8,12 @@ name=lxde-common
version=0.5.0
release=2
source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz\
- config chrystal_red_root.png nutyx2009_2.jpg lxde-common-$version-nutyx-01.patch\
- bouton03.png)
+ config chrystal_red_root.png nutyx2009_2.jpg lxde-common-$version-nutyx-02.patch\
+ nutyx2009_2.png)
build() {
cd $name-$version
-patch -Np1 -i ../$name-$version-nutyx-01.patch
+patch -Np1 -i ../$name-$version-nutyx-02.patch
./configure --prefix=/usr \
--sysconfdir=/etc
make
@@ -26,8 +26,8 @@ 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 ../bouton03.png \
- $PKG/usr/share/lxde/images/bouton03.png
+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
}