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-plasma/plasma-desktop/
Date: Tue, 12 Mar 2019 19:37:50
Message-Id: 1552419443.0f46b3f0d118ada9950651bf2b1be7b601675be0.asturm@gentoo
1 commit: 0f46b3f0d118ada9950651bf2b1be7b601675be0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 19:34:55 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 19:37:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f46b3f0
7
8 kde-plasma/plasma-desktop: Remove Indonesian docs
9
10 See also: https://mail.kde.org/pipermail/release-team/2019-March/011273.html
11
12 Bug: https://bugs.gentoo.org/680162
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 kde-plasma/plasma-desktop/plasma-desktop-5.15.3.ebuild | 5 +++++
17 1 file changed, 5 insertions(+)
18
19 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.15.3.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.15.3.ebuild
20 index 2a43bf48fc0..a5c72f88b9c 100644
21 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.15.3.ebuild
22 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.15.3.ebuild
23 @@ -114,6 +114,11 @@ RDEPEND="${COMMON_DEPEND}
24 !kde-apps/knetattach[handbook]
25 "
26
27 +src_prepare() {
28 + rm -r po/id/docs || die "failed to remove Indonesian docs" # bug 680162
29 + kde5_src_prepare
30 +}
31 +
32 src_configure() {
33 local mycmakeargs=(
34 $(cmake-utils_use_find_package appstream AppStreamQt)