Skip to content

Commit

Permalink
kde-apps/akonadi-contacts: 20.08.3 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 5, 2020
1 parent 021bc52 commit cb67c6c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/akonadi-contacts/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST akonadi-contacts-20.04.3.tar.xz 393708 BLAKE2B 3bd1b0971d397221344db5f07c1e3b2935c0c3d7fa8d47bf8c76c27d303be017b2defd918b94c9d531cfb3743c2120ec938e4735e22fa2827b889291026aa3a6 SHA512 ccb65c3874853dc9d9f9dd5b39d8f541357d49543386302c99bd1e978d87c9c5b9aee45f5e5589a4f61a04fd82a2867baf1d4fac0936036559957a9be463bb2d
DIST akonadi-contacts-20.08.2.tar.xz 404796 BLAKE2B 6ccde65ab6df287a005557d43cf3d8c9c7e6045e979127c8053450a3a9b8579ad21d8822fd56017b16ccf4e5bcd8e1f831013d4c3bc95d575134485cdc30d979 SHA512 3d81b62ac9707a0be09faa66cc1091396f22687237d5d0868dbab645a0e154cc063ca22d3812951854a5acc1cafc170452656ac4e12bfb4ed450ca51ef213b20
DIST akonadi-contacts-20.08.3.tar.xz 409772 BLAKE2B c974d8b48c12bce036f833089f8a59eb523b65d3cd8e9649bb573eaaa7fb5cfd8fa56a7842dafd67bc816ab298c942721c4cc1ef0c5c4ed12d8a2fc40ba62f94 SHA512 1b6d10a4cce9b84092673f5779cbd1db71beef86887ef6c809174445fbc13d7a0b6d8417eb54e3cbd10504ed12155d53e148a7667569b9458e900eebd16ce943
43 changes: 43 additions & 0 deletions kde-apps/akonadi-contacts/akonadi-contacts-20.08.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_TEST="forceoptional"
PVCUT=$(ver_cut 1-3)
KFMIN=5.74.0
QTMIN=5.15.1
inherit ecm kde.org

DESCRIPTION="Library for akonadi contact integration"

SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
LICENSE="GPL-2+"
IUSE=""

# some akonadi tests time out, that probably needs more work as it's ~700 tests
RESTRICT+=" test"

DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-apps/akonadi-${PVCUT}:5
>=kde-apps/kmime-${PVCUT}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcontacts-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kiconthemes-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/ktextwidgets-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/prison-${KFMIN}:5
"
RDEPEND="${DEPEND}"

0 comments on commit cb67c6c

Please sign in to comment.