wok diff xorg-xkeyboard-config-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 814c58f64f83
children
line diff
     1.1 --- a/xorg-xkeyboard-config-dev/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-xkeyboard-config-dev/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xkeyboard-config-dev"
     1.7 -VERSION="2.2.1"
     1.8 +VERSION="2.5.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg server keyboard devel files."
    1.11 +SHORT_DESC="Xorg server keyboard - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -WEB_SITE="https://www.x.org/"
    1.15 +WEB_SITE="https://www.x.org/wiki/"
    1.16 +
    1.17 +DEPENDS="pkg-config xorg-xkeyboard-config"
    1.18  WANTED="xorg-xkeyboard-config"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="xorg-xkeyboard-config pkg-config"
    1.23 -
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/share
    1.28 -	cp -a $install/usr/share/pkgconfig $fs/usr/share
    1.29 +	cp -a $install/usr/share/pkgconfig	$fs/usr/share
    1.30  }