wok diff kbd-base/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
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	Sun Feb 14 22:06:06 2016 +0100
     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