summaryrefslogtreecommitdiffstats
path: root/base/qingy/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/qingy/Pkgfile')
-rw-r--r--base/qingy/Pkgfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/base/qingy/Pkgfile b/base/qingy/Pkgfile
index a659a0dce..9d1efe7f4 100644
--- a/base/qingy/Pkgfile
+++ b/base/qingy/Pkgfile
@@ -5,9 +5,9 @@
name=qingy
version=0.9.9
-release=2
+release=3
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\
- nutyx-attapu.jpg theme ChatIrssi NaviLinks MidnightCommander)
+ startx nutyx-attapu.jpg theme ChatIrssi NaviLinks MidnightCommander)
build() {
cd $name-$version
./configure --prefix=/usr \
@@ -35,4 +35,7 @@ build() {
install -m755 ../$i \
$PKG/etc/qingy/sessions/$i
done
+ mkdir $PKG/usr/bin
+ install -m755 ../startx \
+ $PKG/usr/bin/startx.qingy
}