[oe] [PATCH 5/6] xfce4-whiskermenu-plugin: update to latest git

Andreas Müller schnitzeltony at googlemail.com
Tue Aug 25 05:40:50 UTC 2015


Upstream patch [1] fixes not only mentionend corner bug but makes menu working
with touch devices. First I tried to backport but this seemed more effort than
expected. As soon as another release is out a patch will be send to update.

[1] https://bugzilla.xfce.org/show_bug.cgi?id=11908

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 ...kermenu-plugin_1.5.0.bb => xfce4-whiskermenu-plugin_git.bb} | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
 rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_1.5.0.bb => xfce4-whiskermenu-plugin_git.bb} (54%)

diff --git a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.5.0.bb b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_git.bb
similarity index 54%
rename from meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.5.0.bb
rename to meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_git.bb
index f7b0616..6af38de 100644
--- a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.5.0.bb
+++ b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_git.bb
@@ -5,6 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 inherit xfce-panel-plugin cmake
 
-SRC_URI = "http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2"
-SRC_URI[md5sum] = "32fcbf16931038c10b1b7a7ccc392132"
-SRC_URI[sha256sum] = "da82bdbc899a9935b560323aac9037d44f37fb110509b80ec293196722671851"
+SRC_URI = " \
+    git://git.xfce.org/panel-plugins/xfce4-whiskermenu-plugin \
+"
+
+SRCREV = "2d3c03eacd78051d2ef8ee3b6a4e2bff4753680e"
+PV = "1.5.0+gitr${SRCPV}"
+S = "${WORKDIR}/git"
-- 
2.1.0




More information about the Openembedded-devel mailing list