kde-frameworks/purpose: drop 6.19.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-11-18 21:37:14 +01:00
parent a869549bef
commit ad19a70a6d
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E
2 changed files with 0 additions and 77 deletions

View File

@ -1,3 +1,2 @@
DIST purpose-6.18.0.tar.xz 190008 BLAKE2B 42d00bf6635a0a2f60f9e25e5530bb74f0ca3d4e543439a7b6bb618e93d0cf3cac7f40555bb22d26fea6e34effc036b4063cc4dc49aef5826af9cf39d3447239 SHA512 d40bf661e5fb9496a7e4c059586f9afddba5cb8fe4b516110e92d4684532dde6a230a10fc0ab819ba07b8fab8c7654345c6a4148b988aacb636876822cdf3ae1
DIST purpose-6.19.0.tar.xz 189752 BLAKE2B 119b53007c6c9ee239040bc11f97241aa2a4cfa6a5652438d569c0494e472bee6231b77251ea36e4866324ac08060c4e48c9b58e532a0fdb6ad414b7509debaf SHA512 fb2c3b23c367160bb97f30d7d9b2217eaa2f81d095ae6c99c68e53144afa541fd5e155f8d7f3a307c1be3abce87893ad024ab3b2de0a6f5f658182b6b3146f02
DIST purpose-6.20.0.tar.xz 189748 BLAKE2B 305e0a5c5977a3e70ab9bb68fe65f2672d099b83f1ec58b8924cf05a61d0af2b0df06e92e8579e352d8ee627dd555cb9dcf4cd06fe309d2e95a56dae7a753c16 SHA512 19de481d4fbe3129c6eddd878a140c5e7d5837bbd7d73c4514bafc5ad4df4e2b9ab2552fabb19695b8672383ce038d296711e9a169c1a5d3a8ffc11130dd7c17

View File

@ -1,76 +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
=kde-frameworks/kitemmodels-${KDE_CATV}*:6
=kde-frameworks/prison-${KDE_CATV}*:6[qml]
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
}