openbox: removed documentation, install *.xsd to /usr/etc.
This commit is contained in:
parent
e5793a2e35
commit
a485e26c37
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user