File kdepim-remove-feeds-no-longer-exists.patch of Package kdepim3
diff -Naru kdepim-3.5.10_orig/akregator/src/akregator_part.cpp kdepim-3.5.10/akregator/src/akregator_part.cpp
--- kdepim-3.5.10_orig/akregator/src/akregator_part.cpp 2024-10-29 14:10:23.583356449 +0900
+++ kdepim-3.5.10/akregator/src/akregator_part.cpp 2024-10-29 14:17:19.314996725 +0900
@@ -362,16 +362,6 @@
mainFolder.setAttribute("text","KDE");
body.appendChild(mainFolder);
- QDomElement ak = doc.createElement( "outline" );
- ak.setAttribute("text",i18n("Akregator News"));
- ak.setAttribute("xmlUrl","http://akregator.sf.net/rss2.php");
- mainFolder.appendChild(ak);
-
- QDomElement akb = doc.createElement( "outline" );
- akb.setAttribute("text",i18n("Akregator Blog"));
- akb.setAttribute("xmlUrl","http://akregator.pwsp.net/blog/?feed=rss2");
- mainFolder.appendChild(akb);
-
QDomElement dot = doc.createElement( "outline" );
dot.setAttribute("text",i18n("KDE Dot News"));
dot.setAttribute("xmlUrl","http://www.kde.org/dotkdeorg.rdf");
@@ -382,11 +372,6 @@
plan.setAttribute("xmlUrl","http://planetkde.org/rss20.xml");
mainFolder.appendChild(plan);
- QDomElement apps = doc.createElement( "outline" );
- apps.setAttribute("text",i18n("KDE Apps"));
- apps.setAttribute("xmlUrl","http://www.kde.org/dot/kde-apps-content.rdf");
- mainFolder.appendChild(apps);
-
QDomElement look = doc.createElement( "outline" );
look.setAttribute("text",i18n("KDE Look"));
look.setAttribute("xmlUrl","http://www.kde.org/kde-look-content.rdf");