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