kde-frameworks/purpose: drop 6.16.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-20 17:43:14 +02:00
parent c4c27f1818
commit 0b5ad7dabd
2 changed files with 0 additions and 75 deletions

View File

@@ -1,3 +1,2 @@
DIST purpose-6.16.0.tar.xz 189540 BLAKE2B f8067f74e499bc5b820aec339471e7e2332bf260e53dc8107b58d65c889a21b22ce6e4a7161b0cf910d73b417d7c4ccd02a528c1b9ac5b1dda7b6271743aaf5f SHA512 1e48aa4ce5ba869d15840d69565505fa562076d08cefa1c73b77833c8598d81d37d063182179e52ddc81505e07d651fcc50491f220b80c646045d4edd12b0529
DIST purpose-6.18.0.tar.xz 190008 BLAKE2B 42d00bf6635a0a2f60f9e25e5530bb74f0ca3d4e543439a7b6bb618e93d0cf3cac7f40555bb22d26fea6e34effc036b4063cc4dc49aef5826af9cf39d3447239 SHA512 d40bf661e5fb9496a7e4c059586f9afddba5cb8fe4b516110e92d4684532dde6a230a10fc0ab819ba07b8fab8c7654345c6a4148b988aacb636876822cdf3ae1
DIST purpose-6.19.0.tar.xz 189752 BLAKE2B 119b53007c6c9ee239040bc11f97241aa2a4cfa6a5652438d569c0494e472bee6231b77251ea36e4866324ac08060c4e48c9b58e532a0fdb6ad414b7509debaf SHA512 fb2c3b23c367160bb97f30d7d9b2217eaa2f81d095ae6c99c68e53144afa541fd5e155f8d7f3a307c1be3abce87893ad024ab3b2de0a6f5f658182b6b3146f02

View File

@@ -1,74 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="false"
ECM_TEST="forceoptional"
QTMIN=6.7.2
inherit ecm frameworks.kde.org optfeature xdg
DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
LICENSE="LGPL-2.1+"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="bluetooth webengine"
# requires running environment
RESTRICT="test"
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtdeclarative-${QTMIN}:6
=kde-frameworks/kconfig-${KDE_CATV}*:6
=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
=kde-frameworks/ki18n-${KDE_CATV}*:6
=kde-frameworks/kio-${KDE_CATV}*:6
=kde-frameworks/kirigami-${KDE_CATV}*:6
=kde-frameworks/knotifications-${KDE_CATV}*:6
=kde-frameworks/kservice-${KDE_CATV}*:6
=kde-frameworks/prison-${KDE_CATV}*:6
webengine? (
kde-apps/kaccounts-integration:6
>=net-libs/accounts-qt-1.17[qt6(+)]
)
"
RDEPEND="${DEPEND}
>=kde-frameworks/kdeclarative-${KDE_CATV}:6
bluetooth? ( =kde-frameworks/bluez-qt-${KDE_CATV}*:6 )
webengine? (
>=kde-frameworks/purpose-kaccounts-services-${KDE_CATV}
>=net-libs/accounts-qml-0.7_p20231028[qt6(+)]
)
"
BDEPEND="webengine? ( dev-util/intltool )"
src_prepare() {
ecm_src_prepare
use bluetooth ||
cmake_run_in src/plugins cmake_comment_add_subdirectory bluetooth
}
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package webengine KAccounts6)
)
ecm_src_configure
}
src_install() {
# Shipped by kde-frameworks/purpose-kaccounts-services package for shared use w/ SLOT 5
use webengine && ECM_REMOVE_FROM_INSTALL=(
/usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service
)
ecm_src_install
}
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "Send through KDE Connect" kde-misc/kdeconnect
fi
xdg_pkg_postinst
}