wok-6.x diff xorg-xkeyboard-config-dev/receipt @ rev 25559
updated xfce4-ristretto 0.6.3 -> 0.8.5
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 25 15:16:20 2023 +0100 (18 months ago) |
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 Tue Apr 25 15:16:20 2023 +0100 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 }