summaryrefslogtreecommitdiffstats
path: root/xfce/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 17:43:51 +0200
committertnut <tnut at nutyx dot org>2012-04-03 17:43:51 +0200
commitf3f9fe4ac4978d8772982d40ea0ac10fc00bb7d9 (patch)
tree2e6a1745e8a4409abac58b8c4de348a7fc2bdcc7 /xfce/Pkgfile
parentad13cda57971ccdf9787d87c626272254f479e2d (diff)
downloadnutyx-extra-f3f9fe4ac4978d8772982d40ea0ac10fc00bb7d9.tar.gz
nutyx-extra-f3f9fe4ac4978d8772982d40ea0ac10fc00bb7d9.tar.bz2
nutyx-extra-f3f9fe4ac4978d8772982d40ea0ac10fc00bb7d9.tar.xz
nutyx-extra-f3f9fe4ac4978d8772982d40ea0ac10fc00bb7d9.zip
xfce, nettoyage port, merci tyrry
Diffstat (limited to 'xfce/Pkgfile')
-rwxr-xr-xxfce/Pkgfile12
1 files changed, 3 insertions, 9 deletions
diff --git a/xfce/Pkgfile b/xfce/Pkgfile
index 55b2d01b5..dfdfa984c 100755
--- a/xfce/Pkgfile
+++ b/xfce/Pkgfile
@@ -7,16 +7,10 @@
name=xfce
version=4.8.1
-release=2
-source=(XFCE.xinitrc)
+release=3
+source=()
build() {
- install -D -m644 XFCE.xinitrc $PKG/etc/X11/dm/XFCE.xinitrc
- mkdir -p $PKG/etc/qingy/sessions
-cat > $PKG/etc/qingy/sessions/XFCE << "EOF"
-source /etc/profile
-userclientrc=/etc/X11/dm/XFCE.xinitrc /usr/bin/startx.qingy
-EOF
- chmod 755 $PKG/etc/qingy/sessions/XFCE
+ mkdir $PKG/usr
}