From ac031cc829b98bebb86dcc785a329bfac766ab5f Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 23 Dec 2022 18:25:35 -0500
Subject: [PATCH] mate-desktop-environment: improve dependencies

---
 helpers/make-mate-desktop-environment | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/helpers/make-mate-desktop-environment b/helpers/make-mate-desktop-environment
index d5d907144..06ca2f1a1 100644
--- a/helpers/make-mate-desktop-environment
+++ b/helpers/make-mate-desktop-environment
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#    Copyright (C) 2020  Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2020-2022  Ruben Rodriguez <ruben@trisquel.info>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,11 +17,16 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
 sed 's/eom .*,/viewnior,/' -i debian/control
+sed 's/ubuntu-mate-themes |//' -i debian/control
+sed 's/ubuntu-mate-wallpapers/trisquel-wallpapers/' -i debian/control
+sed 's/thunderbird/icedove/' -i debian/control
+sed 's/firefox/abrowser/' -i debian/control
+sed 's/fonts-cantarell | fonts-ubuntu/fonts-trisquel/' -i debian/control
 
 changelog "Default to Viewnior for image viewer"
 
-- 
GitLab