kde-frameworks/frameworkintegration: drop 6.26.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-06-16 21:40:21 +02:00
parent aabe842ce4
commit 5753caaa4f
2 changed files with 0 additions and 41 deletions

View File

@@ -1,3 +1,2 @@
DIST frameworkintegration-6.25.0.tar.xz 57204 BLAKE2B 1dc3aff439e719047ac0ff3a83b16110fa92b655b94680b4d9498f42ff5b1b7138a603cecbcc8e29f2cc2f33f5a4654bd30ef2b826556fb22c368ba15e525746 SHA512 36c9ba23bf1e574a8bb980e816b7de0d68ed74ba8a4468d5cfd228b8e32697e346c452c9c8eb80742e18a42b8206bbadbd8bda3927f9786dd261b71c5d3a242e
DIST frameworkintegration-6.26.0.tar.xz 57228 BLAKE2B e66e71cef8971157bcb0c553cd973be5871faf12cb90d5cff036d120e3ef9f3b9369cdcbfac0889ee95bc54112d64d588ad06e34e207e0508a07bf804790ee0b SHA512 17a62763eec1477f2074c457a460215d9ba0227649aa84b144921c03ea9efc8a2927a3c60c5c8c7c91d4b16d6e2974bef9c7f898381d5a7ca5cddae5eafc33b6
DIST frameworkintegration-6.27.0.tar.xz 58088 BLAKE2B bb2cf446bce7a9fef3c3b16f68cefed182a13a4d1180929c14479053b070ff3b8d74cd8d9127c2301cee6af0e3b3bebdbb343a61fb1858804a90d02ed87ddfcd SHA512 71732b6a4d81dc194bcf59ba2e2506f122e235a5dfbdc11204f0cb4eaaba5b04f4cb5d811ac619d0e5d2780335ca55f90a5e9f3249c7c9baba9fc2c0ec2e80b5

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="false"
QTMIN=6.10.1
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
# requires running Plasma environment
RESTRICT="test"
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
=kde-frameworks/kconfig-${KDE_CATV}*:6
=kde-frameworks/ki18n-${KDE_CATV}*:6
=kde-frameworks/kiconthemes-${KDE_CATV}*:6
=kde-frameworks/knewstuff-${KDE_CATV}*:6
=kde-frameworks/knotifications-${KDE_CATV}*:6
=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
"
DEPEND="${RDEPEND}
=kde-frameworks/kpackage-${KDE_CATV}*:6
"
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
-DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt6=ON
)
ecm_src_configure
}