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/calendarsupport: 20.04.3 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
47 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 calendarsupport-19.12.3.tar.xz 648448 BLAKE2B ce0390118e53a2b796c5a99e80c8c58132499e45e0cff96369780059b9bca12a1caf2a4f4a84c2df5bed9bfbce6620fee1857957dcba1f0a42a2aacb59f225a9 SHA512 2f66d9e9f7db1215726bd79255ace156fbad18a0db1a8465e713ac3df7cd39efa104dfbed0e3d84f556a46ba3771124e044430ecbead048d0cff7401d5236dbb | ||
DIST calendarsupport-20.04.2.tar.xz 651552 BLAKE2B 759e09fdf393af25a49175d35e24b623f5eaaaac5029f226f8927566fa58fb08106e68ef88ca7e91fa641ffb6de9879e70e92987c1d0a73876f6f5d958de5926 SHA512 122b08ab130ded4337a969bd9269ece331927e63231f5b4f9634fb625dfc0bdb6e63145dd13556da1901ab1cc839a5bdbd8a820750e1e2650c836f4a51d128e9 | ||
DIST calendarsupport-20.04.3.tar.xz 651616 BLAKE2B e119b0d5d0e17c20e562b490f0f0674af4c8a96da6c82d8a296246d83c4e1ef083d9370ff049d0868ff79e22838592ec4825dcf0c3c19ad76df5d6b487ceeae6 SHA512 d7c0f8bed00501de8edb72fb53d68f155edbd8e0417adf11ea38d06bd363c466ed83a922fe6e49da2a6781b87aec440e5c1c5d21128e090b1ce63bb2eba18598 |
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,46 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
ECM_TEST="false" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.70.0 | ||
QTMIN=5.14.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Calendar support library" | ||
|
||
LICENSE="GPL-2+ LGPL-2.1+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
dev-libs/libical | ||
>=dev-qt/designer-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtprintsupport-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-apps/akonadi-${PVCUT}:5 | ||
>=kde-apps/akonadi-calendar-${PVCUT}:5 | ||
>=kde-apps/akonadi-mime-${PVCUT}:5 | ||
>=kde-apps/kcalutils-${PVCUT}:5 | ||
>=kde-apps/kdepim-apps-libs-${PVCUT}:5 | ||
>=kde-apps/kidentitymanagement-${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/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kguiaddons-${KFMIN}:5 | ||
>=kde-frameworks/kholidays-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kjobwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |