From 3351a41f990cfee22dea7db226a9f51f5e454c1f Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 1 Jun 2020 23:44:48 +0200 Subject: amtk: initial add 5.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is a dependency for upcoming tepl which is a dependency of gedit 3.36.x Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/amtk/amtk_5.1.1.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-gnome/recipes-gnome/amtk/amtk_5.1.1.bb (limited to 'meta-gnome/recipes-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 new file mode 100644 index 0000000000..58713c35cf --- /dev/null +++ b/meta-gnome/recipes-gnome/amtk/amtk_5.1.1.bb @@ -0,0 +1,15 @@ +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" -- cgit 1.2.3-korg