diff --git a/helpers/DATA/akregator/trisquel_feeds.patch b/helpers/DATA/akregator/trisquel_feeds.patch index 7d54c10..cc88808 100644 --- a/helpers/DATA/akregator/trisquel_feeds.patch +++ b/helpers/DATA/akregator/trisquel_feeds.patch @@ -1,5 +1,5 @@ ---- 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 +--- a/src/akregator_part.cpp 2020-06-05 11:41:23.000000000 -0500 ++++ b/src/akregator_part.cpp 2020-06-05 12:46:05.914051386 -0500 @@ -189,6 +189,61 @@ wire.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("http://wire.kubuntu.org/?feed=rss2")); kubuntuFolder.appendChild(wire); diff --git a/helpers/make-akregator b/helpers/make-akregator index a40118a..f9a613b 100644 --- a/helpers/make-akregator +++ b/helpers/make-akregator @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2022 Luis Guzmán +# Copyright (C) 2025 Luis Guzmán # # 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,14 +17,16 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 . ./config # Patch trisquel feeds -patch --no-backup-if-mismatch src/akregator_part.cpp < $DATA/trisquel_feeds.patch +patch_p1 $DATA/trisquel_feeds.patch +# Remove upstream one. +remove_patch kubuntu_debianize_akregator_default.diff -#Prevent ppc64el arch since qtwebengine is not build for ppc64el either. +# Prevent ppc64el arch since qtwebengine is not build for ppc64el either. sed -i 's|Architecture: any|Architecture: amd64 arm64 armhf i386|g' debian/control changelog "Patched feeds for Trisquel"