From 063347f0afaff04c255af3c2b1bbe2b70141c248 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Sun, 14 Jun 2020 01:23:23 -0400
Subject: [PATCH] Ubiquity: Fix dependency for triskel

---
 helpers/make-ubiquity | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity
index 09e30acd..0cee309a 100644
--- a/helpers/make-ubiquity
+++ b/helpers/make-ubiquity
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=12
+VERSION=13
 
 . ./config
 
@@ -260,6 +260,9 @@ fi
 
 EOF1
 
+# Fix dependency for triskel
+sed '/Package: ubiquity-frontend-kde/,/Depends/s/Depends:/Depends: libkf5kdelibs4support5-bin,/' -i debian/control
+
 sed 's/Trisquel/Trsql/' -i ubiquity/plugins/ubi-partman.py
 sed 's/Trisquel-Battersea/Ubuntu-Battersea/' -i  tests/test_gtkwidgets.py
 
-- 
GitLab