Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/akregator/
Date: Thu, 15 Feb 2018 21:02:39
Message-Id: 1518728538.c6a039b7eda95351c4adf92918701c7e28faeb2a.asturm@gentoo
1 commit: c6a039b7eda95351c4adf92918701c7e28faeb2a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 17:24:06 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 21:02:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a039b7
7
8 kde-apps/akregator: Re-add feedlist-corruption.patch
9
10 Upstream's patch does not suffice.
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 kde-apps/akregator/akregator-17.12.2-r2.ebuild | 61 ++++++++++++++++++++++++++
15 1 file changed, 61 insertions(+)
16
17 diff --git a/kde-apps/akregator/akregator-17.12.2-r2.ebuild b/kde-apps/akregator/akregator-17.12.2-r2.ebuild
18 new file mode 100644
19 index 00000000000..bc2dc79176c
20 --- /dev/null
21 +++ b/kde-apps/akregator/akregator-17.12.2-r2.ebuild
22 @@ -0,0 +1,61 @@
23 +# Copyright 1999-2018 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +KDE_HANDBOOK="forceoptional"
29 +KDE_TEST="forceoptional"
30 +inherit kde5
31 +
32 +DESCRIPTION="News feed aggregator"
33 +HOMEPAGE="https://www.kde.org/applications/internet/akregator"
34 +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
35 +KEYWORDS="~amd64 ~x86"
36 +
37 +IUSE=""
38 +
39 +COMMON_DEPEND="
40 + $(add_frameworks_dep kcmutils)
41 + $(add_frameworks_dep kcodecs)
42 + $(add_frameworks_dep kcompletion)
43 + $(add_frameworks_dep kconfig)
44 + $(add_frameworks_dep kconfigwidgets)
45 + $(add_frameworks_dep kcoreaddons)
46 + $(add_frameworks_dep kcrash)
47 + $(add_frameworks_dep ki18n)
48 + $(add_frameworks_dep kiconthemes)
49 + $(add_frameworks_dep kio)
50 + $(add_frameworks_dep kjobwidgets)
51 + $(add_frameworks_dep knotifications)
52 + $(add_frameworks_dep knotifyconfig)
53 + $(add_frameworks_dep kparts)
54 + $(add_frameworks_dep kservice)
55 + $(add_frameworks_dep ktextwidgets)
56 + $(add_frameworks_dep kwidgetsaddons)
57 + $(add_frameworks_dep kxmlgui)
58 + $(add_kdeapps_dep grantleetheme)
59 + $(add_kdeapps_dep kontactinterface)
60 + $(add_kdeapps_dep kpimtextedit)
61 + $(add_kdeapps_dep libkdepim)
62 + $(add_kdeapps_dep messagelib)
63 + $(add_kdeapps_dep pimcommon)
64 + $(add_kdeapps_dep syndication)
65 + $(add_qt_dep qtdbus)
66 + $(add_qt_dep qtgui)
67 + $(add_qt_dep qtnetwork)
68 + $(add_qt_dep qtwebengine)
69 + $(add_qt_dep qtwidgets)
70 + $(add_qt_dep qtxml)
71 +"
72 +DEPEND="${COMMON_DEPEND}
73 + dev-libs/grantlee:5
74 +"
75 +RDEPEND="${COMMON_DEPEND}
76 + !kde-apps/kdepim-l10n
77 +"
78 +
79 +PATCHES=(
80 + "${FILESDIR}/${P}-crashfix.patch"
81 + "${FILESDIR}/${P}-feedlist-corruption.patch"
82 + "${FILESDIR}/${P}-slotSaveFeedList-not-twice.patch"
83 +)