mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
kde-apps/kaddressbook: drop 25.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST kaddressbook-24.12.3.tar.xz 3430680 BLAKE2B 38fc37b150ac9c5e2555a836265792a2d67ef92c21c331b2a49ccacc24713eb489a1fba142abb97aa30c96b5132a5a2572eb00c138f7ba87493e7bcc0b588440 SHA512 249f8a55eae232654f5f3e2022f6db2f409a5e14dde5be9acc84d46fe3047500d389353796f527903ce37aab3a334c9938d12b7816bb356757454251cd0c9ab1
|
||||
DIST kaddressbook-25.04.1.tar.xz 3441000 BLAKE2B cea716c82ad28a6d6f45f61ea8e74daee6f35e950671c31b16fdcbe4f3561e0262a41afb772ef978cbfcd7e9f8ea39cf5521381b59948c3354929f177fd76de8 SHA512 2ab1233281cf0ecf65a85df730c6fd26e9af722528a63aee006e19098b87cec4db88672d6c91d4ac6c2660ae92c4468e79ec234ccffb4d63a354def164d239bc
|
||||
DIST kaddressbook-25.04.2.tar.xz 3441076 BLAKE2B aaef240caf60d113c66ac7530605885e6190a49f54d224ff49752c9c427ed68b321c40988f9c5084d07f70c8d30cbae68ac1b9f98db651cfc47cb563041c27f3 SHA512 bbb27485feb77f0e0b6cf873e7b918e9cc3cbb8f03ccaec4ca07b7cebb8edad2215cd486dd27693d2c0964ad25ff207aa0804e20e89acbe5508da002a14340b3
|
||||
|
||||
@@ -1,70 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="optional"
|
||||
ECM_TEST="forceoptional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.13.0
|
||||
QTMIN=6.7.2
|
||||
inherit ecm gear.kde.org optfeature xdg
|
||||
|
||||
DESCRIPTION="Address book application based on KDE Frameworks"
|
||||
HOMEPAGE="https://apps.kde.org/kaddressbook/"
|
||||
|
||||
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE="activities telemetry"
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
|
||||
>=kde-apps/akonadi-${PVCUT}:6
|
||||
>=kde-apps/akonadi-contacts-${PVCUT}:6
|
||||
>=kde-apps/akonadi-search-${PVCUT}:6
|
||||
>=kde-apps/grantleetheme-${PVCUT}:6
|
||||
>=kde-apps/kldap-${PVCUT}:6
|
||||
>=kde-apps/kontactinterface-${PVCUT}:6
|
||||
>=kde-apps/libgravatar-${PVCUT}:6
|
||||
>=kde-apps/libkdepim-${PVCUT}:6
|
||||
>=kde-apps/pimcommon-${PVCUT}: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/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kitemmodels-${KFMIN}:6
|
||||
>=kde-frameworks/kjobwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kparts-${KFMIN}:6
|
||||
>=kde-frameworks/kservice-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
activities? ( kde-plasma/plasma-activities:6 )
|
||||
telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
>=kde-apps/kdepim-runtime-${PVCUT}:6
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities)
|
||||
$(cmake_use_find_package telemetry KF6UserFeedback)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -z "${REPLACING_VERSIONS}" ]]; then
|
||||
optfeature "Postal addresses" "kde-apps/kdepim-addons:${SLOT}"
|
||||
fi
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
Reference in New Issue
Block a user