diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-15 18:13:33 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-15 21:39:30 +0200 |
| commit | 10e59fc454ff57f90685d15323af2c71d3239a1f (patch) | |
| tree | e7359a72da47949b74d870e2cd994b868f5f4c05 | |
| parent | 37a4f1ea3b8eaa935b343467b1f606d9be42f384 (diff) | |
| download | kde-10e59fc454ff57f90685d15323af2c71d3239a1f.tar.gz kde-10e59fc454ff57f90685d15323af2c71d3239a1f.tar.bz2 kde-10e59fc454ff57f90685d15323af2c71d3239a1f.zip | |
kde-apps/calendarsupport: 23.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/calendarsupport/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/calendarsupport/calendarsupport-23.04.0.ebuild | 48 |
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest index d928577cc3f..5a481e61e59 100644 --- a/kde-apps/calendarsupport/Manifest +++ b/kde-apps/calendarsupport/Manifest @@ -1 +1,2 @@ DIST calendarsupport-23.03.90.tar.xz 988280 BLAKE2B 62ce6e2ba53c2e69683d1a3a06706f74bce8e755ae06223c2f8dbe192037bceeb9d53723088ca4a833fb559a471e52eda4932e5bcfee7e9cb972f40c2b7e6345 SHA512 d23c86847ffa7439dd07404aaeee3429927cb284348907f6f33f385ad424fa894f7bb98b42e15900a45c4aa3b6483395b14e3cae2e430aa3ff2b934cef714add +DIST calendarsupport-23.04.0.tar.xz 988276 BLAKE2B 409b371a4580dba1e49e5d00866c606e4f9b70651fb251dad4a363506eb4afa3c2fe831507925ae637d9c664b58acf0b57f28ac0134b24621f4e14876800f7fd SHA512 a0825d3a232e7014a7f93b34fdd461194c4cb713eb0206a45380cdfa75aac6a231f8f1b0cb87b3b77862e5895022a7c39c460efec23d904ac335970180801b44 diff --git a/kde-apps/calendarsupport/calendarsupport-23.04.0.ebuild b/kde-apps/calendarsupport/calendarsupport-23.04.0.ebuild new file mode 100644 index 00000000000..46bbc23673a --- /dev/null +++ b/kde-apps/calendarsupport/calendarsupport-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_QTHELP="true" +ECM_TEST="false" +KFMIN=5.104.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.5 +VIRTUALX_REQUIRED="test" +inherit ecm gear.kde.org + +DESCRIPTION="Calendar support library" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/libical + >=dev-qt/designer-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtprintsupport-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/akonadi-calendar-${PVCUT}:5 + >=kde-apps/akonadi-mime-${PVCUT}:5 + >=kde-apps/akonadi-notes-${PVCUT}:5 + >=kde-apps/kcalutils-${PVCUT}:5 + >=kde-apps/kidentitymanagement-${PVCUT}:5 + >=kde-apps/kmime-${PVCUT}:5 + >=kde-apps/libkdepim-${PVCUT}:5 + >=kde-apps/kpimtextedit-${PVCUT}:5 + >=kde-frameworks/kcalendarcore-${KFMIN}:5 + >=kde-frameworks/kcodecs-${KFMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/kholidays-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 +" +RDEPEND="${DEPEND}" |
