diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-29 13:39:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-20 12:27:58 +0200 |
commit | c856cc35d5c36cea6cc91f2cc22b8b59606574c1 (patch) | |
tree | 20f9f77eb9f0ab8bf72ed808e1a869f8caea4841 /meta-xfce | |
parent | 7e1b1b392c8d372e50af3f0982aea9709cb077e7 (diff) | |
download | meta-openembedded-c856cc35d5c36cea6cc91f2cc22b8b59606574c1.tar.gz |
xfce4-xkb-plugin: update to 0.7.0 tarball
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce')
-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 a1f1a2fa9..d27e4cdd3 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 | ||
7 | inherit xfce-panel-plugin | 7 | inherit xfce-panel-plugin |
8 | 8 | ||
9 | DEPENDS += "libxklavier libwnck librsvg garcon" | 9 | SRC_URI[md5sum] = "7fbc3d8c84d6662d819dd1803f0fee34" |
10 | 10 | SRC_URI[sha256sum] = "28367c309863581ae4de529b35bdedf5a1c918096a9a2e6e771554cba7bf5a6a" | |
11 | PV = "0.5.4.3+gitr${SRCPV}" | ||
12 | 11 | ||
13 | SRC_URI = "git://git.xfce.org/panel-plugins/xfce4-xkb-plugin;protocol=git;branch=master" | 12 | DEPENDS += "libxklavier libwnck librsvg garcon" |
14 | SRCREV = "b98b82d8522842e38a6355f9144f8348a6ab2aeb" | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | do_configure_prepend() { | ||
18 | NOCONFIGURE=yes ./autogen.sh | ||
19 | } | ||
20 | 13 | ||
21 | FILES_${PN} += "${datadir}/xfce4/xkb" | 14 | FILES_${PN} += "${datadir}/xfce4/xkb" |
22 | 15 | ||