aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/geany/geany_1.23.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-05-03 12:31:07 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-03 16:12:28 +0200
commit69f466b5a2d24a933010ac9d3ae1b8bd777b0681 (patch)
tree361d5279f9da5d508d3e120479d666fd5527b05d /meta-oe/recipes-devtools/geany/geany_1.23.bb
parented840de6e59dbf90d14c449c73d32f383446402b (diff)
downloadmeta-openembedded-69f466b5a2d24a933010ac9d3ae1b8bd777b0681.tar.gz
geany: update to 1.23 to fix build with glib 2.36
license change of FSF address only 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/geany_1.23.bb')
-rw-r--r--meta-oe/recipes-devtools/geany/geany_1.23.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.23.bb b/meta-oe/recipes-devtools/geany/geany_1.23.bb
new file mode 100644
index 0000000000..604c7c2464
--- /dev/null
+++ b/meta-oe/recipes-devtools/geany/geany_1.23.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "A fast and lightweight IDE"
+HOMEPAGE = "http://www.geany.org/"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
+DEPENDS = "gtk+"
+
+inherit autotools pkgconfig perlnative
+
+SRC_URI = " \
+ http://download.geany.org/${PN}-${PV}.tar.bz2 \
+ file://0001-configure.ac-remove-additional-c-test.patch \
+"
+SRC_URI[md5sum] = "4290e8c32305e916f57bb0f0233bbec2"
+SRC_URI[sha256sum] = "cdd4a772694803c837ae59e56f7bdc2faba174509317211f522e7d25dfcbe8b0"
+
+FILES_${PN} += "${datadir}/icons"