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.
kde-apps/korganizer: 22.04.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
91 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 korganizer-21.12.3.tar.xz 2397184 BLAKE2B 67a63788e89af5a511980516a7e506c383496de6ab5fdbe338f2ae4097b42b2b970eb2e645de0b1f0b534b61d931e703cd8f9816d540f321efe18172f2686597 SHA512 4c415d9f7ee3e7345b3532b8357a7dc3120eaa02df66c544ccaddae14802d3643b73ef0addbd53c18f2cf3e452c8305ced2021f009957db7736824e3f998c155 | ||
DIST korganizer-22.04.1.tar.xz 2309600 BLAKE2B a7a89c8766dc6bbae955a2183c8e89f41fb30b9980db83a4da1208d9ed3191725223de7323aca53ac2627273f2c262a6394c52690c0f571001e194523a67ba97 SHA512 2fa66b984363472c387de22bc9d2feb3dc0c9591a4a1a33227a430757b2ef2258c0f998a2953fde27a7e25037e556d58d98316f48f0e9ff73214e2a840d7f382 | ||
DIST korganizer-22.04.2.tar.xz 2312024 BLAKE2B 53654829cfc3c1b2dbd74751cfbd6f4ec41e30324d9ef7c120fa6f85ebf48786fd3729fd448ae7d0a56b122dc4b05ea0a97ff31e555b1d661d8bc22ce212110a SHA512 9a1cd0009b29174b09524f5b79716a4b5688e33d70fc1432af97f605419f59a4f4051be5721679cae24fc49f69269dc893099199363ed40706735248b7cb06c6 |
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,90 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="optional" | ||
ECM_TEST="forceoptional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.92.0 | ||
QTMIN=5.15.3 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Organizational assistant, providing calendars and other similar functionality" | ||
HOMEPAGE="https://apps.kde.org/korganizer/" | ||
|
||
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" | ||
IUSE="telemetry X" | ||
|
||
# testkodaymatrix is broken, akonadi* tests need DBus, bug #665686 | ||
RESTRICT="test" | ||
|
||
COMMON_DEPEND=" | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-apps/akonadi-${PVCUT}:5 | ||
>=kde-apps/akonadi-calendar-${PVCUT}:5 | ||
>=kde-apps/akonadi-contacts-${PVCUT}:5 | ||
>=kde-apps/akonadi-notes-${PVCUT}:5 | ||
>=kde-apps/calendarsupport-${PVCUT}:5 | ||
>=kde-apps/eventviews-${PVCUT}:5 | ||
>=kde-apps/incidenceeditor-${PVCUT}:5 | ||
>=kde-apps/kcalutils-${PVCUT}:5 | ||
>=kde-apps/kidentitymanagement-${PVCUT}:5 | ||
>=kde-apps/kmailtransport-${PVCUT}:5 | ||
>=kde-apps/kmime-${PVCUT}:5 | ||
>=kde-apps/kontactinterface-${PVCUT}:5 | ||
>=kde-apps/kpimtextedit-${PVCUT}:5 | ||
>=kde-apps/libkdepim-${PVCUT}:5 | ||
>=kde-apps/pimcommon-${PVCUT}:5 | ||
>=kde-frameworks/kcalendarcore-${KFMIN}:5 | ||
>=kde-frameworks/kcmutils-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcontacts-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kcrash-${KFMIN}:5 | ||
>=kde-frameworks/kholidays-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kitemmodels-${KFMIN}:5 | ||
>=kde-frameworks/kitemviews-${KFMIN}:5 | ||
>=kde-frameworks/kjobwidgets-${KFMIN}:5 | ||
>=kde-frameworks/knewstuff-${KFMIN}:5 | ||
>=kde-frameworks/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/kparts-${KFMIN}:5 | ||
>=kde-frameworks/kservice-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kwindowsystem-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
telemetry? ( >=dev-libs/kuserfeedback-1.2.0:5 ) | ||
X? ( | ||
>=dev-qt/qtx11extras-${QTMIN}:5 | ||
x11-libs/libX11 | ||
) | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
>=dev-qt/designer-${QTMIN}:5 | ||
>=kde-apps/kldap-${PVCUT}:5 | ||
test? ( >=kde-apps/akonadi-${PVCUT}:5[sqlite] ) | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
>=kde-apps/kdepim-runtime-${PVCUT}:5 | ||
" | ||
BDEPEND=" | ||
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) | ||
" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
$(cmake_use_find_package telemetry KUserFeedback) | ||
$(cmake_use_find_package X X11) | ||
) | ||
|
||
ecm_src_configure | ||
} |