diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-19 07:46:52 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-19 09:41:26 -0800 |
| commit | e7eba7b24423f1823c78d97f6cdc55ee02da28b3 (patch) | |
| tree | 329b25b6e75175aa1261b843a2501786460fdc97 /meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb | |
| parent | 13cc5173393b34082f1b3a054a9c515d96454561 (diff) | |
| download | meta-openembedded-e7eba7b24423f1823c78d97f6cdc55ee02da28b3.tar.gz | |
gtksourceview5: Upgrade to 5.18.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb deleted file mode 100644 index ba1c2e8adf..0000000000 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | SUMMARY = "Portable C library for multiline text editing" | ||
| 2 | HOMEPAGE = "http://projects.gnome.org/gtksourceview/" | ||
| 3 | |||
| 4 | LICENSE = "LGPL-2.1-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
| 6 | |||
| 7 | DEPENDS = " \ | ||
| 8 | fribidi \ | ||
| 9 | glib-2.0-native \ | ||
| 10 | fontconfig \ | ||
| 11 | gtk4 \ | ||
| 12 | libxml2 \ | ||
| 13 | libpcre2 \ | ||
| 14 | pango \ | ||
| 15 | " | ||
| 16 | |||
| 17 | inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala | ||
| 18 | |||
| 19 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 20 | |||
| 21 | GNOMEBN = "gtksourceview" | ||
| 22 | |||
| 23 | SRC_URI[archive.sha256sum] = "ab35d420102f3e8b055dd3b8642d3a48209f888189e6254d0ffb4b6a7e8c3566" | ||
| 24 | |||
| 25 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
| 26 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
| 27 | GIDOCGEN_MESON_OPTION = "documentation" | ||
| 28 | |||
| 29 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" | ||
| 30 | PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers" | ||
| 31 | |||
| 32 | FILES:${PN} += "${datadir}/gtksourceview-5" | ||
