Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
Date: Tue, 17 Sep 2019 06:40:20
Message-Id: 1568702301.09d7f6c3681ddce7fb5aed9869b83dd60cd94d1f.asturm@gentoo
1 commit: 09d7f6c3681ddce7fb5aed9869b83dd60cd94d1f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 06:38:21 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 06:38:21 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09d7f6c3
7
8 kde-plasma/plasma-desktop: Drop unused DEPEND
9
10 kicker moved into plasma-workspace, upsteam commit
11 84c8dade3ce0c9cad9da26b083c954655266c639
12
13 Package-Manager: Portage-2.3.76, Repoman-2.3.17
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 kde-plasma/plasma-desktop/metadata.xml | 1 -
17 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 4 +---
18 2 files changed, 1 insertion(+), 4 deletions(-)
19
20 diff --git a/kde-plasma/plasma-desktop/metadata.xml b/kde-plasma/plasma-desktop/metadata.xml
21 index 65b6478522..cf13ed12c3 100644
22 --- a/kde-plasma/plasma-desktop/metadata.xml
23 +++ b/kde-plasma/plasma-desktop/metadata.xml
24 @@ -6,7 +6,6 @@
25 <name>Gentoo KDE Project</name>
26 </maintainer>
27 <use>
28 - <flag name="appstream">Enable AppStream software metadata support</flag>
29 <flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
30 <flag name="mouse">Enable mouse KCM</flag>
31 <flag name="scim">Enable applets that use <pkg>app-i18n/scim</pkg></flag>
32
33 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
34 index 344aa7b3f8..6cdd26b43b 100644
35 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
36 +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
37 @@ -10,7 +10,7 @@ inherit kde5
38
39 DESCRIPTION="KDE Plasma desktop"
40 KEYWORDS=""
41 -IUSE="appstream +fontconfig ibus +mouse scim +semantic-desktop touchpad"
42 +IUSE="+fontconfig ibus +mouse scim +semantic-desktop touchpad"
43
44 COMMON_DEPEND="
45 $(add_frameworks_dep attica)
46 @@ -72,7 +72,6 @@ COMMON_DEPEND="
47 x11-libs/libXi
48 x11-libs/libxcb[xkb]
49 x11-libs/libxkbfile
50 - appstream? ( >=dev-libs/appstream-0.12.2[qt5] )
51 fontconfig? (
52 media-libs/fontconfig
53 media-libs/freetype
54 @@ -114,7 +113,6 @@ RDEPEND="${COMMON_DEPEND}
55
56 src_configure() {
57 local mycmakeargs=(
58 - $(cmake-utils_use_find_package appstream AppStreamQt)
59 $(cmake-utils_use_find_package fontconfig Fontconfig)
60 $(cmake-utils_use_find_package ibus IBus)
61 $(cmake-utils_use_find_package mouse Evdev)