aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 23:38:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-14 01:11:31 +0200
commit2febbe0ebf00707266455e4a112997b619f572ad (patch)
tree55b975942d949f819da107b038198ff27c9730fc /app-office
parentnet-p2p/ktorrent: 24.04.90 version bump (diff)
downloadkde-2febbe0ebf00707266455e4a112997b619f572ad.tar.gz
kde-2febbe0ebf00707266455e4a112997b619f572ad.tar.bz2
kde-2febbe0ebf00707266455e4a112997b619f572ad.zip
app-office/merkuro: 24.04.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/merkuro/Manifest1
-rw-r--r--app-office/merkuro/merkuro-24.04.90.ebuild62
2 files changed, 63 insertions, 0 deletions
diff --git a/app-office/merkuro/Manifest b/app-office/merkuro/Manifest
new file mode 100644
index 0000000000..aa48760158
--- /dev/null
+++ b/app-office/merkuro/Manifest
@@ -0,0 +1 @@
+DIST merkuro-24.04.90.tar.xz 747540 BLAKE2B 89aad7691d38a0be9a9c4001502eae26ee8d0ad03cc4722de8a53d98c6351a85869f3765460ca84d78878162a25e4311cd0bb98790ffd8372973bd0564e6e132 SHA512 9ffd2c5781f6f6bed4a5e73562f194c2853b26e706db3fc7c0db2db2683695d2c43f7f2e0be7b97c15dfcda23db052208c20d4467d81c1d93161c4b9b1609653
diff --git a/app-office/merkuro/merkuro-24.04.90.ebuild b/app-office/merkuro/merkuro-24.04.90.ebuild
new file mode 100644
index 0000000000..28b94bd135
--- /dev/null
+++ b/app-office/merkuro/merkuro-24.04.90.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="pim"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.0.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Calendar application using Akonadi"
+HOMEPAGE="https://apps.kde.org/merkuro.calendar/"
+
+LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+# All of the tests involve interacting with akonadi right now (as of 22.04)
+RESTRICT="test"
+
+# TODO: Needs messagecomposer
+DEPEND="
+ app-crypt/gpgme:=[cxx]
+ dev-libs/kirigami-addons:6
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=kde-apps/akonadi-${PVCUT}:6
+ >=kde-apps/akonadi-contacts-${PVCUT}:6
+ >=kde-apps/akonadi-mime-${PVCUT}:6
+ >=kde-apps/kcalutils-${PVCUT}:6
+ >=kde-apps/kidentitymanagement-${PVCUT}:6
+ >=kde-apps/kmailtransport-${PVCUT}:6
+ >=kde-apps/kmbox-${PVCUT}:6
+ >=kde-apps/kmime-${PVCUT}:6
+ >=kde-apps/mailcommon-${PVCUT}:6
+ >=kde-apps/mimetreeparser-${PVCUT}:6
+ >=kde-frameworks/kcalendarcore-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcontacts-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/kitemmodels-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+"
+# TODO: is qt5compat still needed? 578c2acf4da3e7b26206a9834a79928630f76ecf
+# qtlocation is needed at runtime only or fails to start
+RDEPEND="${DEPEND}
+ >=dev-qt/qt5compat-${QTMIN}:6[qml]
+ >=dev-qt/qtlocation-${QTMIN}:6
+ >=dev-qt/qtwebengine-${QTMIN}:6
+ >=kde-apps/kdepim-runtime-${PVCUT}:6
+ >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+"