diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gtksourceview')
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.12.0.bb (renamed from meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.12.0.bb index a336b19096..f3267acbeb 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.12.0.bb | |||
@@ -23,12 +23,12 @@ inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache go | |||
23 | 23 | ||
24 | REQUIRED_DISTRO_FEATURES = "opengl" | 24 | REQUIRED_DISTRO_FEATURES = "opengl" |
25 | 25 | ||
26 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.10/${PNAME}-${PV}.tar.xz" | 26 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.12/${PNAME}-${PV}.tar.xz" |
27 | SRC_URI[sha256sum] = "b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f" | 27 | SRC_URI[sha256sum] = "daf32ff5d3150d6385917d3503a85b9e047ba158b2b03079314c9c00813fa01f" |
28 | 28 | ||
29 | GIR_MESON_ENABLE_FLAG = 'enabled' | 29 | GIR_MESON_ENABLE_FLAG = 'enabled' |
30 | GIR_MESON_DISABLE_FLAG = 'disabled' | 30 | GIR_MESON_DISABLE_FLAG = 'disabled' |
31 | GTKDOC_MESON_OPTION = "gtk_doc" | 31 | GIDOCGEN_MESON_OPTION = "documentation" |
32 | 32 | ||
33 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" | 33 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" |
34 | PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers" | 34 | PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers" |