wok rev 22211

updated xorg-libXdamage and xorg-libXdamage-dev (1.1.4 -> 1.1.5)
author Hans-G?nter Theisgen
date Mon Nov 11 15:39:36 2019 +0100 (2019-11-11)
parents 1ad9d8763c92
children ef4e498511e1
files xorg-libXdamage-dev/receipt xorg-libXdamage/receipt
line diff
     1.1 --- a/xorg-libXdamage-dev/receipt	Mon Nov 11 14:48:36 2019 +0100
     1.2 +++ b/xorg-libXdamage-dev/receipt	Mon Nov 11 15:39:36 2019 +0100
     1.3 @@ -1,26 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXdamage-dev"
     1.7 -VERSION="1.1.4"
     1.8 +VERSION="1.1.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for libXdamage"
    1.11 +SHORT_DESC="Development files for libXdamage."
    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-damageproto xorg-libXdamage xorg-libXfixes-dev"
    1.18 +WANTED="xorg-libXdamage"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -WANTED="xorg-libXdamage"
    1.23 -DEPENDS="xorg-libXdamage xorg-damageproto xorg-libXfixes-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-libXdamage/receipt	Mon Nov 11 14:48:36 2019 +0100
     2.2 +++ b/xorg-libXdamage/receipt	Mon Nov 11 15:39:36 2019 +0100
     2.3 @@ -1,27 +1,29 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xorg-libXdamage"
     2.7 -VERSION="1.1.4"
     2.8 +VERSION="1.1.5"
     2.9  CATEGORY="x-window"
    2.10 -SHORT_DESC="X Damage Library"
    2.11 +SHORT_DESC="X Damage Library."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="other"
    2.14 +WEB_SITE="https://www.x.org/wiki/"
    2.15 +
    2.16  SOURCE="libXdamage"
    2.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.18 -WEB_SITE="https://www.x.org/"
    2.19  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.20 -HOST_ARCH="i486 arm"
    2.21  
    2.22  DEPENDS="xorg-libXfixes"
    2.23  BUILD_DEPENDS="xorg-damageproto xorg-libXfixes-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