From 1cd6912d752e80aac2a10edceb9be59cd886683f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 10 Feb 2016 14:42:43 +0200 Subject: libwnck3: update to 3.14.1 (From OE-Core rev: 5ddf841de918410dfa633217080d9e988cdcb17b) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb | 20 -------------------- meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb create mode 100644 meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb b/meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb deleted file mode 100644 index 3ee1ae98a4..0000000000 --- a/meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Window navigation construction toolkit" -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" - -BPN = "libwnck" - -SECTION = "x11/libs" -DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native libxres" - -PACKAGECONFIG ??= "startup-notification" -PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" - -inherit gnomebase -SRC_URI[archive.md5sum] = "4538672e0d775fadedf10abeb8020047" -SRC_URI[archive.sha256sum] = "f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c" - -inherit distro_features_check -# libxres means x11 only -REQUIRED_DISTRO_FEATURES = "x11" - diff --git a/meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb b/meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb new file mode 100644 index 0000000000..97d6b881fd --- /dev/null +++ b/meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb @@ -0,0 +1,20 @@ +SUMMARY = "Window navigation construction toolkit" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" + +BPN = "libwnck" + +SECTION = "x11/libs" +DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native libxres" + +PACKAGECONFIG ??= "startup-notification" +PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" + +inherit gnomebase +SRC_URI[archive.md5sum] = "d96c0b74c4dc5fdae758964098603c90" +SRC_URI[archive.sha256sum] = "bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278fb79391f52befa" + +inherit distro_features_check +# libxres means x11 only +REQUIRED_DISTRO_FEATURES = "x11" + -- cgit 1.2.3-korg