diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-09 21:17:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-09 21:54:40 +0100 |
commit | 80b77dec5825421eb52ee4b7c01a7be08e8aaa9d (patch) | |
tree | 65917873b7e98190332533f9d9a2aaa733f65b64 /kde-apps/kontact | |
parent | kde-apps/konsolekalendar: 22.12.0 version bump (diff) | |
download | gentoo-80b77dec5825421eb52ee4b7c01a7be08e8aaa9d.tar.gz gentoo-80b77dec5825421eb52ee4b7c01a7be08e8aaa9d.tar.bz2 gentoo-80b77dec5825421eb52ee4b7c01a7be08e8aaa9d.zip |
kde-apps/kontact: 22.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kontact')
-rw-r--r-- | kde-apps/kontact/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kontact/kontact-22.12.0.ebuild | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest index ca1c80a3c808..51c953219f2f 100644 --- a/kde-apps/kontact/Manifest +++ b/kde-apps/kontact/Manifest @@ -1 +1,2 @@ DIST kontact-22.08.3.tar.xz 824820 BLAKE2B bc7413b18ff472c4ea80bffeddbbd5bf001c947d6cecfc1f0060b572e7287b34cdfa62a7a6ecb0775a99163be8dd0a00c5f6bbb8140035e875eed1c2bd800a36 SHA512 97b5249be10d6a93351a8746dbfba1cab6045d49d23aef986bbe14cbdaae224f5f3c9f27fbbddb6a3681ce791d13b5736a117685e816619990f643a4fc62175b +DIST kontact-22.12.0.tar.xz 869820 BLAKE2B 48b828d967d65798588859c4e6fccf6010269a8cacf0bd48732694d6b222e383edbb2d24f53117d0e0e090bebea98939b8b9bc92faa578d795c1061349965dc5 SHA512 adb397d2675a5e012a14da25c733666a6ec8d57da1bdb0eb4bc5f3af50e8dfae289d310d5e84d40e7b4b2db1841f1b838ff1310fd0ab39845b6b0dfc88a8430f diff --git a/kde-apps/kontact/kontact-22.12.0.ebuild b/kde-apps/kontact/kontact-22.12.0.ebuild new file mode 100644 index 000000000000..2b50b37bec94 --- /dev/null +++ b/kde-apps/kontact/kontact-22.12.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2022 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.99.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/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND}" |