summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/xkb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/xkb')
-rw-r--r--meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb (renamed from meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_git.bb)13
1 files changed, 3 insertions, 10 deletions
diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_git.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb
index a1f1a2fa99..d27e4cdd3a 100644
--- a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_git.bb
+++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb
@@ -6,17 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b"
6 6
7inherit xfce-panel-plugin 7inherit xfce-panel-plugin
8 8
9DEPENDS += "libxklavier libwnck librsvg garcon" 9SRC_URI[md5sum] = "7fbc3d8c84d6662d819dd1803f0fee34"
10 10SRC_URI[sha256sum] = "28367c309863581ae4de529b35bdedf5a1c918096a9a2e6e771554cba7bf5a6a"
11PV = "0.5.4.3+gitr${SRCPV}"
12 11
13SRC_URI = "git://git.xfce.org/panel-plugins/xfce4-xkb-plugin;protocol=git;branch=master" 12DEPENDS += "libxklavier libwnck librsvg garcon"
14SRCREV = "b98b82d8522842e38a6355f9144f8348a6ab2aeb"
15S = "${WORKDIR}/git"
16
17do_configure_prepend() {
18 NOCONFIGURE=yes ./autogen.sh
19}
20 13
21FILES_${PN} += "${datadir}/xfce4/xkb" 14FILES_${PN} += "${datadir}/xfce4/xkb"
22 15