summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 12:59:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 17:39:04 +0100
commit472ce711fd9414a38cd911720fdb5897c94efc92 (patch)
tree737768740db0e19d6b0304d1751cfe81dcd94b8e /kde-apps
parentkde-apps/akonadi-calendar: 22.08.3 version bump (diff)
downloadgentoo-472ce711fd9414a38cd911720fdb5897c94efc92.tar.gz
gentoo-472ce711fd9414a38cd911720fdb5897c94efc92.tar.bz2
gentoo-472ce711fd9414a38cd911720fdb5897c94efc92.zip
kde-apps/akonadi-contacts: 22.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/akonadi-contacts/Manifest1
-rw-r--r--kde-apps/akonadi-contacts/akonadi-contacts-22.08.3.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index bd76b5049e79..7ee1e16b7b3a 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-contacts-22.04.3.tar.xz 431176 BLAKE2B f6df5321cc7bcf4769ce3b21c677e0c0ebac832ef2d34bccd2a81cbc163eb589f7e1189257ad5e8e90ac8d05ca75599b17c7d194030fdca7eb428455e7e1c9a8 SHA512 0e5ed039c13d5b20f6db1861ae5b5033836717e8a97cdb846599e4f0e49790683eaebff2602f686a5e4b5c4d08668d9070008768efd6ecf22d8bd58b893799ce
DIST akonadi-contacts-22.08.2.tar.xz 427324 BLAKE2B 05b80af1cd2e6f807ecd11e61683dd85d7cbc8072960b3ef706b27cfd70561de86766597b03b435ae2de66982f0abfb40a4f7d30dfc482e79aca4a88eba873bf SHA512 1d24ef2344b573e68daa02859a5aa09938c06486556978dfd401bca719a28e33c2fc56be6f8ec332c493cf51eacede833fb478518a17bf98627009c0608ac9c7
+DIST akonadi-contacts-22.08.3.tar.xz 427264 BLAKE2B e5e2642b70feb2aed5fba637fa18363e20e2647de13233303276bb3fa83f019422386fbdbf5b466d39611d293aec93778ddb3a9a48c1fcfa0915af10f7a81732 SHA512 1197184c29bb21131e78b74bb706ff83a8963a109be451f5f05e2e8027e31b39779eddd0bba4f5bac450bfccd5908244751f1337378c51fdc94e3e448d84e1d9
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-22.08.3.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-22.08.3.ebuild
new file mode 100644
index 000000000000..bd5cd38c7c49
--- /dev/null
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-22.08.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 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=5.96.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for akonadi contact integration"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-libs/grantlee-5.2.0:5
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-apps/akonadi-${PVCUT}:5
+ >=kde-apps/grantleetheme-${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/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${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
+"
+DEPEND="${RDEPEND}
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+"