# HG changeset patch # User Aleksej Bobylev # Date 1428672102 -10800 # Node ID 313f1cfd0a625077db557f81caf60a0eb621fca5 # Parent d0f54770183d3e79a196a7b3d148b53a9f9b2f29 Up kbd, kbd-base; move setfont from kbd to kbd-base. Note, keymap "fi-latin1" changed to "fi" with update. diff -r d0f54770183d -r 313f1cfd0a62 kbd-base/receipt --- a/kbd-base/receipt Fri Apr 10 12:55:24 2015 +0200 +++ b/kbd-base/receipt Fri Apr 10 16:21:42 2015 +0300 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="kbd-base" -VERSION="2.0.1" +VERSION="2.0.2" CATEGORY="base-system" -SHORT_DESC="Keyboard maping definitions and loadkeys utility." +SHORT_DESC="Keyboard mapping definitions, loadkeys and setfont utilities" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://kbd-project.org/" @@ -15,13 +15,14 @@ testsuite() { readelf -h $install/usr/bin/loadkeys + readelf -h $install/usr/bin/setfont } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/bin - cp -a $install/usr/bin/loadkeys $fs/bin + cp -a $install/usr/bin/loadkeys $install/usr/bin/setfont $fs/bin # Dirs for dir in dvorak azerty qwerty qwertz; do diff -r d0f54770183d -r 313f1cfd0a62 kbd-base/stuff/keymaps-path.list --- a/kbd-base/stuff/keymaps-path.list Fri Apr 10 12:55:24 2015 +0200 +++ b/kbd-base/stuff/keymaps-path.list Fri Apr 10 16:21:42 2015 +0300 @@ -8,7 +8,7 @@ qwerty/cz-lat2.map.gz qwerty/dk-latin1.map.gz qwerty/es.map.gz -qwerty/fi-latin1.map.gz +qwerty/fi.map.gz qwerty/gr.map.gz qwerty/gr-pc.map.gz qwerty/it.map.gz diff -r d0f54770183d -r 313f1cfd0a62 kbd/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kbd/description.txt Fri Apr 10 16:21:42 2015 +0300 @@ -0,0 +1,3 @@ +This package contains tools for managing Linux console (Linux console, virtual +terminals, keyboard, etc.) – mainly, what they do is loading console fonts and +keyboard maps. diff -r d0f54770183d -r 313f1cfd0a62 kbd/receipt --- a/kbd/receipt Fri Apr 10 12:55:24 2015 +0200 +++ b/kbd/receipt Fri Apr 10 16:21:42 2015 +0300 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="kbd" -VERSION="2.0.1" +VERSION="2.0.2" CATEGORY="system-tools" SHORT_DESC="Keyboard maping definitions and tools." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://kbd-project.org/" WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/kbd/$TARBALL" TAGS="keyboard" @@ -60,7 +60,7 @@ done rm -rf $fs/usr/share/kbd/keymaps/include rm -rf $fs/usr/share/kbd/keymaps/i386/include - rm -f $fs/usr/bin/loadkeys $fs/usr/bin/vlock + rm -f $fs/usr/bin/loadkeys $fs/usr/bin/setfont $fs/usr/bin/vlock } # Overlap busybox