Commit 6e50bea2 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

lib2geom: pick patch from Inkscape 1.3.1

Inkscape 1.3.1 updates the lib2geom submodule as follows:
https://gitlab.com/inkscape/lib2geom/-/compare/18fc32f9972dfaee597055b3226c5b7ef3bfbb4c...cf523857e48c87f9f6a09217bdf935fff457823d

We already have the clang patch and do not care about mingw,
let’s backport the ellipsis patch since it affects rendering:

https://gitlab.com/inkscape/inkscape/-/issues/4445
parent a3a38f81
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -37,6 +37,17 @@ stdenv.mkDerivation rec {
      url = "https://gitlab.com/inkscape/lib2geom/-/commit/23d9393af4bee17aeb66a3c13bdad5dbed982d08.patch";
      hash = "sha256-LAaGMIXpDI/Wzv5E2LasW1Y2/G4ukhuEzDmFu3AzZOA=";
    })

    # Fix ellipses rendering near page corners.
    # https://gitlab.com/inkscape/lib2geom/-/issues/66
    (fetchpatch {
      url = "https://gitlab.com/inkscape/lib2geom/-/commit/039ce8d4af23a0a2a9d48eb970b321d9795dcc08.patch";
      hash = "sha256-JfgGrqBcYSYKcdl4Bt7vGZ4aTBPSHM6JjZ95IlzxPwI=";
    })
    (fetchpatch {
      url = "https://gitlab.com/inkscape/lib2geom/-/commit/cf523857e48c87f9f6a09217bdf935fff457823d.patch";
      hash = "sha256-BRg8ANHMSgoi6vt9PNbhwG1fRkzEPXb4gPTPO3sY0XE=";
    })
  ];

  nativeBuildInputs = [