From ca23c49f3d59982a87cd2ccccd74c2f4011f389c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 27 Mar 2019 16:35:05 +0100 Subject: libgnomekbd: upgrade 3.26.0 -> 3.26.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-gnome/libgnome/libgnomekbd_3.26.0.bb | 19 ------------------- .../recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.0.bb create mode 100644 meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.0.bb deleted file mode 100644 index 456a744fa6..0000000000 --- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "GNOME keyboard library" -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812" - -SECTION = "x11/gnome/libs" - -DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native" - -inherit distro_features_check gnome gobject-introspection gettext - -REQUIRED_DISTRO_FEATURES = "x11" - -GNOME_COMPRESS_TYPE = "xz" - -SRC_URI[archive.md5sum] = "8b9d13d46255cde910b3db5a6ebb4727" -SRC_URI[archive.sha256sum] = "ea3b418c57c30615f7ee5b6f718def7c9d09ce34637324361150744258968875" - -EXTRA_OECONF_remove = "--disable-schemas-install" - diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb new file mode 100644 index 0000000000..3a7379f9e4 --- /dev/null +++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "GNOME keyboard library" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812" + +SECTION = "x11/gnome/libs" + +DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native" + +inherit distro_features_check gnome gobject-introspection gettext + +REQUIRED_DISTRO_FEATURES = "x11" + +GNOME_COMPRESS_TYPE = "xz" + +SRC_URI[archive.md5sum] = "98040022484406e7ebe25f82cef93344" +SRC_URI[archive.sha256sum] = "f7ca02631576e9b88aee1b1bae37ac1488b80ee7975f20a97f29e761a7172679" + +EXTRA_OECONF_remove = "--disable-schemas-install" + -- cgit 1.2.3-korg