[crux-commits] ports/opt (2.3): openbox: removed documentation, install *.xsd to /usr/etc.
crux at crux.nu
crux at crux.nu
Sat Aug 18 09:38:01 UTC 2007
commit a485e26c371ec520833e7114812f553f023d0e0c
Author: Tilman Sauerbeck <tilman at crux.nu>
Date: Sat Aug 18 11:36:49 2007 +0200
openbox: removed documentation, install *.xsd to /usr/etc.
diff --git a/openbox/.footprint b/openbox/.footprint
index 645ef32..ba063ce 100644
--- a/openbox/.footprint
+++ b/openbox/.footprint
@@ -10,7 +10,9 @@ drwxr-xr-x root/root usr/etc/xdg/
drwxr-xr-x root/root usr/etc/xdg/openbox/
-rw-r--r-- root/root usr/etc/xdg/openbox/autostart.sh
-rw-r--r-- root/root usr/etc/xdg/openbox/menu.xml
+-rw-r--r-- root/root usr/etc/xdg/openbox/menu.xsd
-rw-r--r-- root/root usr/etc/xdg/openbox/rc.xml
+-rw-r--r-- root/root usr/etc/xdg/openbox/rc.xsd
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/openbox/
drwxr-xr-x root/root usr/include/openbox/3.4/
@@ -47,26 +49,6 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/openbox-session.1.gz
-rw-r--r-- root/root usr/man/man1/openbox.1.gz
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/openbox/
--rw-r--r-- root/root usr/share/doc/openbox/AUTHORS
--rw-r--r-- root/root usr/share/doc/openbox/CHANGELOG
--rw-r--r-- root/root usr/share/doc/openbox/COMPLIANCE
--rw-r--r-- root/root usr/share/doc/openbox/COPYING
--rw-r--r-- root/root usr/share/doc/openbox/README
--rw-r--r-- root/root usr/share/doc/openbox/menu.xsd
--rw-r--r-- root/root usr/share/doc/openbox/rc-mouse-focus.xml
--rw-r--r-- root/root usr/share/doc/openbox/rc.xsd
-drwxr-xr-x root/root usr/share/doc/openbox/xbm/
--rw-r--r-- root/root usr/share/doc/openbox/xbm/bullet.xbm
--rw-r--r-- root/root usr/share/doc/openbox/xbm/close.xbm
--rw-r--r-- root/root usr/share/doc/openbox/xbm/desk.xbm
--rw-r--r-- root/root usr/share/doc/openbox/xbm/desk_toggled.xbm
--rw-r--r-- root/root usr/share/doc/openbox/xbm/iconify.xbm
--rw-r--r-- root/root usr/share/doc/openbox/xbm/max.xbm
--rw-r--r-- root/root usr/share/doc/openbox/xbm/max_toggled.xbm
--rw-r--r-- root/root usr/share/doc/openbox/xbm/shade.xbm
--rw-r--r-- root/root usr/share/doc/openbox/xbm/shade_toggled.xbm
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
diff --git a/openbox/Pkgfile b/openbox/Pkgfile
index b547289..f25a008 100644
--- a/openbox/Pkgfile
+++ b/openbox/Pkgfile
@@ -5,7 +5,7 @@
name=openbox
version=3.4.4
-release=1
+release=2
source=(http://www.icculus.org/$name/releases/$name-$version.tar.gz)
build() {
@@ -15,4 +15,7 @@ build() {
make
make DESTDIR=$PKG install
+
+ mv $PKG/usr/share/doc/$name/*.xsd $PKG/usr/etc/xdg/$name
+ rm -rf $PKG/usr/share/doc
}
More information about the crux-commits
mailing list