summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb
new file mode 100644
index 0000000000..f37eb71952
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb
@@ -0,0 +1,26 @@
1SUMMARY = "A simple text editor"
2LICENSE = "GPL-3.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
4
5
6DEPENDS = " \
7 desktop-file-utils-native \
8 libadwaita \
9 gtk4 \
10 gtksourceview5 \
11 editorconfig-core-c \
12 enchant2 \
13"
14
15GTKIC_VERSION = "4"
16
17inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check
18
19REQUIRED_DISTRO_FEATURES = "opengl"
20
21SRC_URI[archive.sha256sum] = "8ebfa0bea12e75f5efeacc721be3b8ae65027b024aa81db9ecab8c312257a2eb"
22
23FILES:${PN} += " \
24 ${datadir}/metainfo \
25 ${datadir}/dbus-1 \
26"