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: 20.04.3 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
56 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-19.12.3.tar.xz 548988 BLAKE2B f1bfa216461f2cd479e779314f2fc0bd6f557ec1f198985ec08ad257a7c82a0b57e9259ff047036621dc18e729ab11f90697274f5ea6ed65f1023e62bdc17272 SHA512 c550a48b7ebdf97eb3bce9d962c6401c22ac64065edc61868279aced5d1ef1a99d39857db249d3affa8caf76e8d8a3b0824aa0cb915f3dbfbfce3175fbf97dbe | ||
DIST incidenceeditor-20.04.2.tar.xz 550048 BLAKE2B 90dff5ce325474510ed7b6a435bf8b56425f966489784df5b422635f704e605be892e09e6bea016030ff723f18656f567771203b3bacc264c5d4d5a3a625c79f SHA512 eca0abbfcb0049e4f71af3f71a65fd4bfc20610b3d90ab6bd38111186eb2aab2a8e8a85162061ba9618b154d4b925398a677e6822fdfa10749152b17b7823d91 | ||
DIST incidenceeditor-20.04.3.tar.xz 550072 BLAKE2B aba9b68b9dd2e5bdc9e0eed06faebe3c0c297d8dc438ebfb479ce68b5c88407a41464344c6df0634c5679f21f9dea153c485d3d7cb89d387ccd223eedb54a57d SHA512 42ec71587a14e6840932962ced3c1ac36b00218d94cd1c857ccb9fc0d0c13a12580a87e2e2a5fc5f7832c8190bee955d6c5372c9d3cdf8f92bd9a45a5c8d465c |
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,55 @@ | ||
# Copyright 1999-2020 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.70.0 | ||
QTMIN=5.14.2 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Incidence editor for korganizer" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
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/kdepim-apps-libs-${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-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 | ||
" | ||
RDEPEND="${DEPEND}" |