kbd: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-25 23:13:45 +02:00
parent fca90f70e8
commit bad3804444
2 changed files with 26 additions and 27 deletions

View File

@ -19,29 +19,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/showkey
-rwxr-xr-x root/root usr/bin/unicode_start
-rwxr-xr-x root/root usr/bin/unicode_stop
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/chvt.1.gz
-rw-r--r-- root/root usr/man/man1/deallocvt.1.gz
-rw-r--r-- root/root usr/man/man1/dumpkeys.1.gz
-rw-r--r-- root/root usr/man/man1/fgconsole.1.gz
-rw-r--r-- root/root usr/man/man1/kbd_mode.1.gz
-rw-r--r-- root/root usr/man/man1/loadkeys.1.gz
-rw-r--r-- root/root usr/man/man1/openvt.1.gz
-rw-r--r-- root/root usr/man/man1/setleds.1.gz
-rw-r--r-- root/root usr/man/man1/setmetamode.1.gz
-rw-r--r-- root/root usr/man/man1/showkey.1.gz
-rw-r--r-- root/root usr/man/man1/unicode_start.1.gz
-rw-r--r-- root/root usr/man/man1/unicode_stop.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/keymaps.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/getkeycodes.8.gz
-rw-r--r-- root/root usr/man/man8/kbdrate.8.gz
-rw-r--r-- root/root usr/man/man8/setfont.8.gz
-rw-r--r-- root/root usr/man/man8/setkeycodes.8.gz
-rw-r--r-- root/root usr/man/man8/setvtrgb.8.gz
-rw-r--r-- root/root usr/man/man8/showconsolefont.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/kbd/
drwxr-xr-x root/root usr/share/kbd/consolefonts/
@ -597,3 +574,26 @@ drwxr-xr-x root/root usr/share/kbd/unimaps/
-rw-r--r-- root/root usr/share/kbd/unimaps/ruscii.uni
-rw-r--r-- root/root usr/share/kbd/unimaps/tcvn.uni
-rw-r--r-- root/root usr/share/kbd/unimaps/viscii.uni
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/chvt.1.gz
-rw-r--r-- root/root usr/share/man/man1/deallocvt.1.gz
-rw-r--r-- root/root usr/share/man/man1/dumpkeys.1.gz
-rw-r--r-- root/root usr/share/man/man1/fgconsole.1.gz
-rw-r--r-- root/root usr/share/man/man1/kbd_mode.1.gz
-rw-r--r-- root/root usr/share/man/man1/loadkeys.1.gz
-rw-r--r-- root/root usr/share/man/man1/openvt.1.gz
-rw-r--r-- root/root usr/share/man/man1/setleds.1.gz
-rw-r--r-- root/root usr/share/man/man1/setmetamode.1.gz
-rw-r--r-- root/root usr/share/man/man1/showkey.1.gz
-rw-r--r-- root/root usr/share/man/man1/unicode_start.1.gz
-rw-r--r-- root/root usr/share/man/man1/unicode_stop.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/keymaps.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/getkeycodes.8.gz
-rw-r--r-- root/root usr/share/man/man8/kbdrate.8.gz
-rw-r--r-- root/root usr/share/man/man8/setfont.8.gz
-rw-r--r-- root/root usr/share/man/man8/setkeycodes.8.gz
-rw-r--r-- root/root usr/share/man/man8/setvtrgb.8.gz
-rw-r--r-- root/root usr/share/man/man8/showconsolefont.8.gz

View File

@ -4,7 +4,7 @@
name=kbd
version=2.0.3
release=1
release=2
source=(http://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz)
build() {
@ -16,7 +16,6 @@ build() {
autoreconf --install
./configure --prefix=/usr \
--mandir=/usr/man \
--datadir=/usr/share/kbd \
--disable-vlock \
--disable-nls
@ -27,7 +26,7 @@ build() {
rm -r $PKG/usr/share/kbd/keymaps/{ppc,mac,atari,amiga,sun}
rm $PKG/usr/bin/{loadunimap,mapscrn,resizecons,psf*table}
rm $PKG/usr/man/man8/{loadunimap,mapscrn,resizecons}.8
rm $PKG/usr/man/man1/psf*table.1
rm $PKG/usr/share/man/man8/{loadunimap,mapscrn,resizecons}.8
rm $PKG/usr/share/man/man1/psf*table.1
find $PKG/usr/share/kbd/ -type f -name "README*" -delete
}