diff options
Diffstat (limited to 'meta-oe/recipes-devtools/geany')
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb (renamed from meta-oe/recipes-devtools/geany/geany-plugins_1.28.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.28.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb index ff7944fcd..89bb96670 100644 --- a/meta-oe/recipes-devtools/geany/geany-plugins_1.28.bb +++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.29.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] = "54ad042b6f91ff8e7a497c22faa2db4b" | 28 | SRC_URI[md5sum] = "2059c63ac0ec29d2da66b6243ae792e1" |
29 | SRC_URI[sha256sum] = "b13471e0a4cb76d04a96bb21c965087b50c16390edee0c6b3bbd920d8ac17745" | 29 | SRC_URI[sha256sum] = "2827e0cf8f58a45759c82b690af5401dbd3ea0ec8dac310e4caea55547637bd7" |
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 |
@@ -106,8 +106,8 @@ FILES_${PN}-geanylatex = "${libdir}/geany/geanylatex.so" | |||
106 | RDEPENDS_${PN}-geanylatex = "${PN}" | 106 | RDEPENDS_${PN}-geanylatex = "${PN}" |
107 | 107 | ||
108 | PLUGINS += "${PN}-geanylipsum" | 108 | PLUGINS += "${PN}-geanylipsum" |
109 | LIC_FILES_CHKSUM += "file://geanylipsum/COPYING;md5=4325afd396febcb659c36b49533135d4" | 109 | LIC_FILES_CHKSUM += "file://lipsum/COPYING;md5=4325afd396febcb659c36b49533135d4" |
110 | FILES_${PN}-geanylipsum = "${libdir}/geany/geanylipsum.so" | 110 | FILES_${PN}-geanylipsum = "${libdir}/geany/lipsum.so" |
111 | RDEPENDS_${PN}-geanylipsum = "${PN}" | 111 | RDEPENDS_${PN}-geanylipsum = "${PN}" |
112 | 112 | ||
113 | # no lua: max supported version is 5.2 | 113 | # no lua: max supported version is 5.2 |