From 0180faa3792d03765c956d597fd365dd2b912df9 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Wed, 20 Jul 2022 18:21:15 +0000
Subject: [PATCH] make-akregator: simplify changes to control file

---
 helpers/make-akregator | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/helpers/make-akregator b/helpers/make-akregator
index 017a2af2..83a5ebd1 100644
--- a/helpers/make-akregator
+++ b/helpers/make-akregator
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
@@ -25,9 +25,7 @@ VERSION=1
 patch src/akregator_part.cpp < $DATA/trisquel_feeds.patch
 
 #Prevent ppc64el arch since qtwebengine is not build for ppc64el either.
-sed -i 's|Architecture:.*|Architecture: amd64 arm64 armhf i386 mips64el mipsel|g' debian/control
-sed -i 's|qtwebengine5-dev.*|qtwebengine5-dev (>= 5.6.1~) [!ppc64el],|' debian/control
-sed -i '/libkf5/s|,| [!ppc64el],|g' debian/control
+sed -i 's|Architecture: any|Architecture: amd64 arm64 armhf i386|g' debian/control
 
 changelog "Patched feeds for Trisquel"
 
-- 
GitLab