From c856cc35d5c36cea6cc91f2cc22b8b59606574c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 29 May 2013 13:39:43 +0200 Subject: [PATCH] xfce4-xkb-plugin: update to 0.7.0 tarball MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- ...-xkb-plugin_git.bb => xfce4-xkb-plugin_0.7.0.bb} | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) rename meta-xfce/recipes-panel-plugins/xkb/{xfce4-xkb-plugin_git.bb => xfce4-xkb-plugin_0.7.0.bb} (63%) 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 similarity index 63% rename from meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_git.bb rename to 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,18 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" inherit xfce-panel-plugin +SRC_URI[md5sum] = "7fbc3d8c84d6662d819dd1803f0fee34" +SRC_URI[sha256sum] = "28367c309863581ae4de529b35bdedf5a1c918096a9a2e6e771554cba7bf5a6a" + 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"