blob: 40bcd27d2b43a294846d0d7715a52cc578a44ecb [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "A simple text editor"
2LICENSE = "GPL-3.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
4
5GNOMEBASEBUILDCLASS = "meson"
6
7DEPENDS = " \
8 desktop-file-utils-native \
9 libadwaita \
10 gtk4 \
11 gtksourceview5 \
12 editorconfig-core-c \
13 enchant2 \
14"
15
16GTKIC_VERSION = "4"
17
18inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check
19
20REQUIRED_DISTRO_FEATURES = "opengl"
21
Patrick Williams8e7b46e2023-05-01 14:19:06 -050022SRC_URI[archive.sha256sum] = "f67bc3780734ffa815fcc4c5daa7b555d24e459f81ea2b548e6a85c1612a31ca"
Andrew Geissler517393d2023-01-13 08:55:19 -060023
24FILES:${PN} += " \
25 ${datadir}/metainfo \
26 ${datadir}/dbus-1 \
27"