diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-17 22:04:40 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-17 22:04:40 +0200 |
commit | b3e4e9cc1a1bf6412923e4c81b43eaff0a9ad865 (patch) | |
tree | 44ffb8ebf15a7079d230f07da45963d1d4fd9af1 /base/qingy/Pkgfile | |
parent | 00c48e740b6f40f82e5a8a2fd53dc930af09a0f5 (diff) | |
download | nutyx-pakxe-b3e4e9cc1a1bf6412923e4c81b43eaff0a9ad865.tar.gz nutyx-pakxe-b3e4e9cc1a1bf6412923e4c81b43eaff0a9ad865.tar.bz2 nutyx-pakxe-b3e4e9cc1a1bf6412923e4c81b43eaff0a9ad865.tar.xz nutyx-pakxe-b3e4e9cc1a1bf6412923e4c81b43eaff0a9ad865.zip |
maj qingy#0.9.9-4
Diffstat (limited to 'base/qingy/Pkgfile')
-rw-r--r-- | base/qingy/Pkgfile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/base/qingy/Pkgfile b/base/qingy/Pkgfile index 7bab2456c..7c9de7de3 100644 --- a/base/qingy/Pkgfile +++ b/base/qingy/Pkgfile @@ -5,10 +5,11 @@ name=qingy version=0.9.9 -release=4 +release=5 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\ - startx nutyx-attapu.jpg theme ChatIrssi NaviLinks MidnightCommander\ - qingy-attapu-01.tar.gz) + startx ChatIrssi NaviLinks MidnightCommander\ + http://kiao.no-ip.info/NuTyX/files/qingy-nutyx.tar.bz2) + build() { cd $name-$version ./configure --prefix=/usr \ @@ -27,8 +28,6 @@ build() { fi sed -i "s|/usr/X11R6/bin|/usr/bin|" $PKG/etc/qingy/settings sed -i "s|/etc/X11/Sessions|/usr/share/xsessions|" $PKG/etc/qingy/settings - cp ../theme $PKG/usr/share/qingy/themes/default/ - cp ../nutyx-attapu.jpg $PKG/usr/share/qingy/themes/default/background.jpg echo "root Soyez prudent, vous avez tous les droits..." >\ $PKG/etc/qingy/welcomes for i in ChatIrssi NaviLinks MidnightCommander |