geany: initial add 1.22
authorAndreas Müller <schnitzeltony@googlemail.com>
Fri, 25 Jan 2013 22:26:21 +0000 (22:26 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:28:09 +0000 (08:28 -0800)
(From meta-openembedded rev: 892676ebf1113724d1ecfe9e9246109c93f73b58)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/geany/geany_1.22.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-openembedded/meta-oe/recipes-devtools/geany/geany_1.22.bb
new file mode 100644 (file)
index 0000000..1e56ec8
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "A fast and lightweight IDE"
+HOMEPAGE = "http://www.geany.org/"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
+DEPENDS = "gtk+"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2"
+SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
+SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
+
+FILES_${PN} += "${datadir}/icons"