diff options
author | tnut <tnut at nutyx dot com> | 2011-05-15 13:56:55 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-15 13:56:55 +0200 |
commit | 683f1cb1708384650b799dc208380b1e053ad207 (patch) | |
tree | baeba249d83e7d00657e4f2ca789a5eeb4fc7fca /xfce | |
parent | 934c17585baad0f6485067b6be201a6a2becda32 (diff) | |
download | nutyx-pakxe-683f1cb1708384650b799dc208380b1e053ad207.tar.gz nutyx-pakxe-683f1cb1708384650b799dc208380b1e053ad207.tar.bz2 nutyx-pakxe-683f1cb1708384650b799dc208380b1e053ad207.tar.xz nutyx-pakxe-683f1cb1708384650b799dc208380b1e053ad207.zip |
xfce4-session, suppression tips
Diffstat (limited to 'xfce')
-rw-r--r-- | xfce/xfce4-session/.footprint.i686 | 1 | ||||
-rw-r--r-- | xfce/xfce4-session/.footprint.x86_64 | 1 | ||||
-rwxr-xr-x | xfce/xfce4-session/Pkgfile | 3 |
3 files changed, 2 insertions, 3 deletions
diff --git a/xfce/xfce4-session/.footprint.i686 b/xfce/xfce4-session/.footprint.i686 index 994c472b7..cbdc6db6c 100644 --- a/xfce/xfce4-session/.footprint.i686 +++ b/xfce/xfce4-session/.footprint.i686 @@ -1,7 +1,6 @@ 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/xfce4-tips-autostart.desktop drwxr-xr-x root/root etc/xdg/xfce4/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/ diff --git a/xfce/xfce4-session/.footprint.x86_64 b/xfce/xfce4-session/.footprint.x86_64 index 994c472b7..cbdc6db6c 100644 --- a/xfce/xfce4-session/.footprint.x86_64 +++ b/xfce/xfce4-session/.footprint.x86_64 @@ -1,7 +1,6 @@ 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/xfce4-tips-autostart.desktop drwxr-xr-x root/root etc/xdg/xfce4/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/ diff --git a/xfce/xfce4-session/Pkgfile b/xfce/xfce4-session/Pkgfile index be842becd..fbe187076 100755 --- a/xfce/xfce4-session/Pkgfile +++ b/xfce/xfce4-session/Pkgfile @@ -7,7 +7,7 @@ name=xfce4-session version=4.8.1 -release=2 +release=3 source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2) build() { @@ -23,4 +23,5 @@ cd $name-$version make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc + rm $PKG/etc/xdg/autostart/xfce4-tips-autostart.desktop } |