aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-10 19:19:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-10 19:32:51 +0200
commit1747a2edb2f03bb858a56a128837db0d329811a1 (patch)
tree7c5aa1baedc1bfa9787888ca4217692b97c89c2c /app-office
parentnet-p2p/ktorrent: 24.08.1 version bump (diff)
downloadkde-1747a2edb2f03bb858a56a128837db0d329811a1.tar.gz
kde-1747a2edb2f03bb858a56a128837db0d329811a1.tar.bz2
kde-1747a2edb2f03bb858a56a128837db0d329811a1.zip
app-office/merkuro: 24.08.1 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.08.1.ebuild65
2 files changed, 66 insertions, 0 deletions
diff --git a/app-office/merkuro/Manifest b/app-office/merkuro/Manifest
new file mode 100644
index 0000000000..159773c005
--- /dev/null
+++ b/app-office/merkuro/Manifest
@@ -0,0 +1 @@
+DIST merkuro-24.08.1.tar.xz 765716 BLAKE2B b9608357536e4498e576fc32513e17a0d6999d3e2a0122ef2aa36aa7ec416f6d041990005ecf9d05f04784e4df7ed3ccc632f526320b171fcf57ccb1635504e0 SHA512 13a6c5530e51009213850acef6ceca0d0ae7c683ed0d36900e3f69f79481ca4bae94a38c9ce29a9a7e70634dc2e59794f7b750286e6d77b03cc9aa70826c42b5
diff --git a/app-office/merkuro/merkuro-24.08.1.ebuild b/app-office/merkuro/merkuro-24.08.1.ebuild
new file mode 100644
index 0000000000..d8627dde33
--- /dev/null
+++ b/app-office/merkuro/merkuro-24.08.1.ebuild
@@ -0,0 +1,65 @@
+# 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.5.0
+QTMIN=6.7.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 ~arm64"
+IUSE=""
+
+# All of the tests involve interacting with akonadi right now (as of 22.04)
+RESTRICT="test"
+
+DEPEND="
+ app-crypt/gpgme:=[cxx]
+ >=dev-libs/kirigami-addons-1.4.0: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/libkdepim-${PVCUT}:6
+ >=kde-apps/mailcommon-${PVCUT}:6
+ >=kde-apps/messagelib-${PVCUT}:6
+ >=kde-apps/mimetreeparser-${PVCUT}:6
+ >=kde-apps/pimcommon-${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/knotifications-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+"
+# Qt5Compat.GraphicalEffects usage in multiple QML files
+# 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
+"