mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
kde-apps/kaddressbook: 26.04.0 version bump
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kaddressbook-25.12.3.tar.xz 3462800 BLAKE2B ad89216c88efac8d1a76808bba0cfdd0e2c3de121589824be4669f0e2e3f17da2a3f9518a754e9134a2268cd3d90bfdf4acdcc73badca38545f3683c91377ab5 SHA512 d02e8a61097c961316c5c94167e9d754c05dbdc5e022535a777b41da84eb9ae2082f9cebf8cd76da77a831b58e4f4241b66f606ae1b3cd76cc917f3d812aa82a
|
||||
DIST kaddressbook-26.04.0.tar.xz 3459516 BLAKE2B 4f55c680933e4647dcc2f0455240a3be0588242611c777ecddd401c7024d570203183c273410e38f29f180cc0848145399daa0ab0ec0b3823b50f75d3cfaa641 SHA512 188d8f5b5b0879b15e4a683cd8090a94ec7c09c1a2fe43989a04686040370f6cb5dde156919c1d725fccd53e7d59aedf3c2fbd5835c0b76714f3bf0c64d0f944
|
||||
|
||||
@@ -0,0 +1,72 @@
|
||||
# Copyright 1999-2026 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.22.0
|
||||
QTMIN=6.10.1
|
||||
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-libs/ktextaddons-2.0.1:6
|
||||
>=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/kcolorscheme-${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