mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
kde-apps/kimap: 25.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kimap-25.04.3.tar.xz 133928 BLAKE2B ed3ad422d06aeebb200da71bf69140652a29bdedaad1f078d7dc6e0adcc9588cc55d14a2c9631c4a8811727fdadb19c6bb5dfc60567805cf8ce6776cb48c4aed SHA512 f3a24df8705bc3917bcc9e17ccf294717971e74bba612642127efc5f7d4ceeda8a06bb05a8f9f024f2cbe3105fa104199a0782661ca7c622d04a5fba7354033f
|
||||
DIST kimap-25.08.0.tar.xz 136200 BLAKE2B 97bf57c04906ad09ee12edab3a862a7feef2da12d2cf5ca55404186cccd3a31830d3376f9f67414c67539496deb9af6827e854f4e08620b13486083d520c08a5 SHA512 a43131f944d459e8c6598ee4f5a9d57cca578ecb736887c49256b9b31c2c632106ead759f58e976b3e7d5b89a8a25fe46617a8c5029ed40c5513526bf4425711
|
||||
|
||||
38
kde-apps/kimap/kimap-25.08.0.ebuild
Normal file
38
kde-apps/kimap/kimap-25.08.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_QTHELP="true"
|
||||
ECM_TEST="forceoptional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.16.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Library for interacting with IMAP servers"
|
||||
HOMEPAGE="https://api.kde.org/kdepim/kimap/html/index.html"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="6/$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/cyrus-sasl
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui]
|
||||
>=kde-apps/kmime-${PVCUT}:6=
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
"
|
||||
# TODO: Convince upstream not to install stuff with tests
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( >=dev-qt/qtbase-${QTMIN}:6[network] )
|
||||
"
|
||||
|
||||
src_test() {
|
||||
# tests cannot be run in parallel #605586
|
||||
ecm_src_test -j1
|
||||
}
|
||||
Reference in New Issue
Block a user