diff options
author | tnut <tnut at nutyx dot org> | 2012-04-03 17:43:51 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot org> | 2012-04-03 17:43:51 +0200 |
commit | f3f9fe4ac4978d8772982d40ea0ac10fc00bb7d9 (patch) | |
tree | 2e6a1745e8a4409abac58b8c4de348a7fc2bdcc7 | |
parent | ad13cda57971ccdf9787d87c626272254f479e2d (diff) | |
download | nutyx-extra-f3f9fe4ac4978d8772982d40ea0ac10fc00bb7d9.tar.gz nutyx-extra-f3f9fe4ac4978d8772982d40ea0ac10fc00bb7d9.tar.bz2 nutyx-extra-f3f9fe4ac4978d8772982d40ea0ac10fc00bb7d9.tar.xz nutyx-extra-f3f9fe4ac4978d8772982d40ea0ac10fc00bb7d9.zip |
xfce, nettoyage port, merci tyrry
-rw-r--r-- | xfce/.footprint.i686 | 8 | ||||
-rw-r--r-- | xfce/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | xfce/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xfce/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | xfce/Pkgfile | 12 |
5 files changed, 5 insertions, 25 deletions
diff --git a/xfce/.footprint.i686 b/xfce/.footprint.i686 index ab20fb4b8..9c4dffa87 100644 --- a/xfce/.footprint.i686 +++ b/xfce/.footprint.i686 @@ -1,7 +1 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/X11/ -drwxr-xr-x root/root etc/X11/dm/ --rw-r--r-- root/root etc/X11/dm/XFCE.xinitrc -drwxr-xr-x root/root etc/qingy/ -drwxr-xr-x root/root etc/qingy/sessions/ --rwxr-xr-x root/root etc/qingy/sessions/XFCE +drwxr-xr-x root/root usr/ diff --git a/xfce/.footprint.x86_64 b/xfce/.footprint.x86_64 index ab20fb4b8..9c4dffa87 100644 --- a/xfce/.footprint.x86_64 +++ b/xfce/.footprint.x86_64 @@ -1,7 +1 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/X11/ -drwxr-xr-x root/root etc/X11/dm/ --rw-r--r-- root/root etc/X11/dm/XFCE.xinitrc -drwxr-xr-x root/root etc/qingy/ -drwxr-xr-x root/root etc/qingy/sessions/ --rwxr-xr-x root/root etc/qingy/sessions/XFCE +drwxr-xr-x root/root usr/ diff --git a/xfce/.md5sum.i686 b/xfce/.md5sum.i686 index b8b77969e..e69de29bb 100644 --- a/xfce/.md5sum.i686 +++ b/xfce/.md5sum.i686 @@ -1 +0,0 @@ -e061ab82332aa17ea0ff16c21d8e6315 XFCE.xinitrc diff --git a/xfce/.md5sum.x86_64 b/xfce/.md5sum.x86_64 index b8b77969e..e69de29bb 100644 --- a/xfce/.md5sum.x86_64 +++ b/xfce/.md5sum.x86_64 @@ -1 +0,0 @@ -e061ab82332aa17ea0ff16c21d8e6315 XFCE.xinitrc 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 } |