diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-18 15:27:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-20 13:30:18 +0200 |
commit | a6e51c30d8eb242ceb2e1d43e29f3101061766c8 (patch) | |
tree | 4b8c6e24c3659b570eac0707354a866d9499e8f6 /kde-apps/kontact | |
parent | kde-apps/konsolekalendar: 24.04.90 version bump (diff) | |
download | gentoo-a6e51c30d8eb242ceb2e1d43e29f3101061766c8.tar.gz gentoo-a6e51c30d8eb242ceb2e1d43e29f3101061766c8.tar.bz2 gentoo-a6e51c30d8eb242ceb2e1d43e29f3101061766c8.zip |
kde-apps/kontact: 24.04.90 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-24.04.90.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest index 769ca0b9d22f..edc909ca43d3 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.02.2.tar.xz 860244 BLAKE2B 05ca59458241bc8348b27e3d713d7b9087239e05e95b225a5b84d8b15842c7eabab7736fa2eb23f6151e07de0970b9520af642aebedfaa61340805a1974a1f0d SHA512 df5bd9bd159a25fc6ad27fc5397f8969d26180b2ff3224ff8d96f04c1512202060bfc89ad56e9f8c9c0ad03dfb24206718944f2cb433782cae912fd62dbe4c3d +DIST kontact-24.04.90.tar.xz 862852 BLAKE2B 55dbf8990830292031e83758e5af9e4ca1432d032a91b0ad32788ff989a2df25231c90b1cfb65eb8364e88d949ea8cf7aa8b924f311184d093ee4fb66b0be66b SHA512 b43c6b85c1e0352a9e084c05175c8c03175f489818fabc20f1a307e27345de65da974c924c80aa37d8a5905cf0bc1b86cf88613ffbcce660a67a448b9d0eef4e diff --git a/kde-apps/kontact/kontact-24.04.90.ebuild b/kde-apps/kontact/kontact-24.04.90.ebuild new file mode 100644 index 000000000000..9cbfda02d53e --- /dev/null +++ b/kde-apps/kontact/kontact-24.04.90.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.0.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" +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}" |