aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-08-13 13:36:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-28 11:04:12 +0200
commit3eb52242c3aea5550c382e774fbfb8b22c493c08 (patch)
treed70c00143e6f132aee759a0b266ea6b7b11468b3 /meta-oe
parentb3faa4e40c871404b6e2ed8b9a9bb8d6099add01 (diff)
downloadmeta-openembedded-contrib-3eb52242c3aea5550c382e774fbfb8b22c493c08.tar.gz
geany-plugins: update 1.30 -> 1.31
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb (renamed from meta-oe/recipes-devtools/geany/geany-plugins_1.30.bb)9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.30.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb
index f01dda8cd0..27fe860262 100644
--- a/meta-oe/recipes-devtools/geany/geany-plugins_1.30.bb
+++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.31.bb
@@ -25,8 +25,8 @@ DEPENDS = " \
inherit autotools pkgconfig gtk-icon-cache
SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2"
-SRC_URI[md5sum] = "13f8e5d900b4911059385649b8dde887"
-SRC_URI[sha256sum] = "8adb90645d273d9549e1fa99b69ea87dc1fd612f7467eb18eee11a6b30c9ba5b"
+SRC_URI[md5sum] = "808f9048b77fd9704569ed2ba12a56e9"
+SRC_URI[sha256sum] = "76bd9e803db5a626b86669f08330cf95b8cc35057a1cdf65759bc00aef120e25"
do_configure_prepend() {
rm -f ${S}/build/cache/glib-gettext.m4
@@ -166,6 +166,11 @@ LICENSE_${PN}-git-changebar = "GPLv3"
FILES_${PN}-git-changebar = "${libdir}/geany/git-changebar.so"
RDEPENDS_${PN}-git-changebar = "${PN}"
+PLUGINS += "${PN}-keyrecord"
+LIC_FILES_CHKSUM += "file://keyrecord/COPYING;md5=751419260aa954499f7abaabaa882bbe"
+FILES_${PN}-keyrecord = "${libdir}/geany/keyrecord.so"
+RDEPENDS_${PN}-keyrecord = "${PN}"
+
PLUGINS += "${PN}-lineoperations"
LIC_FILES_CHKSUM += "file://lineoperations/COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
FILES_${PN}-lineoperations = "${libdir}/geany/lineoperations.so"