From 57ed2f2970c828b8b5a137e49b9320c82f0ec1d5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 24 Mar 2025 07:47:57 +0100 Subject: [PATCH] gimp: fetch tarball release --- recipes-gtk/gimp/{gimp_git.bb => gimp_3.0.0.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename recipes-gtk/gimp/{gimp_git.bb => gimp_3.0.0.bb} (96%) diff --git a/recipes-gtk/gimp/gimp_git.bb b/recipes-gtk/gimp/gimp_3.0.0.bb similarity index 96% rename from recipes-gtk/gimp/gimp_git.bb rename to recipes-gtk/gimp/gimp_3.0.0.bb index 0e44567..797b230 100644 --- a/recipes-gtk/gimp/gimp_git.bb +++ b/recipes-gtk/gimp/gimp_3.0.0.bb @@ -54,12 +54,10 @@ GIDOCGEN_MESON_OPTION = "gi-docgen" GIDOCGEN_MESON_ENABLE_FLAG = "enabled" GIDOCGEN_MESON_DISABLE_FLAG = "disabled" -SRC_URI = "gitsm://github.com/GNOME/gimp.git;protocol=https;branch=master" +SRC_URI = "https://download.gimp.org/gimp/v3.0/gimp-${PV}.tar.xz" SRC_URI += "file://0001-gimp-cross-compile-fix-for-bz2.patch" SRC_URI += "file://0002-meson.build-reproducibility-fix.patch" -S = "${WORKDIR}/git" -SRCREV = "9785099e5a0dcdc3011dd26c6c2e9b332d36c035" -PV = "3.0.0" +SRC_URI[sha256sum] = "93f1ca3d9d1bd8cac0e52c49fb886cbbe4b28222ee835bf1319e3287901d2d20" PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib" PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"