wok-6.x rev 22225
updated xorg-libXres and xorg-libXres-dev (1.0.7 -> 1.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 17:31:34 2019 +0100 (2019-11-11) |
parents | 90da971c54e0 |
children | 210a5c724d8c |
files | xorg-libXres-dev/receipt xorg-libXres/receipt |
line diff
1.1 --- a/xorg-libXres-dev/receipt Mon Nov 11 17:24:23 2019 +0100 1.2 +++ b/xorg-libXres-dev/receipt Mon Nov 11 17:31:34 2019 +0100 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXres-dev" 1.7 -VERSION="1.0.7" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Xorg module devel files." 1.11 +SHORT_DESC="Xorg module - development files." 1.12 MAINTAINER="pascal.bellard@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-libX11-dev xorg-libXext-dev \ 1.18 + xorg-libXres xorg-resourceproto xorg-util-macros" 1.19 WANTED="xorg-libXres" 1.20 1.21 -DEPENDS="xorg-libXres xorg-util-macros xorg-libX11-dev xorg-libXext-dev \ 1.22 -xorg-resourceproto 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/lib 1.28 - cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.29 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 - cp -a $install/usr/include $fs/usr 1.31 + 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 }
2.1 --- a/xorg-libXres/receipt Mon Nov 11 17:24:23 2019 +0100 2.2 +++ b/xorg-libXres/receipt Mon Nov 11 17:31:34 2019 +0100 2.3 @@ -1,30 +1,31 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-libXres" 2.7 -VERSION="1.0.7" 2.8 +VERSION="1.2.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xorg server module." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="MIT" 2.13 +WEB_SITE="https://www.x.org/wiki/" 2.14 + 2.15 SOURCE="libXres" 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 2.20 DEPENDS="xorg-libX11 xorg-libXext" 2.21 -BUILD_DEPENDS="pkg-config xorg-util-macros xorg-libX11-dev xorg-libXext-dev \ 2.22 -xorg-resourceproto" 2.23 +BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev \ 2.24 + xorg-resourceproto xorg-util-macros" 2.25 2.26 # Rules to configure and make the package. 2.27 compile_rules() 2.28 { 2.29 - cd $src 2.30 - ./configure \ 2.31 - --sysconfdir=/etc \ 2.32 - --mandir=/usr/share/man \ 2.33 - --localstatedir=/var \ 2.34 + ./configure \ 2.35 + --sysconfdir=/etc \ 2.36 + --mandir=/usr/share/man \ 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.