diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-08-25 07:40:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:44:56 +0200 |
commit | 5c6046a5d13b19813597a7d9548833dc167ec0fd (patch) | |
tree | c8dd189b080b61b93383fe104871e7fb50afa0ca /meta-xfce | |
parent | d7328c29efe7b17adbc484b1084d06df53aad7fc (diff) | |
download | meta-openembedded-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 f7b0616b6..6af38ded6 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" | |||
5 | 5 | ||
6 | inherit xfce-panel-plugin cmake | 6 | inherit xfce-panel-plugin cmake |
7 | 7 | ||
8 | SRC_URI = "http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2" | 8 | SRC_URI = " \ |
9 | SRC_URI[md5sum] = "32fcbf16931038c10b1b7a7ccc392132" | 9 | git://git.xfce.org/panel-plugins/xfce4-whiskermenu-plugin \ |
10 | SRC_URI[sha256sum] = "da82bdbc899a9935b560323aac9037d44f37fb110509b80ec293196722671851" | 10 | " |
11 | |||
12 | SRCREV = "2d3c03eacd78051d2ef8ee3b6a4e2bff4753680e" | ||
13 | PV = "1.5.0+gitr${SRCPV}" | ||
14 | S = "${WORKDIR}/git" | ||