wok rev 17920

Up kbd, kbd-base; move setfont from kbd to kbd-base. Note, keymap "fi-latin1" changed to "fi" with update.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 10 16:21:42 2015 +0300 (2015-04-10)
parents d0f54770183d
children cf4569a61bcc
files kbd-base/receipt kbd-base/stuff/keymaps-path.list kbd/description.txt kbd/receipt
line diff
     1.1 --- a/kbd-base/receipt	Fri Apr 10 12:55:24 2015 +0200
     1.2 +++ b/kbd-base/receipt	Fri Apr 10 16:21:42 2015 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="kbd-base"
     1.7 -VERSION="2.0.1"
     1.8 +VERSION="2.0.2"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="Keyboard maping definitions and loadkeys utility."
    1.11 +SHORT_DESC="Keyboard mapping definitions, loadkeys and setfont utilities"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://kbd-project.org/"
    1.15 @@ -15,13 +15,14 @@
    1.16  testsuite()
    1.17  {
    1.18  	readelf -h $install/usr/bin/loadkeys
    1.19 +	readelf -h $install/usr/bin/setfont
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/bin
    1.26 -	cp -a $install/usr/bin/loadkeys $fs/bin
    1.27 +	cp -a $install/usr/bin/loadkeys $install/usr/bin/setfont $fs/bin
    1.28  
    1.29  	# Dirs
    1.30  	for dir in dvorak azerty qwerty qwertz; do
     2.1 --- a/kbd-base/stuff/keymaps-path.list	Fri Apr 10 12:55:24 2015 +0200
     2.2 +++ b/kbd-base/stuff/keymaps-path.list	Fri Apr 10 16:21:42 2015 +0300
     2.3 @@ -8,7 +8,7 @@
     2.4  qwerty/cz-lat2.map.gz
     2.5  qwerty/dk-latin1.map.gz
     2.6  qwerty/es.map.gz
     2.7 -qwerty/fi-latin1.map.gz
     2.8 +qwerty/fi.map.gz
     2.9  qwerty/gr.map.gz
    2.10  qwerty/gr-pc.map.gz
    2.11  qwerty/it.map.gz
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/kbd/description.txt	Fri Apr 10 16:21:42 2015 +0300
     3.3 @@ -0,0 +1,3 @@
     3.4 +This package contains tools for managing Linux console (Linux console, virtual
     3.5 +terminals, keyboard, etc.) – mainly, what they do is loading console fonts and
     3.6 +keyboard maps.
     4.1 --- a/kbd/receipt	Fri Apr 10 12:55:24 2015 +0200
     4.2 +++ b/kbd/receipt	Fri Apr 10 16:21:42 2015 +0300
     4.3 @@ -1,12 +1,12 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="kbd"
     4.7 -VERSION="2.0.1"
     4.8 +VERSION="2.0.2"
     4.9  CATEGORY="system-tools"
    4.10  SHORT_DESC="Keyboard maping definitions and tools."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12  LICENSE="GPL2"
    4.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    4.15  WEB_SITE="http://kbd-project.org/"
    4.16  WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/kbd/$TARBALL"
    4.17  TAGS="keyboard"
    4.18 @@ -60,7 +60,7 @@
    4.19  	done
    4.20  	rm -rf $fs/usr/share/kbd/keymaps/include
    4.21  	rm -rf $fs/usr/share/kbd/keymaps/i386/include
    4.22 -	rm -f $fs/usr/bin/loadkeys $fs/usr/bin/vlock
    4.23 +	rm -f $fs/usr/bin/loadkeys $fs/usr/bin/setfont $fs/usr/bin/vlock
    4.24  }
    4.25  
    4.26  # Overlap busybox