mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
kde-apps/kdepim-runtime: drop 25.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
2c34f1e2ae
commit
eed24b91d7
@ -1,2 +1 @@
|
||||
DIST kdepim-runtime-25.08.2.tar.xz 2452708 BLAKE2B 0ee03bf506132bd473f60f67a2e62407fb3ce69bfa26dda83ffd4d7223c97c685584a15d61e045e5c0626bb06b9d26c2b37e247c6cf0d015ece17b787c008e8f SHA512 a30cdf331ed205546cf9d15e06c27599cea7a3e18de9ff34f1a950d303161ef892c3ab157037abc74b4ad4ba2af8a1a0aa8a6abce50d07f0b114562906713040
|
||||
DIST kdepim-runtime-25.08.3.tar.xz 2452864 BLAKE2B 7a6545f05e04475c1999e30c8ea0a2f81876f1e93a3a333574cbc37d2876579520ebe7d7ba83255f448e68517edf2af827b79a65cd9c6b683e64614b3d63b106 SHA512 fabbe2563fe62ce0cea1479bb398e2fbb38914198a1f1c00964116b3a45d63a02fbb16d5f50c0172b3a5331c033a8f7efcfe5862dd15dd209d36a6198d0e2bf6
|
||||
|
||||
@ -1,83 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="forceoptional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.16.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm gear.kde.org xdg
|
||||
|
||||
DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
|
||||
HOMEPAGE="https://apps.kde.org/kontact/"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2.1+"
|
||||
SLOT="6/$(ver_cut 1-2)"
|
||||
KEYWORDS="amd64 arm64"
|
||||
IUSE="activities speech"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
# TODO kolab
|
||||
RDEPEND="
|
||||
>=app-crypt/qca-2.3.7:2[qt6(+)]
|
||||
dev-libs/cyrus-sasl:2
|
||||
>=dev-libs/qtkeychain-0.14.2:=[qt6(+)]
|
||||
>=dev-libs/ktextaddons-1.6.0:6
|
||||
>=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,widgets,xml]
|
||||
>=dev-qt/qtnetworkauth-${QTMIN}:6
|
||||
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
|
||||
>=kde-apps/akonadi-${PVCUT}:6=
|
||||
>=kde-apps/akonadi-calendar-${PVCUT}:6=
|
||||
>=kde-apps/akonadi-contacts-${PVCUT}:6=
|
||||
>=kde-apps/akonadi-mime-${PVCUT}:6=
|
||||
>=kde-apps/kcalutils-${PVCUT}:6=
|
||||
>=kde-apps/kidentitymanagement-${PVCUT}:6=
|
||||
>=kde-apps/kimap-${PVCUT}:6=
|
||||
>=kde-apps/kldap-${PVCUT}:6=
|
||||
>=kde-apps/kmailtransport-${PVCUT}:6=
|
||||
>=kde-apps/kmbox-${PVCUT}:6=
|
||||
>=kde-apps/kmime-${PVCUT}:6=
|
||||
>=kde-apps/libkgapi-${PVCUT}:6=
|
||||
>=kde-apps/pimcommon-${PVCUT}:6=[activities?]
|
||||
>=kde-frameworks/kcalendarcore-${KFMIN}:6
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:6
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcontacts-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kdav-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kitemmodels-${KFMIN}:6
|
||||
>=kde-frameworks/kjobwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/knotifications-${KFMIN}:6
|
||||
>=kde-frameworks/knotifyconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kservice-${KFMIN}:6
|
||||
>=kde-frameworks/kwallet-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kwindowsystem-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
activities? ( kde-plasma/plasma-activities:6= )
|
||||
speech? ( >=dev-qt/qtspeech-${QTMIN}:6 )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=kde-apps/akonadi-${PVCUT}:6[tools]
|
||||
>=kde-apps/kimap-${PVCUT}:6[test]
|
||||
)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities)
|
||||
$(cmake_use_find_package speech Qt6TextToSpeech)
|
||||
-DKDEPIM_RUN_AKONADI_TEST=$(usex test)
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Etebase=ON
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user