blob: 75f1737c62bd6c401cb9061fef22e4db42a95697 [file] [log] [blame]
Brad Bishop23eaf032019-11-20 05:15:02 -05001SUMMARY = "GNOME editor"
2SECTION = "x11/gnome"
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
5
6GNOMEBASEBUILDCLASS = "meson"
7
8DEPENDS = " \
Brad Bishop23eaf032019-11-20 05:15:02 -05009 gdk-pixbuf-native \
Brad Bishop23eaf032019-11-20 05:15:02 -050010 gtk+3 \
11 gsettings-desktop-schemas \
Brad Bishop23eaf032019-11-20 05:15:02 -050012 libpeas \
13 libsoup-2.4 \
14 gspell \
15 gtksourceview4 \
Andrew Geissler89770b02020-06-13 10:40:47 -050016 tepl \
Brad Bishop23eaf032019-11-20 05:15:02 -050017"
18
Andrew Geissler82c905d2020-04-13 13:39:40 -050019inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc vala gettext features_check upstream-version-is-even mime-xdg
Brad Bishop23eaf032019-11-20 05:15:02 -050020
21REQUIRED_DISTRO_FEATURES = "x11"
22
Andrew Geissler89770b02020-06-13 10:40:47 -050023SRC_URI[archive.md5sum] = "438217bbbcf92a17c4f259b4a5426b03"
24SRC_URI[archive.sha256sum] = "6887554643c5b1b3862ac364d97b7b50224bff95e6758aeaa08f4a482b554197"
Brad Bishop23eaf032019-11-20 05:15:02 -050025
Andrew Geissler89770b02020-06-13 10:40:47 -050026GTKDOC_MESON_OPTION = "gtk_doc"
Brad Bishop23eaf032019-11-20 05:15:02 -050027
28PACKAGES += "${PN}-python"
29
30FILES_${PN} += " \
31 ${datadir}/dbus-1 \
32 ${datadir}/metainfo \
33"
34
35FILES_${PN}-python += " \
36 ${PYTHON_SITEPACKAGES_DIR} \
37"
38