summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/geany/geany_2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/geany/geany_2.0.bb')
-rw-r--r--meta-oe/recipes-devtools/geany/geany_2.0.bb22
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 @@
1SUMMARY = "A fast and lightweight IDE"
2HOMEPAGE = "http://www.geany.org/"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
5
6DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native"
7
8inherit features_check autotools pkgconfig perlnative gettext mime-xdg
9
10REQUIRED_DISTRO_FEATURES = "x11"
11
12SRC_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 "
16SRC_URI[sha256sum] = "565b4cd2f0311c1e3a167ec71c4a32dba642e0fe554ae5bb6b8177b7a74ccc92"
17
18FILES:${PN} += "${datadir}/icons"
19
20EXTRA_OECONF = "--disable-html-docs"
21
22RRECOMMENDS:${PN} += "source-code-pro-fonts"