From 70251cdb6137eb7be6b10113c27e5e4547abc689 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 23 Jul 2015 11:25:43 +0200 Subject: libwnck3: update to 3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | 17 ----------------- meta-gnome/recipes-gnome/libwnck/libwnck3_3.14.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb create mode 100644 meta-gnome/recipes-gnome/libwnck/libwnck3_3.14.0.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb deleted file mode 100644 index fd0ecd9b32..0000000000 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb +++ /dev/null @@ -1,17 +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" - -PR = "r1" - -PACKAGECONFIG ??= "startup-notification" -PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" - -inherit gnomebase -SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae" -SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083" diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.14.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.14.0.bb new file mode 100644 index 0000000000..35e07cb53e --- /dev/null +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.14.0.bb @@ -0,0 +1,16 @@ +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 +GNOME_COMPRESS_TYPE = "xz" +SRC_URI[archive.md5sum] = "4538672e0d775fadedf10abeb8020047" +SRC_URI[archive.sha256sum] = "f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c" -- cgit 1.2.3-korg