From 205cf1f7bab9c1af21ab930053a56cd8e51fa6bd Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Sat, 26 Jun 2021 15:51:01 -0500
Subject: [PATCH] Force use of non-backports inkscape version

---
 helpers/make-gnome-colors | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/helpers/make-gnome-colors b/helpers/make-gnome-colors
index ca7ae4ec8..f2ab7a818 100644
--- a/helpers/make-gnome-colors
+++ b/helpers/make-gnome-colors
@@ -1,5 +1,6 @@
 #!/bin/sh
 #
+#    Copyright (C) 2021 Luis Guzman <ark@switnet.org>
 #    Copyright (C) 2008-2019  Rubén Rodríguez <ruben@trisquel.info>
 #    Copyright (C) 2014 Salman Mohammadi <salman@ubuntu.ir>
 #
@@ -18,10 +19,13 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=3
+VERSION=4
 
 . ./config
 
+#Force non-backports inkscape version
+sed -i "s|inkscape|inkscape (<= 0.93)|" debian/control
+
 rm gnome-colors-common/16x16/apps/skype.png
 rm gnome-colors-common/22x22/apps/skype.png
 rm gnome-colors-common/24x24/apps/skype.png
-- 
GitLab