From e214ecb24c2234ee512d26a17a6966b790ae9766 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 23 Apr 2013 06:03:53 +0000 Subject: xfce4-xkb-plugin: Update to latest git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In 7b35cdc554ee3f42f9619996604d4674126711c1 xfce4-settings was updated to development-release 4.11.0. Reason for this was handling of keyboard layout by xfce4-settings. With this patch xfce4-xkb-plugin synchronizes with xfce4-settings, shares settings and uses dialogs from xfce4-settings. These changes were not yet released because they depend on development-release of xfce4-settings. Next stable release of xfce4-settings will be with xfce 4.12 with release date unknown [1]. [1] http://wiki.xfce.org/releng/4.12/roadmap#roadmapplanned_features Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../xkb/xfce4-xkb-plugin_0.5.4.3.bb | 14 ------------- .../xkb/xfce4-xkb-plugin_git.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 14 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb create mode 100644 meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_git.bb (limited to 'meta-xfce/recipes-panel-plugins') diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb deleted file mode 100644 index 8ec7fd21cc..0000000000 --- a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "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 = "Alexander_Iliev" -LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" - -inherit xfce-panel-plugin - -DEPENDS += "libxklavier libwnck librsvg" - -SRC_URI[md5sum] = "b31144bd50875ec73f0b3101456c97fd" -SRC_URI[sha256sum] = "ca4801bb2edfe04eeceb71879b3cf79a0674e8311c39117efdb9d3521307396d" - -FILES_${PN} += "${datadir}/xfce4/xkb" diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_git.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_git.bb new file mode 100644 index 0000000000..a1f1a2fa99 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_git.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "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 = "Alexander_Iliev" +LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" + +inherit xfce-panel-plugin + +DEPENDS += "libxklavier libwnck librsvg garcon" + +PV = "0.5.4.3+gitr${SRCPV}" + +SRC_URI = "git://git.xfce.org/panel-plugins/xfce4-xkb-plugin;protocol=git;branch=master" +SRCREV = "b98b82d8522842e38a6355f9144f8348a6ab2aeb" +S = "${WORKDIR}/git" + +do_configure_prepend() { + NOCONFIGURE=yes ./autogen.sh +} + +FILES_${PN} += "${datadir}/xfce4/xkb" + +RDEPENDS_${PN} = "xfce4-settings" -- cgit 1.2.3-korg