forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-office/kalendar: 23.08.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kalendar-23.04.3.tar.xz 824472 BLAKE2B 0b60122066b0b1d63d631a397a6e417592dcce236fcf86dddc0a73b704a79fc4728225fb694559a15e46c0177b92ec5dc925c0564ca48c08652521194fd87cca SHA512 15bf7ce051ed56b4178e72a35d0aace00bd8650fac387bd4b63cc541aa92fd433eee2c5711663af4cd29606ddc69c838dbe58780a0e2e35f1fc4ef8be64dbb75 | ||
DIST merkuro-23.08.1.tar.xz 976060 BLAKE2B d7d9019a8dfec97866545e083305edeef7f2abb01f6a6cab5c7ab4ac70937cc32fabd9b990acd69ebc414ae52956a6a93d9c79fdd6d0422e5de89d2ef9f3686e SHA512 13b4da51903e949e98f9f27503cfbed6219639f8711163481cc69be7bb9dae1037752e30dcd72034c8096cb5cb01e0a0e8c226233956d559faf600941bac9782 | ||
DIST merkuro-23.08.2.tar.xz 977316 BLAKE2B fa406073707aaca8e42c29c898667c5c4ca75aa6d9dcd6a08ab6e5ff86000fbfde70295222c5845876a10ef4a8fdce3853ed600a9a74ae2f042a7f18bff78d56 SHA512 de4b3794b2cad8da92bd009a7661e1007fed2b462fede5bc365bc94652f37ac1efd67efb57ceaea397e9a5e9632098bdf908c34cf053b8ec8d66cde79763844d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
KDE_ORG_CATEGORY="pim" | ||
KDE_ORG_NAME="merkuro" | ||
ECM_TEST="forceoptional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.106.0 | ||
QTMIN=5.15.9 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="Calendar application using Akonadi" | ||
HOMEPAGE="https://apps.kde.org/kalendar/" | ||
|
||
LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" | ||
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-0.7.2:5 | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtdeclarative-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtquickcontrols2-${QTMIN}:5 | ||
>=dev-qt/qtsvg-${QTMIN}:5 | ||
>=kde-apps/akonadi-${PVCUT}:5 | ||
>=kde-apps/akonadi-contacts-${PVCUT}:5 | ||
>=kde-apps/akonadi-mime-${PVCUT}:5 | ||
>=kde-apps/kcalutils-${PVCUT}:5 | ||
>=kde-apps/kidentitymanagement-${PVCUT}:5 | ||
>=kde-apps/mailcommon-${PVCUT}:5 | ||
>=kde-frameworks/kcalendarcore-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcontacts-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kirigami-${KFMIN}:5 | ||
>=kde-frameworks/kitemmodels-${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/qtgraphicaleffects-${QTMIN}:5 | ||
>=dev-qt/qtlocation-${QTMIN}:5 | ||
>=dev-qt/qtwebengine-${QTMIN}:5 | ||
>=kde-apps/kdepim-runtime-${PVCUT}:5 | ||
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5 | ||
" |