summaryrefslogtreecommitdiffstats
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
parentb3faa4e40c871404b6e2ed8b9a9bb8d6099add01 (diff)
downloadmeta-openembedded-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>
-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 f01dda8cd..27fe86026 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 = " \
25inherit autotools pkgconfig gtk-icon-cache 25inherit autotools pkgconfig gtk-icon-cache
26 26
27SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2" 27SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2"
28SRC_URI[md5sum] = "13f8e5d900b4911059385649b8dde887" 28SRC_URI[md5sum] = "808f9048b77fd9704569ed2ba12a56e9"
29SRC_URI[sha256sum] = "8adb90645d273d9549e1fa99b69ea87dc1fd612f7467eb18eee11a6b30c9ba5b" 29SRC_URI[sha256sum] = "76bd9e803db5a626b86669f08330cf95b8cc35057a1cdf65759bc00aef120e25"
30 30
31do_configure_prepend() { 31do_configure_prepend() {
32 rm -f ${S}/build/cache/glib-gettext.m4 32 rm -f ${S}/build/cache/glib-gettext.m4
@@ -166,6 +166,11 @@ LICENSE_${PN}-git-changebar = "GPLv3"
166FILES_${PN}-git-changebar = "${libdir}/geany/git-changebar.so" 166FILES_${PN}-git-changebar = "${libdir}/geany/git-changebar.so"
167RDEPENDS_${PN}-git-changebar = "${PN}" 167RDEPENDS_${PN}-git-changebar = "${PN}"
168 168
169PLUGINS += "${PN}-keyrecord"
170LIC_FILES_CHKSUM += "file://keyrecord/COPYING;md5=751419260aa954499f7abaabaa882bbe"
171FILES_${PN}-keyrecord = "${libdir}/geany/keyrecord.so"
172RDEPENDS_${PN}-keyrecord = "${PN}"
173
169PLUGINS += "${PN}-lineoperations" 174PLUGINS += "${PN}-lineoperations"
170LIC_FILES_CHKSUM += "file://lineoperations/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" 175LIC_FILES_CHKSUM += "file://lineoperations/COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
171FILES_${PN}-lineoperations = "${libdir}/geany/lineoperations.so" 176FILES_${PN}-lineoperations = "${libdir}/geany/lineoperations.so"