From bea1cf00b95d468a6765d4714a3ba779826431f1 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 9 Jun 2021 08:38:04 +0200 Subject: atkmm: upgrade 2.28.0 -> 2.28.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit atkmm 2.28.2 (stable): Build: * Meson build: Use relative paths to untracked/ (Kjell Ahlstedt) Merge request gtkmm!61 (Mingli Yu) * atkmmconfig.h.*: Don't dllimport on MinGW (Chun-wei Fan) Issue gtkmm#90 (Lukas K.) * Meson build: Make it possible to use atkmm as a subproject (Kjell Ahlstedt) * Meson build: No implicit_include_directories (Kjell Ahlstedt) atkmm 2.28.1 (stable): The tarball for 2.28.1 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Build: * Improve NMake support (Chun-wei Fan) * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !3 * Add Meson support (Chun-wei Fan, Kjell Ahlstedt) Merge request !8 * doc/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb | 19 ------------------- meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb create mode 100644 meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb b/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb deleted file mode 100644 index 0e09c3a64b..0000000000 --- a/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "C++ bindings for the atk" -SECTION = "libs" - -LICENSE = "LGPLv2.1 & GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" - -DEPENDS = "atk glibmm" - -inherit features_check gnomebase autotools pkgconfig - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[archive.md5sum] = "6194ac577f15567adfa3c923944c6651" -SRC_URI[archive.sha256sum] = "4c4cfc917fd42d3879ce997b463428d6982affa0fb660cafcc0bc2d9afcedd3a" - -EXTRA_OECONF = " --disable-documentation " - -FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb b/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb new file mode 100644 index 0000000000..edcc4769af --- /dev/null +++ b/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb @@ -0,0 +1,18 @@ +SUMMARY = "C++ bindings for the atk" +SECTION = "libs" + +LICENSE = "LGPLv2.1 & GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ + file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" + +DEPENDS = "atk glibmm" + +inherit features_check gnomebase autotools pkgconfig + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI[archive.sha256sum] = "a0bb49765ceccc293ab2c6735ba100431807d384ffa14c2ebd30e07993fd2fa4" + +EXTRA_OECONF = " --disable-documentation " + +FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" -- cgit v1.2.3-54-g00ecf