# HG changeset patch # User Hans-G?nter Theisgen # Date 1656509011 -3600 # Node ID 86267c34e70eaf8b31927752f4a4b1487a68741c # Parent 376b2435dac3659cd722a6ea480c8edb65f1f8dd updated pixman and pixman-dev (0.38.4 -> 0.40.0) diff -r 376b2435dac3 -r 86267c34e70e pixman-dev/receipt --- a/pixman-dev/receipt Wed Jun 29 14:12:55 2022 +0100 +++ b/pixman-dev/receipt Wed Jun 29 14:23:31 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pixman-dev" -VERSION="0.38.4" +VERSION="0.40.0" CATEGORY="development" SHORT_DESC="Pixman library - development files." MAINTAINER="pankso@slitaz.org" @@ -16,9 +16,7 @@ # 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 + cook_copy_folders include + cook_copy_folders pkgconfig + cook_copy_files *.*a } diff -r 376b2435dac3 -r 86267c34e70e pixman/receipt --- a/pixman/receipt Wed Jun 29 14:12:55 2022 +0100 +++ b/pixman/receipt Wed Jun 29 14:23:31 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pixman" -VERSION="0.38.4" +VERSION="0.40.0" CATEGORY="x-window" SHORT_DESC="Pixel-manipulation library for X and Cairo." MAINTAINER="pankso@slitaz.org" @@ -36,6 +36,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_files *.so* }