Merge gimp3: 3.0.2 -> 3.0.4 (#410243)

This commit is contained in:
Jan Tojnar 2025-06-03 07:50:57 +02:00 committed by GitHub
commit c2a03962b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "gimp"; pname = "gimp";
version = "3.0.2"; version = "3.0.4";
outputs = [ outputs = [
"out" "out"
@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl { src = fetchurl {
url = "https://download.gimp.org/gimp/v${lib.versions.majorMinor finalAttrs.version}/gimp-${finalAttrs.version}.tar.xz"; url = "https://download.gimp.org/gimp/v${lib.versions.majorMinor finalAttrs.version}/gimp-${finalAttrs.version}.tar.xz";
hash = "sha256-VG3cMMstDnkSPH/LTXghHh7npqrOkaagrYy8v26lcaI="; hash = "sha256-jKouwnW/CTJldWVKwnavwIP4SR58ykXRnPKeaWrsqyU=";
}; };
patches = [ patches = [
@ -242,9 +242,7 @@ stdenv.mkDerivation (finalAttrs: {
}; };
postPatch = '' postPatch = ''
patchShebangs \ patchShebangs tools/gimp-mkenums
app/tests/create_test_env.sh \
tools/gimp-mkenums
# GIMP is executed at build time so we need to fix this. # GIMP is executed at build time so we need to fix this.
# TODO: Look into if we can fix the interp thing. # TODO: Look into if we can fix the interp thing.