blob: bb9d8bc298d163acbaffede23ff5f9aef0c75d0a [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "A fast and lightweight IDE"
2HOMEPAGE = "http://www.geany.org/"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
5
6DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native intltool-native"
7
Brad Bishop316dfdd2018-06-25 12:45:53 -04008inherit distro_features_check autotools pkgconfig perlnative pythonnative gettext
9
10REQUIRED_DISTRO_FEATURES = "x11"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011
12SRC_URI = "http://download.geany.org/${BP}.tar.bz2"
13SRC_URI[md5sum] = "386000be6b26972c6a699939c37cda34"
14SRC_URI[sha256sum] = "30fdb906bb76c4251a8bcf83ee267db28c26ef6ab867668a782cec1164a3aba5"
15
16FILES_${PN} += "${datadir}/icons"
17
18EXTRA_OECONF = "--disable-html-docs"