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 0C25F138350 for ; Wed, 26 Feb 2020 12:57:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DB28E077A; Wed, 26 Feb 2020 12:57:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36A4AE077A for ; Wed, 26 Feb 2020 12:57:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BC6C34F324 for ; Wed, 26 Feb 2020 12:57:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF033148 for ; Wed, 26 Feb 2020 12:57:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1582721850.b2f1cc8186bbacdd68f7a5f92d9b10882cea3b90.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild kde-frameworks/frameworkintegration/metadata.xml X-VCS-Directories: kde-frameworks/frameworkintegration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b2f1cc8186bbacdd68f7a5f92d9b10882cea3b90 X-VCS-Branch: master Date: Wed, 26 Feb 2020 12:57:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 788e3d96-8224-4add-aff1-91cde55988d6 X-Archives-Hash: a178109dfaf0ac878e666b9a9f094863 commit: b2f1cc8186bbacdd68f7a5f92d9b10882cea3b90 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 26 12:57:15 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 26 12:57:30 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b2f1cc81 kde-frameworks/frameworkintegration: Drop USE appstream After app-admin/packagekit-qt last-rites. Follow-up to gentoo.git commit 8d29ee32ea45d6c08c4ce33c32104e6565e04bbd Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> .../frameworkintegration/frameworkintegration-9999.ebuild | 12 ++++-------- kde-frameworks/frameworkintegration/metadata.xml | 3 --- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild index 06ac41c5f7..d173cf56ed 100644 --- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild +++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspace LICENSE="LGPL-2+" KEYWORDS="" -IUSE="appstream" +IUSE="" # drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0 RDEPEND=" @@ -25,23 +25,19 @@ RDEPEND=" =kde-frameworks/kiconthemes-${PVCUT}*:5 =kde-frameworks/knewstuff-${PVCUT}*:5 =kde-frameworks/knotifications-${PVCUT}*:5 - appstream? ( - app-admin/packagekit-qt - dev-libs/appstream[qt5] - ) " DEPEND="${RDEPEND} =kde-frameworks/kpackage-${PVCUT}*:5 =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 " -# requires running kde environment +# requires running Plasma environment RESTRICT+=" test" src_configure() { local mycmakeargs=( - $(cmake_use_find_package appstream AppStreamQt) - $(cmake_use_find_package appstream packagekitqt5) + -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON + -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON ) ecm_src_configure diff --git a/kde-frameworks/frameworkintegration/metadata.xml b/kde-frameworks/frameworkintegration/metadata.xml index e2bea7e9a6..2fdbf33d96 100644 --- a/kde-frameworks/frameworkintegration/metadata.xml +++ b/kde-frameworks/frameworkintegration/metadata.xml @@ -5,7 +5,4 @@ kde@gentoo.org Gentoo KDE Project - - Enable AppStream software metadata support -