akregator: remove Kubuntu feeds
This commit is contained in:
parent
64bd2c8655
commit
85821ce930
2 changed files with 8 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/akregator_part.cpp 2020-06-05 11:41:23.000000000 -0500
|
--- a/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
|
+++ b/src/akregator_part.cpp 2020-06-05 12:46:05.914051386 -0500
|
||||||
@@ -189,6 +189,61 @@
|
@@ -189,6 +189,61 @@
|
||||||
wire.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("http://wire.kubuntu.org/?feed=rss2"));
|
wire.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("http://wire.kubuntu.org/?feed=rss2"));
|
||||||
kubuntuFolder.appendChild(wire);
|
kubuntuFolder.appendChild(wire);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org>
|
# Copyright (C) 2025 Luis Guzmán <ark@switnet.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -17,12 +17,14 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4
|
VERSION=5
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
# Patch trisquel feeds
|
# 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
|
sed -i 's|Architecture: any|Architecture: amd64 arm64 armhf i386|g' debian/control
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue