wok-current diff kbd-base/receipt @ rev 19101
Up vlc (2.2.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 04 10:51:05 2016 +0200 (2016-05-04) |
parents | 159df010240c |
children | b0cfa2140c91 |
line diff
1.1 --- a/kbd-base/receipt Sat Feb 22 23:10:15 2014 +0100 1.2 +++ b/kbd-base/receipt Wed May 04 10:51:05 2016 +0200 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