From d4ae683f91ef0e51e675f2128dc2cc8999330c89 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Tue, 29 Aug 2006 16:27:08 +0000 Subject: [PATCH] openbox: revert r1781 cause i'm stupid. thanks maro --- openbox/.footprint | 3 +-- openbox/Pkgfile | 6 +----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/openbox/.footprint b/openbox/.footprint index 3d50a42ac..98a4a1eae 100644 --- a/openbox/.footprint +++ b/openbox/.footprint @@ -38,10 +38,9 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/obparser-3.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/obrender-3.0.pc drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/openbox.desktop drwxr-xr-x root/root usr/share/gnome/ drwxr-xr-x root/root usr/share/gnome/wm-properties/ +-rw-r--r-- root/root usr/share/gnome/wm-properties/openbox.desktop drwxr-xr-x root/root usr/share/openbox/ -rw-r--r-- root/root usr/share/openbox/menu.xsd -rw-r--r-- root/root usr/share/openbox/rc.xsd diff --git a/openbox/Pkgfile b/openbox/Pkgfile index c68016444..8970b7258 100644 --- a/openbox/Pkgfile +++ b/openbox/Pkgfile @@ -5,7 +5,7 @@ name=openbox version=3.3 -release=2 +release=3 source=(http://www.icculus.org/$name/releases/$name-$version.tar.gz) build() { @@ -15,8 +15,4 @@ build() { make make DESTDIR=$PKG install - - install -d $PKG/usr/share/applications - mv $PKG/usr/share/gnome/wm-properties/openbox.desktop \ - $PKG/usr/share/applications }