From 5ed587d5e5278abdaf176acda8a9df027661921e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:51:44 +0200 Subject: Enable sorting attributes in svg output. Signed-off-by: Daniel Baumann --- .../progress-linux/0001-enable-sort-attributes.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/patches/progress-linux/0001-enable-sort-attributes.patch diff --git a/debian/patches/progress-linux/0001-enable-sort-attributes.patch b/debian/patches/progress-linux/0001-enable-sort-attributes.patch new file mode 100644 index 0000000..ea5228b --- /dev/null +++ b/debian/patches/progress-linux/0001-enable-sort-attributes.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +Description: Enable sorting attributes in svg output. + +diff -Naurp inkscape.orig/src/preferences-skeleton.h inkscape/src/preferences-skeleton.h +--- inkscape.orig/src/preferences-skeleton.h ++++ inkscape/src/preferences-skeleton.h +@@ -338,7 +338,7 @@ static char const preferences_skeleton[] + check_on_reading="0" + check_on_editing="0" + check_on_writing="0" +- sort_attributes="0"/> ++ sort_attributes="1"/> + + diff --git a/debian/patches/series b/debian/patches/series index ba359cc..0f95044 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ skip-test-8_png_check_output.patch skip-test-glyph-big-endian.patch #skip-tests.patch skip-tests-temp.path +progress-linux/0001-enable-sort-attributes.patch -- cgit v1.2.3