wok diff xorg-libXrandr-dev/receipt @ rev 24050
updated i3 and i3-man (4.5.1 -> 4.19.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 13 14:58:33 2021 +0100 (2021-05-13) |
parents | 814c58f64f83 |
children |
line diff
1.1 --- a/xorg-libXrandr-dev/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-libXrandr-dev/receipt Thu May 13 14:58:33 2021 +0100 1.3 @@ -1,24 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXrandr-dev" 1.7 -VERSION="1.4.1" 1.8 +VERSION="1.5.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Xorg module devel files." 1.11 +SHORT_DESC="Xorg module - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://www.x.org/wiki/" 1.15 + 1.16 +SOURCE="libXrandr" 1.17 +DEPENDS="pkg-config xorg-libXext-dev xorg-libXrandr xorg-libXrender-dev \ 1.18 + xorg-randrproto" 1.19 WANTED="xorg-libXrandr" 1.20 -SOURCE="libXrandr" 1.21 -WEB_SITE="https://www.x.org/" 1.22 + 1.23 HOST_ARCH="i486 arm" 1.24 1.25 -DEPENDS="xorg-libXrandr pkg-config xorg-libXext-dev xorg-libXrender-dev \ 1.26 -xorg-randrproto" 1.27 - 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr/lib 1.32 - cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.33 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.34 - cp -a $install/usr/include $fs/usr 1.35 + 1.36 + cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.37 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.38 + cp -a $install/usr/include $fs/usr 1.39 }