aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-08-25 07:40:50 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:44:56 +0200
commit5c6046a5d13b19813597a7d9548833dc167ec0fd (patch)
treec8dd189b080b61b93383fe104871e7fb50afa0ca /meta-xfce
parentd7328c29efe7b17adbc484b1084d06df53aad7fc (diff)
downloadmeta-openembedded-contrib-5c6046a5d13b19813597a7d9548833dc167ec0fd.tar.gz
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@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_git.bb (renamed from meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.5.0.bb)10
1 files 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
index f7b0616b68..6af38ded69 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"