From 9128c30e11cc271d547764e1bcb9410330028c54 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 12 Jan 2021 22:51:57 +0100 Subject: amtk: upgrade 5.1.1 -> 5.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit News in 5.2.0, 2020-09-10 ------------------------- * Translation updates. News in 5.1.2, 2020-09-04 ------------------------- * Build system: better support for Visual Studio. * Translation updates. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/amtk/amtk_5.1.1.bb | 15 --------------- meta-gnome/recipes-gnome/amtk/amtk_5.2.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/amtk/amtk_5.1.1.bb create mode 100644 meta-gnome/recipes-gnome/amtk/amtk_5.2.0.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/amtk/amtk_5.1.1.bb b/meta-gnome/recipes-gnome/amtk/amtk_5.1.1.bb deleted file mode 100644 index 58713c35cf..0000000000 --- a/meta-gnome/recipes-gnome/amtk/amtk_5.1.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Actions, Menus and Toolbars Kit" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -DEPENDS = " \ - glib-2.0-native \ - gtk+3 \ -" - -inherit gnomebase gettext features_check gobject-introspection - -ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" - -SRC_URI[archive.md5sum] = "f11c2e0cde10d5224a942b1e13d598b2" -SRC_URI[archive.sha256sum] = "f9656bdd4278aabfb8554f029049b9ffaf51b53faa463483a840365463355df1" diff --git a/meta-gnome/recipes-gnome/amtk/amtk_5.2.0.bb b/meta-gnome/recipes-gnome/amtk/amtk_5.2.0.bb new file mode 100644 index 0000000000..41cda1ebc7 --- /dev/null +++ b/meta-gnome/recipes-gnome/amtk/amtk_5.2.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Actions, Menus and Toolbars Kit" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +DEPENDS = " \ + glib-2.0-native \ + gtk+3 \ +" + +inherit gnomebase gettext features_check gobject-introspection + +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" + +SRC_URI[archive.sha256sum] = "820545bb4cf87ecebc2c3638d6b6e58b8dbd60a419a9b43cf020124e5dad7078" -- cgit 1.2.3-korg