summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-05-15 13:56:11 +0200
committertnut <tnut at nutyx dot com>2011-05-15 13:56:11 +0200
commit934c17585baad0f6485067b6be201a6a2becda32 (patch)
tree5fe88e90d0c37df052a34eaae7e4eba2b161c2cf
parent628820722f4248c97a5f4af7286347a1eeba2bfb (diff)
downloadnutyx-extra-934c17585baad0f6485067b6be201a6a2becda32.tar.gz
nutyx-extra-934c17585baad0f6485067b6be201a6a2becda32.tar.bz2
nutyx-extra-934c17585baad0f6485067b6be201a6a2becda32.tar.xz
nutyx-extra-934c17585baad0f6485067b6be201a6a2becda32.zip
xfwm4, lancement auto de xfwm4 forcé
-rw-r--r--xfce/xfwm4/.footprint.i6864
-rw-r--r--xfce/xfwm4/.footprint.x86_644
-rwxr-xr-xxfce/xfwm4/Pkgfile5
3 files changed, 12 insertions, 1 deletions
diff --git a/xfce/xfwm4/.footprint.i686 b/xfce/xfwm4/.footprint.i686
index cb43106db..107d68e37 100644
--- a/xfce/xfwm4/.footprint.i686
+++ b/xfce/xfwm4/.footprint.i686
@@ -1,3 +1,7 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/xdg/
+drwxr-xr-x root/root etc/xdg/autostart/
+-rw-r--r-- root/root etc/xdg/autostart/xfce-wm-start.desktop
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xfwm4
diff --git a/xfce/xfwm4/.footprint.x86_64 b/xfce/xfwm4/.footprint.x86_64
index cb43106db..107d68e37 100644
--- a/xfce/xfwm4/.footprint.x86_64
+++ b/xfce/xfwm4/.footprint.x86_64
@@ -1,3 +1,7 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/xdg/
+drwxr-xr-x root/root etc/xdg/autostart/
+-rw-r--r-- root/root etc/xdg/autostart/xfce-wm-start.desktop
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xfwm4
diff --git a/xfce/xfwm4/Pkgfile b/xfce/xfwm4/Pkgfile
index e1066ce11..250830cef 100755
--- a/xfce/xfwm4/Pkgfile
+++ b/xfce/xfwm4/Pkgfile
@@ -7,7 +7,7 @@
name=xfwm4
version=4.8.1
-release=1
+release=2
source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2)
build() {
@@ -22,4 +22,7 @@ cd $name-$version
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
+ mkdir -p $PKG/etc/xdg/autostart
+ sed "s/xfwm4-settings/xfwm4/" $PKG/usr/share/applications/xfce-wm-settings.desktop > \
+ $PKG/etc/xdg/autostart/xfce-wm-start.desktop
}