[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: xfce4-whiskermenu-plugin: update to latest git

git at git.openembedded.org git at git.openembedded.org
Tue Aug 25 09:54:42 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 0bd9057e396b89b7d185a487d47e4b66a4b318c3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0bd9057e396b89b7d185a487d47e4b66a4b318c3

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Aug 25 07:40:50 2015 +0200

xfce4-whiskermenu-plugin: update to latest git

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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 ...kermenu-plugin_1.5.0.bb => xfce4-whiskermenu-plugin_git.bb} | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

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"



More information about the Openembedded-commits mailing list