diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-08-13 13:36:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:04:12 +0200 |
commit | 3eb52242c3aea5550c382e774fbfb8b22c493c08 (patch) | |
tree | d70c00143e6f132aee759a0b266ea6b7b11468b3 /meta-oe/recipes-devtools/geany | |
parent | b3faa4e40c871404b6e2ed8b9a9bb8d6099add01 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-devtools/geany')
-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 = " \ | |||
25 | inherit autotools pkgconfig gtk-icon-cache | 25 | inherit autotools pkgconfig gtk-icon-cache |
26 | 26 | ||
27 | SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2" | 27 | SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2" |
28 | SRC_URI[md5sum] = "13f8e5d900b4911059385649b8dde887" | 28 | SRC_URI[md5sum] = "808f9048b77fd9704569ed2ba12a56e9" |
29 | SRC_URI[sha256sum] = "8adb90645d273d9549e1fa99b69ea87dc1fd612f7467eb18eee11a6b30c9ba5b" | 29 | SRC_URI[sha256sum] = "76bd9e803db5a626b86669f08330cf95b8cc35057a1cdf65759bc00aef120e25" |
30 | 30 | ||
31 | do_configure_prepend() { | 31 | do_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" | |||
166 | FILES_${PN}-git-changebar = "${libdir}/geany/git-changebar.so" | 166 | FILES_${PN}-git-changebar = "${libdir}/geany/git-changebar.so" |
167 | RDEPENDS_${PN}-git-changebar = "${PN}" | 167 | RDEPENDS_${PN}-git-changebar = "${PN}" |
168 | 168 | ||
169 | PLUGINS += "${PN}-keyrecord" | ||
170 | LIC_FILES_CHKSUM += "file://keyrecord/COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
171 | FILES_${PN}-keyrecord = "${libdir}/geany/keyrecord.so" | ||
172 | RDEPENDS_${PN}-keyrecord = "${PN}" | ||
173 | |||
169 | PLUGINS += "${PN}-lineoperations" | 174 | PLUGINS += "${PN}-lineoperations" |
170 | LIC_FILES_CHKSUM += "file://lineoperations/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 175 | LIC_FILES_CHKSUM += "file://lineoperations/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
171 | FILES_${PN}-lineoperations = "${libdir}/geany/lineoperations.so" | 176 | FILES_${PN}-lineoperations = "${libdir}/geany/lineoperations.so" |