diff options
author | Sam James <sam@gentoo.org> | 2022-04-25 03:20:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-25 03:30:14 +0100 |
commit | 8acc791fac850bbe6c04ab48baa923d84bd1adf0 (patch) | |
tree | 00f2db78db9186b41a21445572f3a02ec7066362 /app-office | |
parent | app-misc/pax-utils: add 1.3.4 (diff) | |
download | gentoo-8acc791fac850bbe6c04ab48baa923d84bd1adf0.tar.gz gentoo-8acc791fac850bbe6c04ab48baa923d84bd1adf0.tar.bz2 gentoo-8acc791fac850bbe6c04ab48baa923d84bd1adf0.zip |
app-office/kalendar: new package, add 22.04.0
Bug: https://bugs.gentoo.org/828092
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/kalendar/Manifest | 1 | ||||
-rw-r--r-- | app-office/kalendar/kalendar-22.04.0.ebuild | 51 | ||||
-rw-r--r-- | app-office/kalendar/metadata.xml | 11 |
3 files changed, 63 insertions, 0 deletions
diff --git a/app-office/kalendar/Manifest b/app-office/kalendar/Manifest new file mode 100644 index 000000000000..ede33d73508e --- /dev/null +++ b/app-office/kalendar/Manifest @@ -0,0 +1 @@ +DIST kalendar-22.04.0.tar.xz 254112 BLAKE2B f3e8cd8ae6633207764a77a3d59ec0ec031b2ca3b958b05a5c7e00191429c38431a758ab364f8b9d932938397f814d361290b59e8550c5069bfa2f3e66be05f6 SHA512 c2cb24505883a325b2b48f82127b73b248c84f86ad0befbca1602f15d3930bd08af1d2ebef511e030da1c92a4f2a289e59468f7f609091c5a02744e7a07a270e diff --git a/app-office/kalendar/kalendar-22.04.0.ebuild b/app-office/kalendar/kalendar-22.04.0.ebuild new file mode 100644 index 000000000000..0fc543710e59 --- /dev/null +++ b/app-office/kalendar/kalendar-22.04.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_CATEGORY="pim" +KDE_GEAR="true" +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=5.91 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="A calendar application using Akonadi" +HOMEPAGE="https://apps.kde.org/kalendar/" + +LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0" +SLOT="5" +KEYWORDS="~amd64" +IUSE="" + +# All of the tests involve interacting with akonadi right now (as of 22.04) +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtsvg-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/akonadi-contacts-${PVCUT}:5 + >=kde-apps/calendarsupport-${PVCUT}:5 + >=kde-apps/eventviews-${PVCUT}:5 + >=kde-frameworks/kcalendarcore-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +# qtlocation is needed at runtime only or fails to start +RDEPEND="${DEPEND} + >=dev-qt/qtlocation-${QTMIN}:5 + >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5 +" diff --git a/app-office/kalendar/metadata.xml b/app-office/kalendar/metadata.xml new file mode 100644 index 000000000000..d925f2439758 --- /dev/null +++ b/app-office/kalendar/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + </upstream> +</pkgmetadata> |