diff options
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_git.bb (renamed from meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb) | 15 |
1 files changed, 12 insertions, 3 deletions
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_git.bb index 8ec7fd21cc..a1f1a2fa99 100644 --- 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_git.bb | |||
@@ -6,9 +6,18 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" | |||
6 | 6 | ||
7 | inherit xfce-panel-plugin | 7 | inherit xfce-panel-plugin |
8 | 8 | ||
9 | DEPENDS += "libxklavier libwnck librsvg" | 9 | DEPENDS += "libxklavier libwnck librsvg garcon" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "b31144bd50875ec73f0b3101456c97fd" | 11 | PV = "0.5.4.3+gitr${SRCPV}" |
12 | SRC_URI[sha256sum] = "ca4801bb2edfe04eeceb71879b3cf79a0674e8311c39117efdb9d3521307396d" | 12 | |
13 | SRC_URI = "git://git.xfce.org/panel-plugins/xfce4-xkb-plugin;protocol=git;branch=master" | ||
14 | SRCREV = "b98b82d8522842e38a6355f9144f8348a6ab2aeb" | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | do_configure_prepend() { | ||
18 | NOCONFIGURE=yes ./autogen.sh | ||
19 | } | ||
13 | 20 | ||
14 | FILES_${PN} += "${datadir}/xfce4/xkb" | 21 | FILES_${PN} += "${datadir}/xfce4/xkb" |
22 | |||
23 | RDEPENDS_${PN} = "xfce4-settings" | ||