diff options
Diffstat (limited to 'meta-oe/recipes-devtools/geany/geany_2.0.bb')
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany_2.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_2.0.bb b/meta-oe/recipes-devtools/geany/geany_2.0.bb new file mode 100644 index 0000000000..4b51195e08 --- /dev/null +++ b/meta-oe/recipes-devtools/geany/geany_2.0.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "A fast and lightweight IDE" | ||
2 | HOMEPAGE = "http://www.geany.org/" | ||
3 | LICENSE = "GPL-2.0-only" | ||
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 | file://geany-2.0-gcc15.patch \ | ||
15 | " | ||
16 | SRC_URI[sha256sum] = "565b4cd2f0311c1e3a167ec71c4a32dba642e0fe554ae5bb6b8177b7a74ccc92" | ||
17 | |||
18 | FILES:${PN} += "${datadir}/icons" | ||
19 | |||
20 | EXTRA_OECONF = "--disable-html-docs" | ||
21 | |||
22 | RRECOMMENDS:${PN} += "source-code-pro-fonts" | ||