summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:34:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:34:01 +0000
commite0d40fa6786f417d243611d61a162875445eb238 (patch)
tree6d54b4f8a7388a7ae7d9c5f36147df6634176f85
parentUpdating vcs fields. (diff)
downloadinkscape-e0d40fa6786f417d243611d61a162875445eb238.tar.xz
inkscape-e0d40fa6786f417d243611d61a162875445eb238.zip
Enable sorting attributes in svg output.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0001-enable-sort-attributes.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
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 <daniel.baumann@progress-linux.org>
+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"/>
+ <group id="externalresources">
+ <group id="xml"
+ allow_net_access="0"/>
diff --git a/debian/patches/series b/debian/patches/series
index 479224a..69dd405 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
check-for-atomic.patch
python3.patch
avoid-syntaxwarning-in-python-extension.patch
+progress-linux/0001-enable-sort-attributes.patch