diff --git a/meta-gnome/recipes-gimp/gimp/gimp/0001-gimp-cross-compile-fix-for-bz2.patch b/meta-gnome/recipes-gimp/gimp/gimp/0001-gimp-cross-compile-fix-for-bz2.patch index 721225c8b3..380e425f25 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp/0001-gimp-cross-compile-fix-for-bz2.patch +++ b/meta-gnome/recipes-gimp/gimp/gimp/0001-gimp-cross-compile-fix-for-bz2.patch @@ -16,8 +16,8 @@ diff --git a/meson.build b/meson.build index 4e48f8c64c..d5dce47015 100644 --- a/meson.build +++ b/meson.build -@@ -765,7 +765,7 @@ zlib = dependency('zlib') - MIMEtypes += 'image/x-psp' +@@ -777,7 +777,7 @@ zlib = dependency('zlib') + zlib = dependency('zlib') # Compiler-provided headers can't be found in crossroads environment -if not meson.is_cross_build() diff --git a/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb b/meta-gnome/recipes-gimp/gimp/gimp_3.0.6.bb similarity index 96% rename from meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb rename to meta-gnome/recipes-gimp/gimp/gimp_3.0.6.bb index e2ad29eb98..9f38cdcd03 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_3.0.6.bb @@ -5,7 +5,7 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" DEPENDS = " \ - appstream-glib \ + appstream \ atk \ babl \ bzip2 \ @@ -56,13 +56,12 @@ GIDOCGEN_MESON_OPTION = "gi-docgen" GIDOCGEN_MESON_ENABLE_FLAG = "enabled" GIDOCGEN_MESON_DISABLE_FLAG = "disabled" -SRC_URI = "gitsm://gitlab.gnome.org/GNOME/gimp.git;protocol=https;branch=master" +SRC_URI = "https://download.gimp.org/gimp/v3.0/${BP}.tar.xz" SRC_URI += "file://0001-gimp-cross-compile-fix-for-bz2.patch" SRC_URI += "file://0002-meson.build-reproducibility-fix.patch" SRC_URI += "file://0001-meson.build-dont-check-for-lgi.patch" SRC_URI += "file://0001-meson.build-require-iso-codes-native.patch" -SRCREV = "c1901c5be644ab8dcaf779b1f383bf5370bc90c6" - +SRC_URI[sha256sum] = "246c225383c72ef9f0dc7703b7d707084bbf177bd2900e94ce466a62862e296b" PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib" PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"