summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-08-27 12:38:18 +0000
committerTilman Sauerbeck <tilman@code-monkey.de>2006-08-27 12:38:18 +0000
commit6b520953de542fd84692ab9bfa073419eb04bd29 (patch)
treeba09181330238e1c89becb6e3223afc1263eec06
parent9ddd9cbcb4f54b06410a9f1e986352d76fa6a348 (diff)
downloadopt-6b520953de542fd84692ab9bfa073419eb04bd29.tar.gz
opt-6b520953de542fd84692ab9bfa073419eb04bd29.tar.xz
openbox: install the desktop file in the right directory
-rw-r--r--openbox/.footprint3
-rw-r--r--openbox/Pkgfile6
2 files changed, 7 insertions, 2 deletions
diff --git a/openbox/.footprint b/openbox/.footprint
index 98a4a1eae..3d50a42ac 100644
--- a/openbox/.footprint
+++ b/openbox/.footprint
@@ -38,9 +38,10 @@ 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 b146cc903..c68016444 100644
--- a/openbox/Pkgfile
+++ b/openbox/Pkgfile
@@ -5,7 +5,7 @@
name=openbox
version=3.3
-release=1
+release=2
source=(http://www.icculus.org/$name/releases/$name-$version.tar.gz)
build() {
@@ -15,4 +15,8 @@ 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
}

Generated by cgit