From b78d066c505223056e9d5c62527f994d77c45401 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Wed, 18 Oct 2023 17:11:52 +0000
Subject: [PATCH] liferea: remove fsdaily.com as no feed since 2014.

---
 helpers/make-liferea | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/helpers/make-liferea b/helpers/make-liferea
index 6f48d399..14dd9b4f 100644
--- a/helpers/make-liferea
+++ b/helpers/make-liferea
@@ -17,17 +17,16 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=7
+VERSION=8
 
 . ./config
 
-rm debian/patches/debian-example-feeds.patch
-sed '/debian-example-feeds/d;' debian/patches/series -i
+remove_patch debian-example-feeds.patch
 
 cat << EOF > opml/feedlist
 <?xml version="1.0"?>
 <opml version="1.0">
-<head>  
+<head>
     <title>Liferea Default Feed List</title>        <!-- translate this for localized feed list -->
 </head>
 <body>  
@@ -42,7 +41,6 @@ cat << EOF > opml/feedlist
       <outline text="FSF News" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/news.xml" />
       <outline text="FSF Events" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/events.xml" />
       <outline text="FSF Blogs" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/blogs.xml" />
-      <outline text="fsdaily.com - Free Software News" htmlUrl="https://www.fsdaily.com/" xmlUrl="https://www.fsdaily.com/feed/published/All" />
       <outline text="GNU at Reddit" htmlUrl="https://www.reddit.com/r/gnu" xmlUrl="https://www.reddit.com/r/gnu/.rss" />
     </outline>
 
@@ -83,7 +81,6 @@ cat << EOF > opml/feedlist_es.opml
       <outline text="FSF News" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/news.xml" />
       <outline text="FSF Events" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/events.xml" />
       <outline text="FSF Blogs" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/blogs.xml" />
-      <outline text="fsdaily.com - Free Software News" htmlUrl="https://www.fsdaily.com/" xmlUrl="https://www.fsdaily.com/feed/published/All" />
       <outline text="GNU en Reddit" htmlUrl="https://www.reddit.com/r/gnu" xmlUrl="https://www.reddit.com/r/gnu/.rss" />
     </outline>
 
-- 
GitLab