Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "A fast and lightweight IDE" |
| 2 | HOMEPAGE = "http://www.geany.org/" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "GPL-2.0-only" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" |
| 5 | |
| 6 | DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" |
| 7 | |
| 8 | inherit features_check autotools pkgconfig perlnative gettext mime-xdg |
| 9 | |
| 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | |
| 12 | SRC_URI = "https://download.geany.org/${BP}.tar.bz2 \ |
| 13 | file://0001-configure-Upgrade-to-a-modern-Gettext.patch \ |
| 14 | " |
| 15 | SRC_URI[sha256sum] = "abff176e4d48bea35ee53037c49c82f90b6d4c23e69aed6e4a5ca8ccd3aad546" |
| 16 | |
| 17 | FILES:${PN} += "${datadir}/icons" |
| 18 | |
| 19 | EXTRA_OECONF = "--disable-html-docs" |
| 20 | |
| 21 | RRECOMMENDS:${PN} += "source-code-pro-fonts" |