From 5cd959eb6acd886a5d6dfc75927d2021019602a5 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 8 Aug 2017 23:38:18 +0200 Subject: xfce4-xkb-plugin: update 0.7.1 -> 0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb | 16 ---------------- .../recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb create mode 100644 meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.0.bb diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb deleted file mode 100644 index 2fa1634e77..0000000000 --- a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment" -HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" - -inherit xfce-panel-plugin - -SRC_URI[md5sum] = "2f68e0d53baf68ecc1a7165ad33c26a9" -SRC_URI[sha256sum] = "61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681" - -DEPENDS += "libxklavier libwnck librsvg garcon" - -FILES_${PN} += "${datadir}/xfce4/xkb" - -RDEPENDS_${PN} = "xfce4-settings" diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.0.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.0.bb new file mode 100644 index 0000000000..5e62c033d9 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment" +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" + +inherit xfce-panel-plugin + +SRC_URI[md5sum] = "e4e897741ebe2827192971c2aaad835d" +SRC_URI[sha256sum] = "3b0d3b9f4b7c3e3e7be668e2f7c845b89b16e0ed3db2bacb544a17272682ced0" + +DEPENDS += "libxklavier libwnck3 librsvg garcon" + +FILES_${PN} += "${datadir}/xfce4/xkb" + +RDEPENDS_${PN} = "xfce4-settings" -- cgit 1.2.3-korg