summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-26 13:57:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-26 13:57:30 +0100
commitb2f1cc8186bbacdd68f7a5f92d9b10882cea3b90 (patch)
tree68ba9ee3eeacb1c3f119d5f27ce6c211499be6be /kde-frameworks/frameworkintegration
parent0aecbf7cb6de3227faa6ab2a724c6f03b15daf4e (diff)
downloadkde-b2f1cc8186bbacdd68f7a5f92d9b10882cea3b90.tar.gz
kde-b2f1cc8186bbacdd68f7a5f92d9b10882cea3b90.tar.bz2
kde-b2f1cc8186bbacdd68f7a5f92d9b10882cea3b90.zip
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 <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild12
-rw-r--r--kde-frameworks/frameworkintegration/metadata.xml3
2 files changed, 4 insertions, 11 deletions
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 06ac41c5f7c..d173cf56ed1 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 e2bea7e9a64..2fdbf33d963 100644
--- a/kde-frameworks/frameworkintegration/metadata.xml
+++ b/kde-frameworks/frameworkintegration/metadata.xml
@@ -5,7 +5,4 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
- <use>
- <flag name="appstream">Enable AppStream software metadata support</flag>
- </use>
</pkgmetadata>