wok rev 22214

updated xorg-libXfixes and xorg-libXfixes-dev (5.0.1 -> 5.0.3)
author Hans-G?nter Theisgen
date Mon Nov 11 16:02:42 2019 +0100 (2019-11-11)
parents fc8f436abdfe
children 96ccd8f1d9a8
files xorg-libXfixes-dev/receipt xorg-libXfixes/receipt
line diff
     1.1 --- a/xorg-libXfixes-dev/receipt	Mon Nov 11 15:56:09 2019 +0100
     1.2 +++ b/xorg-libXfixes-dev/receipt	Mon Nov 11 16:02:42 2019 +0100
     1.3 @@ -1,26 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXfixes-dev"
     1.7 -VERSION="5.0.1"
     1.8 +VERSION="5.0.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for libXfixes"
    1.11 +SHORT_DESC="Development files for libXfixes."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="other"
    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-fixesproto xorg-libX11-dev xorg-libXfixes"
    1.18 +WANTED="xorg-libXfixes"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -WANTED="xorg-libXfixes"
    1.23 -DEPENDS="xorg-libXfixes xorg-fixesproto xorg-libX11-dev pkg-config"
    1.24 -
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	mkdir -p \
    1.29 -		$fs/usr/share/licenses \
    1.30 -		$fs/usr/lib
    1.31 -	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.32 +	mkdir -p $fs/usr/share/licenses
    1.33 +	mkdir -p $fs/usr/lib
    1.34  
    1.35 -	cp -a $install/usr/include $fs/usr
    1.36 +	cp -a $src/COPYING		$fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.37 +	cp -a $install/usr/include	$fs/usr
    1.38  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.39 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.40 +	cp -a $install/usr/lib/*.la	$fs/usr/lib
    1.41  }
     2.1 --- a/xorg-libXfixes/receipt	Mon Nov 11 15:56:09 2019 +0100
     2.2 +++ b/xorg-libXfixes/receipt	Mon Nov 11 16:02:42 2019 +0100
     2.3 @@ -1,27 +1,29 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXfixes"
     2.7 -VERSION="5.0.1"
     2.8 +VERSION="5.0.3"
     2.9  CATEGORY="x-window"
    2.10 -SHORT_DESC="X Fixes Library"
    2.11 +SHORT_DESC="X Fixes Library."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="other"
    2.14 -WEB_SITE="https://www.x.org/"
    2.15 +WEB_SITE="https://www.x.org/wiki/"
    2.16 +
    2.17  SOURCE="libXfixes"
    2.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.19  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.20 -HOST_ARCH="i486 arm"
    2.21  
    2.22  DEPENDS="xorg-libX11"
    2.23  BUILD_DEPENDS="xorg-fixesproto xorg-libX11-dev"
    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 -		--sysconfdir=/etc \
    2.32 -		--localstatedir=/var \
    2.33 -		--disable-static \
    2.34 +	./configure			\
    2.35 +		--sysconfdir=/etc	\
    2.36 +		--localstatedir=/var	\
    2.37 +		--disable-static	\
    2.38  		$CONFIGURE_ARGS &&
    2.39  	make &&
    2.40  	make install