mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/kcalutils: 25.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kcalutils-25.04.3.tar.xz 365508 BLAKE2B 545364f2bb674acdf42ad2d5c79d2b57261c599708a171ac8a30085006b3a94bc921ba861a32b15a30490e033f61418b9bf0870d7149621f9fb02d5166b17cb7 SHA512 a4c070082eccd9fff1036bf2f3bf7779028751f5d4cc04c2a07813de4462d99044f3e301237db9b698ed725071121317164269dfdb83753938d5c2d204f4b291
|
||||
DIST kcalutils-25.08.0.tar.xz 371240 BLAKE2B 09ee4ef21e175374a257681c1e79ff1e89b4b8fa97894d1416a08c1d0c52bfdefec7a66c3cd15b0434c451065aeda588d85c50343177dc2f5d543589d9e9b223 SHA512 e8e96c0b6b4a9c8c1f73cd2088f7b6df077c36e4798c29292a7b2b631601838be9235ace285e0bc252d3a5f3bb09940a65fca2c3a41ac2ae64835e88b7984a15
|
||||
|
||||
34
kde-apps/kcalutils/kcalutils-25.08.0.ebuild
Normal file
34
kde-apps/kcalutils/kcalutils-25.08.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_QTHELP="true"
|
||||
ECM_TEST="true"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.16.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Library providing utility functions for the handling of calendar data"
|
||||
HOMEPAGE="https://api.kde.org/kdepim/kcalutils/html/index.html"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2.1+"
|
||||
SLOT="6/$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="test" # bugs 653616, 711666
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
|
||||
>=kde-apps/kidentitymanagement-${PVCUT}:6=
|
||||
>=kde-frameworks/kcalendarcore-${KFMIN}:6
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:6
|
||||
>=kde-frameworks/ktexttemplate-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user