# HG changeset patch # User Hans-G?nter Theisgen # Date 1559488460 -3600 # Node ID 02a819b4fc09cc623ab4dafaf9ea1c4b6a55c4ab # Parent bd7112b1dc19030b0cc1ddfffcec8d2c059adfb9 updated pixman and pixman-dev (0.32.6 -> 0.38.4) diff -r bd7112b1dc19 -r 02a819b4fc09 pixman-dev/receipt --- a/pixman-dev/receipt Sun Jun 02 15:56:17 2019 +0100 +++ b/pixman-dev/receipt Sun Jun 02 16:14:20 2019 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="pixman-dev" -VERSION="0.32.6" +VERSION="0.38.4" CATEGORY="development" -SHORT_DESC="Pixman library devel files" +SHORT_DESC="Pixman library - development files." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" -WEB_SITE="https://www.cairographics.org/" +WEB_SITE="http://pixman.org/" + +DEPENDS="pixman pkg-config" +WANTED="pixman" + HOST_ARCH="i486 arm" -WANTED="pixman" -DEPENDS="pixman pkg-config" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r bd7112b1dc19 -r 02a819b4fc09 pixman/receipt --- a/pixman/receipt Sun Jun 02 15:56:17 2019 +0100 +++ b/pixman/receipt Sun Jun 02 16:14:20 2019 +0100 @@ -1,26 +1,27 @@ # SliTaz package receipt. PACKAGE="pixman" -VERSION="0.32.6" +VERSION="0.38.4" CATEGORY="x-window" -SHORT_DESC="Pixel-manipulation library for X and Cairo" +SHORT_DESC="Pixel-manipulation library for X and Cairo." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="http://pixman.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.cairographics.org/" -#WGET_URL="$XORG_MIRROR/lib/$TARBALL" -WGET_URL="${WEB_SITE}releases/$TARBALL" -HOST_ARCH="i486 arm" +WGET_URL="https://cairographics.org/releases/$TARBALL" DEPENDS="glibc-base" BUILD_DEPENDS="libpng-dev" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { - ./configure \ - --enable-gtk=no \ - --enable-libpng \ + ./configure \ + --enable-gtk=no \ + --enable-libpng \ $CONFIGURE_ARGS && make && make install