summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-08 13:31:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-08 13:44:20 +0200
commit6ce9fb79da37bb009a482c1d4c21cd5778eb764c (patch)
tree43cedfbdf71105961833cf048bd2c4e9bd12d887 /kde-apps/kontact
parentkde-apps/konsolekalendar: 21.04.3 version bump (diff)
downloadgentoo-6ce9fb79da37bb009a482c1d4c21cd5778eb764c.tar.gz
gentoo-6ce9fb79da37bb009a482c1d4c21cd5778eb764c.tar.bz2
gentoo-6ce9fb79da37bb009a482c1d4c21cd5778eb764c.zip
kde-apps/kontact: 21.04.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kontact')
-rw-r--r--kde-apps/kontact/Manifest1
-rw-r--r--kde-apps/kontact/kontact-21.04.3.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest
index 2ae4446c7fa0..d71bc1d40438 100644
--- a/kde-apps/kontact/Manifest
+++ b/kde-apps/kontact/Manifest
@@ -1,2 +1,3 @@
DIST kontact-20.12.3.tar.xz 791076 BLAKE2B 1f0e9fe2abb9486049a9aaac9d0c70d51e10a80e32e2be2ef5ca42d3a97c1e63c4d57a28e167e4452577d088ad99e86cb0c20ce93eaae06afd6c7b40721ab489 SHA512 a957917a175b2fbf33bd15788e1c9e93520e13fc7f9204b91d317e9c99ef03a76bfa71a5e1651b24f24d3cf8ac663e74b964362f65515073170d55ac335eb23a
DIST kontact-21.04.2.tar.xz 809932 BLAKE2B d47c9b84995a7477d02fd32d782bca80dff73f8b0d66edde81fb848e8802609c80de4f76a31b327e5f27b96418f339e4c2a58ebaaa0dd86ad71f1718c271262e SHA512 214937c5f7f19b06ca96fcecfd8261457387c7c0e18c97de409af65b8bbcaa67758029496c4a2cb55bef74c247f8b215f40f78ba01c76b049a200e1e9a1d55cb
+DIST kontact-21.04.3.tar.xz 810052 BLAKE2B 4eb66bfa6dd21ad0158d87d9165e65355167727b6194acd929ac76413d7607ad39fc887729f34856cef8caa2bf674d9b70eab7acf1ad34e140be41e6ab0775d0 SHA512 18b489ddf4c79414eaee8a5b2a3f7c3739999f97138ac9900c095dd35571ced70fa4aa3d197057d74b2591e1b8a08b84e553bbca3b223015642e4bb48eb9dce0
diff --git a/kde-apps/kontact/kontact-21.04.3.ebuild b/kde-apps/kontact/kontact-21.04.3.ebuild
new file mode 100644
index 000000000000..7e0af0e3d369
--- /dev/null
+++ b/kde-apps/kontact/kontact-21.04.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.80.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Container application to unify several major PIM applications within one"
+HOMEPAGE="https://kontact.kde.org/ https://apps.kde.org/kontact/"
+
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-apps/akonadi-${PVCUT}:5
+ >=kde-apps/grantleetheme-${PVCUT}:5
+ >=kde-apps/kontactinterface-${PVCUT}:5
+ >=kde-apps/kpimtextedit-${PVCUT}:5
+ >=kde-apps/libkdepim-${PVCUT}:5
+ >=kde-apps/mailcommon-${PVCUT}:5
+ >=kde-apps/pimcommon-${PVCUT}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"