summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-07-03 18:57:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-07-04 13:50:33 +0200
commit65a1daf5d882fb9c2e80c3801b2c5b8f07042bc1 (patch)
treeeb344888a3217fc3c054d09aa4782e6f1add79b7 /kde-apps/kontact
parentkde-apps/konsolekalendar: 24.05.2 version bump (diff)
downloadgentoo-65a1daf5d882fb9c2e80c3801b2c5b8f07042bc1.tar.gz
gentoo-65a1daf5d882fb9c2e80c3801b2c5b8f07042bc1.tar.bz2
gentoo-65a1daf5d882fb9c2e80c3801b2c5b8f07042bc1.zip
kde-apps/kontact: 24.05.2 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-24.05.2.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest
index 7563e837a633..e55bde4030de 100644
--- a/kde-apps/kontact/Manifest
+++ b/kde-apps/kontact/Manifest
@@ -1,2 +1,3 @@
DIST kontact-23.08.5.tar.xz 876316 BLAKE2B 52b484eef4a5fa91b1f09974d94dfe8d2d5e74dd954f89fd468b02a2aaa7c244f2d5122db77a3d6da001a51134fb28572241112030dab788f2af50d6a1887cb7 SHA512 3965d54a10b52277c1a161b37bff8831f6488e00d76ecdf355df9241d857317c42b6b93756064666c1f54abcbcd6a4e83072a1fb240ae822ffd5e4618bbb0994
DIST kontact-24.05.1.tar.xz 862860 BLAKE2B 445da56a20655ec485329b255561cb69271da7ca5d476b63a7c4476e00bc70c025db122fa6d34cf80b1f2670f1ffe00aeb1d7f0535c3163ea1a9279b32a3f228 SHA512 00dfe19cb69ab93bf14b04f3285f8e8a9c557226acf910adcff078bc231c322565fcbaa060e041932314b4972a6e2345c9f65220d95f05ac1955663789118541
+DIST kontact-24.05.2.tar.xz 862904 BLAKE2B 47daf6f3d063289adfabf6b3eb9fc54950c65480979ef4d6cda214a128520d8f23acf2cf9b11cd5ca6a9a3e569b0d6fe6b0806820a4e32f20ff47c2721c4255d SHA512 ccaf0ac634caf6e918258c534b04528848d233f19bca188ed8273f15cbd65ed3f0219c76130ac5ef529b6ae9dec86e343390b0e0ddc94f23875176598517231f
diff --git a/kde-apps/kontact/kontact-24.05.2.ebuild b/kde-apps/kontact/kontact-24.05.2.ebuild
new file mode 100644
index 000000000000..0c47cee7d924
--- /dev/null
+++ b/kde-apps/kontact/kontact-24.05.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.3.0
+QTMIN=6.6.2
+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="6"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=dev-qt/qtwebengine-${QTMIN}:6[widgets]
+ >=kde-apps/grantleetheme-${PVCUT}:6
+ >=kde-apps/kontactinterface-${PVCUT}:6
+ >=kde-apps/libkdepim-${PVCUT}:6
+ >=kde-apps/mailcommon-${PVCUT}:6
+ >=kde-apps/pimcommon-${PVCUT}:6
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kcompletion-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kparts-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"