wok rev 22223
updated xorg-libXrandr and xorg-libXrandr-dev (1.4.1 -> 1.5.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 17:17:53 2019 +0100 (2019-11-11) |
parents | 4e8cdcea6eb1 |
children | 90da971c54e0 |
files | xorg-libXrandr-dev/receipt xorg-libXrandr/receipt |
line diff
1.1 --- a/xorg-libXrandr-dev/receipt Mon Nov 11 17:11:07 2019 +0100 1.2 +++ b/xorg-libXrandr-dev/receipt Mon Nov 11 17:17:53 2019 +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 }
2.1 --- a/xorg-libXrandr/receipt Mon Nov 11 17:11:07 2019 +0100 2.2 +++ b/xorg-libXrandr/receipt Mon Nov 11 17:17:53 2019 +0100 2.3 @@ -1,29 +1,32 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-libXrandr" 2.7 -VERSION="1.4.1" 2.8 +VERSION="1.5.2" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xorg server module." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="MIT" 2.13 +WEB_SITE="https://www.x.org/wiki/" 2.14 + 2.15 SOURCE="libXrandr" 2.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.17 -WEB_SITE="https://www.x.org/" 2.18 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 2.19 -HOST_ARCH="i486 arm" 2.20 2.21 DEPENDS="xorg-libXext xorg-libXrender" 2.22 -BUILD_DEPENDS="xorg-randrproto xorg-libXext-dev xorg-libXrender-dev" 2.23 +BUILD_DEPENDS="xorg-libXext-dev xorg-libXrender-dev xorg-randrproto " 2.24 + 2.25 +HOST_ARCH="i486 arm" 2.26 2.27 # Rules to configure and make the package. 2.28 compile_rules() 2.29 { 2.30 - ./configure \ 2.31 - --prefix=/usr \ 2.32 - --sysconfdir=/etc \ 2.33 - --localstatedir=/var \ 2.34 + ./configure \ 2.35 + --prefix=/usr \ 2.36 + --sysconfdir=/etc \ 2.37 + --localstatedir=/var \ 2.38 $CONFIGURE_ARGS && 2.39 - make && make install 2.40 + make && 2.41 + make install 2.42 } 2.43 2.44 # Rules to gen a SliTaz package suitable for Tazpkg.