[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: geany: update to 1.25

git at git.openembedded.org git at git.openembedded.org
Tue Aug 25 09:54:42 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 5f2a8c4b6a1cd7aa614cb904b8f7fb34f8166966
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5f2a8c4b6a1cd7aa614cb904b8f7fb34f8166966

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Aug 25 07:40:51 2015 +0200

geany: update to 1.25

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/geany/{geany_1.24.1.bb => geany_1.25.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-devtools/geany/geany_1.24.1.bb b/meta-oe/recipes-devtools/geany/geany_1.25.bb
similarity index 58%
rename from meta-oe/recipes-devtools/geany/geany_1.24.1.bb
rename to meta-oe/recipes-devtools/geany/geany_1.25.bb
index f765e2c..59c424c 100644
--- a/meta-oe/recipes-devtools/geany/geany_1.24.1.bb
+++ b/meta-oe/recipes-devtools/geany/geany_1.25.bb
@@ -2,15 +2,15 @@ SUMMARY = "A fast and lightweight IDE"
 HOMEPAGE = "http://www.geany.org/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
-DEPENDS = "gtk+"
+DEPENDS = "gtk+ python-docutils-native"
 
-inherit autotools pkgconfig perlnative
+inherit autotools pkgconfig perlnative pythonnative
 
 SRC_URI = " \
     http://download.geany.org/${BP}.tar.bz2 \
     file://0001-configure.ac-remove-additional-c-test.patch \
 "
-SRC_URI[md5sum] = "d225104cef3973164d70116d46239606"
-SRC_URI[sha256sum] = "7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33"
+SRC_URI[md5sum] = "888bd82d62759ac47a4a398fb27c8471"
+SRC_URI[sha256sum] = "8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef"
 
 FILES_${PN} += "${datadir}/icons"



More information about the Openembedded-commits mailing list