summaryrefslogtreecommitdiffstats
path: root/base/qingy/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/qingy/Pkgfile')
-rw-r--r--base/qingy/Pkgfile8
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
}