libfreehand: 0.1.2 -> 0.1.3 (#527224)

This commit is contained in:
dotlambda
2026-06-07 16:16:22 +00:00
committed by GitHub
+2 -10
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchzip,
fetchpatch,
perl,
pkg-config,
boost,
@@ -16,11 +15,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libfreehand";
version = "0.1.2";
version = "0.1.3";
src = fetchzip {
url = "https://dev-www.libreoffice.org/src/libfreehand/libfreehand-${finalAttrs.version}.tar.xz";
hash = "sha256-0icEGnTtYveP24FbYjRB7tFW/TquSOszbqZspHAhQ7I=";
hash = "sha256-ZcvG00JP3BoFv1PIeAhZyr7t1zANhTVluBZQqEbWCvY=";
};
nativeBuildInputs = [
@@ -41,13 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
configureFlags = [ "--disable-werror" ];
patches = [
(fetchpatch {
url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libfreehand/-/raw/main/libfreehand-0.1.2-icu-fix.patch?ref_type=heads";
hash = "sha256-SRkcF+FRkFdueLSTOMYWo6+CCl05f0OBP6G5VrXRyCw=";
})
];
meta = {
description = "Adobe Freehand import library";
homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libfreehand";