mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-21 03:59:06 -07:00
kde-apps/kmail-account-wizard: 26.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kmail-account-wizard-26.04.3.tar.xz 175376 BLAKE2B 1a04ea00587cd20021b45a11db167f9472d019c4866db09277c9914da8001576fbba011e8081f11e7173d4cf583c3932bed096cf9a69b23f128ce2f3fb33be9c SHA512 f16b1a173bfc15a7ade2863af5e3fddf6a6b3fb25b36228988ec449788e6e45db9d5474697e74f32e15a5630cc953875542d0a16240d285f786a2c46565bcc2d
|
||||
DIST kmail-account-wizard-26.08.0.tar.xz 175340 BLAKE2B d2a1abc1dda42690a3fcd72d1edc222729c07152ab0e2719c55f7c23c922843df594ab7928e343beb5a3ffc6dafd0661baeefcce941fa03dd936419178655c98 SHA512 0a0e026f437d50ec19fe20f32d92805f8d9b5fb1b5e932d0d2077265737e03bc5136627e3bc3980d201bc9f9c038878a341001d49dc9bdaa9f2e4f7ac8efd702
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="forceoptional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.27.0
|
||||
QTMIN=6.11.2
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Assistant for KMail accounts configuration"
|
||||
HOMEPAGE+=" https://userbase.kde.org/KMail/Account_Wizard"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="6/$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="test" # bug 926456; requires akonadi server
|
||||
|
||||
DEPEND="
|
||||
dev-cpp/gpgmepp:=
|
||||
dev-libs/qgpgme:=
|
||||
>=dev-libs/qtkeychain-0.16.0:=
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:6
|
||||
>=kde-apps/akonadi-${PVCUT}:6=
|
||||
>=kde-apps/kidentitymanagement-${PVCUT}:6=
|
||||
>=kde-apps/kmailtransport-${PVCUT}:6=
|
||||
>=kde-apps/libkdepim-${PVCUT}:6=
|
||||
>=kde-apps/pimcommon-${PVCUT}:6=
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kitemviews-${KFMIN}:6
|
||||
>=kde-frameworks/kmime-${KFMIN}:6
|
||||
>=kde-frameworks/knewstuff-${KFMIN}:6
|
||||
>=kde-frameworks/knotifications-${KFMIN}:6
|
||||
>=kde-frameworks/knotifyconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kservice-${KFMIN}:6
|
||||
>=kde-frameworks/ktexteditor-${KFMIN}:6
|
||||
>=kde-frameworks/kwallet-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user