diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-30 19:40:27 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-30 19:40:27 +0200 |
commit | 82234abae22e2f9f2030b1a6d9a1d7b9c468e7b5 (patch) | |
tree | 5da7a24e80b5f7744c56a3d70648d76e99352e51 /base/qingy/Pkgfile | |
parent | 7e77929cf1d5a902952a6a7d7ffec4fe980e672e (diff) | |
download | nutyx-pakxe-82234abae22e2f9f2030b1a6d9a1d7b9c468e7b5.tar.gz nutyx-pakxe-82234abae22e2f9f2030b1a6d9a1d7b9c468e7b5.tar.bz2 nutyx-pakxe-82234abae22e2f9f2030b1a6d9a1d7b9c468e7b5.tar.xz nutyx-pakxe-82234abae22e2f9f2030b1a6d9a1d7b9c468e7b5.zip |
qingy, ajout theme attapu
Diffstat (limited to 'base/qingy/Pkgfile')
-rw-r--r-- | base/qingy/Pkgfile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/base/qingy/Pkgfile b/base/qingy/Pkgfile index 9d1efe7f4..7bab2456c 100644 --- a/base/qingy/Pkgfile +++ b/base/qingy/Pkgfile @@ -5,9 +5,10 @@ name=qingy version=0.9.9 -release=3 +release=4 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\ - startx nutyx-attapu.jpg theme ChatIrssi NaviLinks MidnightCommander) + startx nutyx-attapu.jpg theme ChatIrssi NaviLinks MidnightCommander\ + qingy-attapu-01.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ @@ -38,4 +39,7 @@ build() { mkdir $PKG/usr/bin install -m755 ../startx \ $PKG/usr/bin/startx.qingy + cp -a ../default \ + $PKG/usr/share/qingy/themes/ + chown -R root:root $PKG } |