diff options
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.bb | 26 |
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 @@ | |||
| 1 | SUMMARY = "A simple text editor" | ||
| 2 | LICENSE = "GPL-3.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" | ||
| 4 | |||
| 5 | |||
| 6 | DEPENDS = " \ | ||
| 7 | desktop-file-utils-native \ | ||
| 8 | libadwaita \ | ||
| 9 | gtk4 \ | ||
| 10 | gtksourceview5 \ | ||
| 11 | editorconfig-core-c \ | ||
| 12 | enchant2 \ | ||
| 13 | " | ||
| 14 | |||
| 15 | GTKIC_VERSION = "4" | ||
| 16 | |||
| 17 | inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check | ||
| 18 | |||
| 19 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 20 | |||
| 21 | SRC_URI[archive.sha256sum] = "8ebfa0bea12e75f5efeacc721be3b8ae65027b024aa81db9ecab8c312257a2eb" | ||
| 22 | |||
| 23 | FILES:${PN} += " \ | ||
| 24 | ${datadir}/metainfo \ | ||
| 25 | ${datadir}/dbus-1 \ | ||
| 26 | " | ||
