diff mbox series

[meta-gnome,10/10] gimp: Update to 2.10.36

Message ID 20231113-gnomebaseclass-switch-to-meson-v1-10-111dd5d0fe68@gmail.com
State New
Headers show
Series Recipe updates | expand

Commit Message

Khem Raj Nov. 14, 2023, 3:08 a.m. UTC
Explicitly ask for autotools build system since gnomebase is now
defaulting to meson.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gimp/gimp/{gimp_2.10.34.bb => gimp_2.10.36.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


-- 
2.42.1
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.34.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.36.bb
similarity index 93%
rename from meta-gnome/recipes-gimp/gimp/gimp_2.10.34.bb
rename to meta-gnome/recipes-gimp/gimp/gimp_2.10.36.bb
index 7343036807..4526839ad6 100644
--- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.34.bb
+++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.36.bb
@@ -37,6 +37,7 @@  DEPENDS = " \
 "
 DEPENDS:append:libc-musl = " libexecinfo"
 
+GNOMEBASEBUILDCLASS = "autotools"
 inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
 
 REQUIRED_DISTRO_FEATURES = "x11"
@@ -46,7 +47,7 @@  SHPV = "${@gnome_verdir("${PV}")}"
 SRC_URI = "https://download.gimp.org/pub/${BPN}/v${SHPV}/${BP}.tar.bz2 \
            file://0001-configure-Keep-first-line-of-compiler-version-string.patch \
            file://0001-libtool-Do-not-add-build-time-library-paths-to-LD_LI.patch"
-SRC_URI[sha256sum] = "84004642d351b398a4293cd7fd3592044a944f05bb52850ee6068f247c657aa3"
+SRC_URI[sha256sum] = "3d3bc3c69a4bdb3aea9ba2d5385ed98ea03953f3857aafd1d6976011ed7cdbb2"
 
 EXTRA_OECONF = "--disable-python \
                 --without-webkit \