mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kcalendarcore: 6.13.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST kcalendarcore-6.10.0.tar.xz 310916 BLAKE2B be7ad43a3e7354080cd3419b8bc54952e3c1b676b274239a323af6101e0ab1962d8ef5939f886f971843eccc01cc71773d805c7781a0da896bb2ff2e2e24f4dd SHA512 1fc6bd2b6b8e6d41bfb97ddf2c3dc38e249b2bf836271716de15c94b073c1928918ff2f2349adb9bacd992eb764e1df1040fdc455c7faaf3c4601abbf423d42a
|
||||
DIST kcalendarcore-6.12.0.tar.xz 314340 BLAKE2B d219c239a7250fb362b35d3a4c2a15dee5c7639fe222e4c6fa88db26fff622479a4f8c0f623275c73d077ee217328130cc7d19e5528a7a94c65db6e0eed292ee SHA512 51de797297eefd9d051b25efdff46da78c3ccb7a326cf8448a731fc7d3fa230f372884f983af36e3d27a2ac18a33d4499fb75e9b499197d741fc5db881c2030f
|
||||
DIST kcalendarcore-6.13.0.tar.xz 310788 BLAKE2B 0667e8a944cac964bb8999b05f9ca80de86045552e787e1366f401525e808091df42839284f343ea2f3e69b8a6503610992c8cadcadb8d6ebf26fbb1737acadd SHA512 ee26898d70af6e34c83ba93b38c725ab0b655ec9004962ffbdf32e3690cc89662f575c3a6461971aa65a241ef8bf573bc163731971c002673eac6a068bcd7693
|
||||
|
||||
24
kde-frameworks/kcalendarcore/kcalendarcore-6.13.0.ebuild
Normal file
24
kde-frameworks/kcalendarcore/kcalendarcore-6.13.0.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="true"
|
||||
QTMIN=6.7.2
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Library for interfacing with calendars"
|
||||
|
||||
LICENSE="GPL-2+ test? ( LGPL-3+ )"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="test" # multiple tests fail or hang indefinitely
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/libical-3.0.5:=
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui]
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="app-alternatives/yacc"
|
||||
Reference in New Issue
Block a user