wok rev 21684

updated pixman and pixman-dev (0.32.6 -> 0.38.4)
author Hans-G?nter Theisgen
date Sun Jun 02 16:14:20 2019 +0100 (2019-06-02)
parents bd7112b1dc19
children 93aeb50b727e
files pixman-dev/receipt pixman/receipt
line diff
     1.1 --- a/pixman-dev/receipt	Sun Jun 02 15:56:17 2019 +0100
     1.2 +++ b/pixman-dev/receipt	Sun Jun 02 16:14:20 2019 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pixman-dev"
     1.7 -VERSION="0.32.6"
     1.8 +VERSION="0.38.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Pixman library devel files"
    1.11 +SHORT_DESC="Pixman library - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -WEB_SITE="https://www.cairographics.org/"
    1.15 +WEB_SITE="http://pixman.org/"
    1.16 +
    1.17 +DEPENDS="pixman pkg-config"
    1.18 +WANTED="pixman"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -WANTED="pixman"
    1.23 -DEPENDS="pixman 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 $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.32 +
    1.33 +	cp -a $install/usr/include		$fs/usr
    1.34 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.35 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.36  }
     2.1 --- a/pixman/receipt	Sun Jun 02 15:56:17 2019 +0100
     2.2 +++ b/pixman/receipt	Sun Jun 02 16:14:20 2019 +0100
     2.3 @@ -1,26 +1,27 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pixman"
     2.7 -VERSION="0.32.6"
     2.8 +VERSION="0.38.4"
     2.9  CATEGORY="x-window"
    2.10 -SHORT_DESC="Pixel-manipulation library for X and Cairo"
    2.11 +SHORT_DESC="Pixel-manipulation library for X and Cairo."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="MIT"
    2.14 +WEB_SITE="http://pixman.org/"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WEB_SITE="https://www.cairographics.org/"
    2.18 -#WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.19 -WGET_URL="${WEB_SITE}releases/$TARBALL"
    2.20 -HOST_ARCH="i486 arm"
    2.21 +WGET_URL="https://cairographics.org/releases/$TARBALL"
    2.22  
    2.23  DEPENDS="glibc-base"
    2.24  BUILD_DEPENDS="libpng-dev"
    2.25  
    2.26 +HOST_ARCH="i486 arm"
    2.27 +
    2.28  # Rules to configure and make the package.
    2.29  compile_rules()
    2.30  {
    2.31 -	./configure \
    2.32 -		--enable-gtk=no \
    2.33 -		--enable-libpng \
    2.34 +	./configure		\
    2.35 +		--enable-gtk=no	\
    2.36 +		--enable-libpng	\
    2.37  		$CONFIGURE_ARGS &&
    2.38  	make &&
    2.39  	make install