From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDA97139085 for ; Wed, 4 Jan 2017 16:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3188D21C088; Wed, 4 Jan 2017 16:25:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED79C21C088 for ; Wed, 4 Jan 2017 16:25:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 877313415B7 for ; Wed, 4 Jan 2017 16:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED5D52521 for ; Wed, 4 Jan 2017 16:25:36 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1483547106.15803f3cd9add1d01617e7bb39fc869cb28250fc.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/metadata.xml kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 15803f3cd9add1d01617e7bb39fc869cb28250fc X-VCS-Branch: master Date: Wed, 4 Jan 2017 16:25:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 571634d1-4ce7-46ac-a059-f3b0d4e1fddd X-Archives-Hash: caa07c51bfb10762d1c3fb923ae9215e commit: 15803f3cd9add1d01617e7bb39fc869cb28250fc Author: Johannes Huber gentoo org> AuthorDate: Wed Jan 4 16:25:06 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jan 4 16:25:06 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=15803f3c kde-plasma/plasma-desktop: Add use flag appstream Upstream commit ed73ecd6a3de4be92a0630bbeb5815a038706a7d Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-plasma/plasma-desktop/metadata.xml | 1 + kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kde-plasma/plasma-desktop/metadata.xml b/kde-plasma/plasma-desktop/metadata.xml index 16d958c..ebc98a2 100644 --- a/kde-plasma/plasma-desktop/metadata.xml +++ b/kde-plasma/plasma-desktop/metadata.xml @@ -6,6 +6,7 @@ Gentoo KDE Project + Enable AppStream software metadata support Add support for gtk+2-based applications using legacy xembed systray icons via libappindicator. Add support for gtk+3-based applications using legacy xembed systray icons via libappindicator. Use ibus input method via app-i18n/ibus diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index d53e4a9..401b26d 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -11,10 +11,9 @@ inherit kde5 DESCRIPTION="KDE Plasma desktop" KEYWORDS="" -IUSE="+fontconfig gtk2 gtk3 +input_devices_evdev input_devices_synaptics ibus -legacy-systray pulseaudio +qt4 scim +semantic-desktop" +IUSE="appstream +fontconfig gtk2 gtk3 +input_devices_evdev input_devices_synaptics +ibus legacy-systray pulseaudio +qt4 scim +semantic-desktop" -# TODO appstream optional https://phabricator.kde.org/D3923 COMMON_DEPEND=" $(add_frameworks_dep attica) $(add_frameworks_dep kactivities) @@ -68,7 +67,6 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtx11extras) $(add_qt_dep qtxml) - dev-libs/appstream[qt5] media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor @@ -76,6 +74,7 @@ COMMON_DEPEND=" x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile + appstream? ( dev-libs/appstream[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype @@ -143,6 +142,7 @@ pkg_setup() { src_configure() { local mycmakeargs=( + $(cmake-utils_use_find_package appstream AppStreamQt) $(cmake-utils_use_find_package fontconfig Fontconfig) $(cmake-utils_use_find_package ibus IBus) $(cmake-utils_use_find_package input_devices_evdev Evdev)