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/incidenceeditor: 21.04.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
70 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 incidenceeditor-20.12.3.tar.xz 546308 BLAKE2B 8156fc4bf9a5fb06d755c89debc55c8f765d3d76f9a33b03bad94df8d8dc1617be79e584e6cf6728577c66fdb4db5a627570545d06d0d673615b1d4795c759cc SHA512 cd344322ae026c9782fdd2756c5206b89bb8dc475f38addfc58b3622ea4ab8106287d32b0105506c0b4491c2575b227ea52570c486a29e019b7495f41ba5aa90 | ||
DIST incidenceeditor-21.04.1.tar.xz 539912 BLAKE2B 75a5dc392fd0907481fc43855a99f7c710f8f746dc9dba35823e6c655eb3888c93c6588c144970b9dd285a3ed2eb392eda8fc2b79aa3c914be7aab28e8eded7e SHA512 11d7ef8e98d2879c604783af43fb2721dc4399e08dff64b510a36c58ba0b59c0f52e04371287e9e24447c95403319f15d6638f5c2589a7afaf36c9450057bdc3 | ||
DIST incidenceeditor-21.04.2.tar.xz 539832 BLAKE2B c7d4eb740e720acab9bce5c327b3af2bb5b5a40209408398b4fd92100e6b2e595ee71c464cfbc7d2a02ad42d368f8e6a0c57e4e891bb067a1ff9bfd4690cb002 SHA512 c67fbd9ae14256f1779c95be4d6479ded17fb4cbed8462c606f584e6eae091a247a8faf73cda4f2166e61ef2a2de3a65c02b47cd2c2a3947e581da5e8036064b |
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,69 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
ECM_TEST="true" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.80.0 | ||
QTMIN=5.15.2 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Incidence editor for korganizer" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
dev-libs/kdiagram:5 | ||
>=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-mime-${PVCUT}:5 | ||
>=kde-apps/calendarsupport-${PVCUT}:5 | ||
>=kde-apps/eventviews-${PVCUT}:5 | ||
>=kde-apps/kcalutils-${PVCUT}:5 | ||
>=kde-apps/kidentitymanagement-${PVCUT}:5 | ||
>=kde-apps/kldap-${PVCUT}:5 | ||
>=kde-apps/kmailtransport-${PVCUT}:5 | ||
>=kde-apps/kmime-${PVCUT}:5 | ||
>=kde-apps/libkdepim-${PVCUT}:5 | ||
>=kde-apps/pimcommon-${PVCUT}:5 | ||
>=kde-frameworks/kcalendarcore-${KFMIN}:5 | ||
>=kde-frameworks/kcodecs-${KFMIN}:5 | ||
>=kde-frameworks/kcompletion-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcontacts-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kitemmodels-${KFMIN}:5 | ||
>=kde-frameworks/kjobwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kservice-${KFMIN}:5 | ||
>=kde-frameworks/ktextwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
DEPEND="${RDEPEND} | ||
test? ( >=kde-apps/akonadi-${PVCUT}:5[postgres,sqlite] ) | ||
" | ||
BDEPEND=" | ||
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) | ||
" | ||
|
||
src_test() { | ||
# Paths exceed unix domain socket limit, bug 770775 | ||
local myctestargs=( | ||
-E "(akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)" | ||
) | ||
|
||
ecm_src_test | ||
} |