diff options
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 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 } |