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/pimcommon: 20.04.3 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
65 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 pimcommon-19.12.3.tar.xz 293412 BLAKE2B cedd59be191fc2fc7cbe65b2e576fa8f5bc6004ddd61b38f238166e9523f0ff487f011d257fee18f05b1888e011579b2149f1efc1e36184d93de445a1ab5de72 SHA512 f1368fa5d0825087c8447651e2d878f7f1428bea2dc8372f979694cdff1f961ee3555409738b0e54c6886004a258cb3e7752fd27d3bcf867564471027ebfb6cd | ||
DIST pimcommon-20.04.2.tar.xz 294416 BLAKE2B f869844093fcf45827e03658bd138d17d8d7da7c5f9b1bf94c1b4e8e7a3d6cab9095cf1bb202dadd555ebb1ecc409edc851d27d6d76a3b3b2211829e090a9f1d SHA512 eeca7d414d4e5b8601c137aa22f657eb24f06adb423ce85886a525347a5bac63a4e2c9fc706d49a4986a3dc382b54bfc832953fa8ca926f713b0c01865e63f3c | ||
DIST pimcommon-20.04.3.tar.xz 294328 BLAKE2B 0f6ebc6d7949b04f0d74655ef4c6ad1f8c9c24c0964727e9b68b67b4d1f5707af29d452391e61e0f33985065a2d389d2fce987cd1fcb6490f0121b96bd46234d SHA512 63396ba86cbcd6a8e53981cac79f30ead57dbe06eb1772274a185726117b2bbcb52f8c8f0dc9a8d9534f147615d985ed0d6812e466989b6968944b775ca2dd31 |
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,64 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
ECM_DESIGNERPLUGIN="true" | ||
ECM_TEST="forceoptional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.70.0 | ||
QTMIN=5.14.2 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Common PIM libraries" | ||
|
||
LICENSE="GPL-2+ LGPL-2.1+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~x86" | ||
IUSE="" | ||
|
||
BDEPEND=" | ||
dev-libs/libxslt | ||
" | ||
RDEPEND=" | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtnetwork-${QTMIN}:5 | ||
>=dev-qt/qtprintsupport-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=dev-qt/qtxml-${QTMIN}:5 | ||
>=kde-apps/akonadi-${PVCUT}:5 | ||
>=kde-apps/akonadi-contacts-${PVCUT}:5 | ||
>=kde-apps/kimap-${PVCUT}:5 | ||
>=kde-apps/kpimtextedit-${PVCUT}:5 | ||
>=kde-apps/libkdepim-${PVCUT}:5 | ||
>=kde-frameworks/karchive-${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/kio-${KFMIN}:5 | ||
>=kde-frameworks/kitemmodels-${KFMIN}:5 | ||
>=kde-frameworks/kjobwidgets-${KFMIN}:5 | ||
>=kde-frameworks/knewstuff-${KFMIN}:5 | ||
>=kde-frameworks/kservice-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
>=kde-frameworks/purpose-${KFMIN}:5 | ||
" | ||
DEPEND="${RDEPEND} | ||
test? ( >=kde-apps/kmime-${PVCUT}:5 ) | ||
" | ||
|
||
src_test() { | ||
# bugs 641730, 661330 | ||
local myctestargs=( | ||
-E "(autocorrectiontest|pimcommon-translator-translatortest)" | ||
) | ||
|
||
ecm_src_test | ||
} |