summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb
new file mode 100644
index 000000000..c1e8f3a99
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb
@@ -0,0 +1,27 @@
1SUMMARY = "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
22SRC_URI[archive.sha256sum] = "6a86ec9920f466b6ed92695524d3b507b1e84272dafa5341d06a157de868af71"
23
24FILES:${PN} += " \
25 ${datadir}/metainfo \
26 ${datadir}/dbus-1 \
27"