From 6be5f17bc41be280cdfbd6325a92bae7f9f5df2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Mon, 23 Oct 2023 06:17:01 +0000
Subject: [PATCH] akregator: remove fsdaily.com as no feed since 2014.

---
 helpers/DATA/akregator/trisquel_feeds.patch | 7 +------
 helpers/make-akregator                      | 2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/helpers/DATA/akregator/trisquel_feeds.patch b/helpers/DATA/akregator/trisquel_feeds.patch
index 6efe48e9..7d54c105 100644
--- a/helpers/DATA/akregator/trisquel_feeds.patch
+++ b/helpers/DATA/akregator/trisquel_feeds.patch
@@ -1,6 +1,6 @@
 --- src/akregator_part.cpp	2020-06-05 11:41:23.000000000 -0500
 +++ src/akregator_part_trisquel.cpp	2020-06-05 12:46:05.914051386 -0500
-@@ -189,6 +189,66 @@
+@@ -189,6 +189,61 @@
      wire.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("http://wire.kubuntu.org/?feed=rss2"));
      kubuntuFolder.appendChild(wire);
  
@@ -54,11 +54,6 @@
 +    fsfBlog.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://static.fsf.org/fsforg/rss/blogs.xml"));
 +    fsFolder.appendChild(fsfBlog);
 +
-+    QDomElement fsDaily = doc.createElement(QStringLiteral("outline"));
-+    fsDaily.setAttribute(QStringLiteral("text"), i18n("fsdaily.com - Free Software News"));
-+    fsDaily.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://www.fsdaily.com/feed/published/All"));
-+    fsFolder.appendChild(fsDaily);
-+
 +    QDomElement gnuReddit = doc.createElement(QStringLiteral("outline"));
 +    gnuReddit.setAttribute(QStringLiteral("text"), i18n("GNU at Reddit"));
 +    gnuReddit.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://www.reddit.com/r/gnu/.rss"));
diff --git a/helpers/make-akregator b/helpers/make-akregator
index 003d1f6a..4ad66c17 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=3
+VERSION=4
 
 . ./config
 
-- 
GitLab