summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 10:14:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 11:12:25 +0200
commit9590633c5db6496af83803ccebb834a470344830 (patch)
tree618582c09e9749172e1c9d0d82b41785d6cf095c
parentkde-apps/konsolekalendar: 23.04.0 version bump (diff)
downloadgentoo-9590633c5db6496af83803ccebb834a470344830.tar.gz
gentoo-9590633c5db6496af83803ccebb834a470344830.tar.bz2
gentoo-9590633c5db6496af83803ccebb834a470344830.zip
kde-apps/kontact: 23.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kontact/Manifest1
-rw-r--r--kde-apps/kontact/kontact-23.04.0.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest
index bb67f3d20055..09b969c05b25 100644
--- a/kde-apps/kontact/Manifest
+++ b/kde-apps/kontact/Manifest
@@ -1 +1,2 @@
DIST kontact-22.12.3.tar.xz 871356 BLAKE2B 8f5f8b1ca87a9587f5595ad29d60d74a1ee428369586a005cd00b38bb32ae2867976e2eb4b97cd74ff1f41ac71f62344b2cabe3c04d3e2c6c7f73f68ebdf082c SHA512 cee2645c8680a601cd32733cb3deca6f491bf999278f71ed9aa12de1514dd22d99ef520752de5576f4439afb1b6efc5279be20320e43d81c39b1e9d6857833a7
+DIST kontact-23.04.0.tar.xz 871632 BLAKE2B df1aec4d2c45289513cfafff37601f635e55cdac209cbc09e6c8e06cf58f7a98a22ee7153f2b93b38c67829695f470ef96ab43f9055a8255a1ee9206b765f22c SHA512 162828eec28c6bc6058eb8b83b36948353fe7a64b408fcfa7ffeb86663ffc1290b18c4b1b0e2e117ad99946bcbba2c90e6f8627b030c7062b2184bd24e9b0584
diff --git a/kde-apps/kontact/kontact-23.04.0.ebuild b/kde-apps/kontact/kontact-23.04.0.ebuild
new file mode 100644
index 000000000000..98fe82d904bb
--- /dev/null
+++ b/kde-apps/kontact/kontact-23.04.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.104.0
+QTMIN=5.15.5
+inherit ecm gear.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/kguiaddons-${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/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"