mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/kaddressbook: 25.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST kaddressbook-24.12.3.tar.xz 3430680 BLAKE2B 38fc37b150ac9c5e2555a836265792a2d67ef92c21c331b2a49ccacc24713eb489a1fba142abb97aa30c96b5132a5a2572eb00c138f7ba87493e7bcc0b588440 SHA512 249f8a55eae232654f5f3e2022f6db2f409a5e14dde5be9acc84d46fe3047500d389353796f527903ce37aab3a334c9938d12b7816bb356757454251cd0c9ab1
|
||||
DIST kaddressbook-25.04.0.tar.xz 3441164 BLAKE2B 94abf56cb62cbca3d57c69ed379a3d4689f146dfbe31729c0e6319b56b5a0fcacbda8d88657dfbb93547725c5d3c7b56c6b793eb1b1bbfa5ed36015c97b1c390 SHA512 112f1c243bd6605ec69af339257915f158faf505ac8736c08d1b89d7ba6e8a3d6039a49cf8fbcde7bb625cfac38735477e6fe15bb3c45a39d547ec47831f75b0
|
||||
DIST kaddressbook-25.04.1.tar.xz 3441000 BLAKE2B cea716c82ad28a6d6f45f61ea8e74daee6f35e950671c31b16fdcbe4f3561e0262a41afb772ef978cbfcd7e9f8ea39cf5521381b59948c3354929f177fd76de8 SHA512 2ab1233281cf0ecf65a85df730c6fd26e9af722528a63aee006e19098b87cec4db88672d6c91d4ac6c2660ae92c4468e79ec234ccffb4d63a354def164d239bc
|
||||
|
||||
70
kde-apps/kaddressbook/kaddressbook-25.04.1.ebuild
Normal file
70
kde-apps/kaddressbook/kaddressbook-25.04.1.ebuild
Normal file
@@ -0,0 +1,70 @@
|
||||
# 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