# HG changeset patch # User Hans-G?nter Theisgen # Date 1649515423 -3600 # Node ID 0602d7ff6bbec80be55cae3e2a78963ccda4f66a # Parent 78e3410d2fa2fc78744d17ac479fbdacce7ede23 updated mm-common (1.0.0 -> 1.0.4) diff -r 78e3410d2fa2 -r 0602d7ff6bbe mm-common/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mm-common/description.txt Sat Apr 09 15:43:43 2022 +0100 @@ -0,0 +1,9 @@ +The mm-common module provides the build infrastructure and utilities +shared among the GNOME C++ binding libraries. It is only a required +dependency for building the C++ bindings from the gnome.org version +control repository. An installation of mm-common is not required for +building tarball releases, unless configured to use maintainer-mode. + +Release archives of mm-common include the Doxygen tag file for the +GNU C++ Library reference documentation. It is covered by the same +licence as the source code it was extracted from. diff -r 78e3410d2fa2 -r 0602d7ff6bbe mm-common/receipt --- a/mm-common/receipt Sat Apr 09 15:36:09 2022 +0100 +++ b/mm-common/receipt Sat Apr 09 15:43:43 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mm-common" -VERSION="1.0.0" +VERSION="1.0.4" CATEGORY="development" SHORT_DESC="Common build files of the C++ bindings." MAINTAINER="slaxemulator@gmail.com" @@ -31,6 +31,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/usr $fs + cook_copy_folders usr }