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: 22.04.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
66 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-21.12.3.tar.xz 372476 BLAKE2B 216828abd9cdfbee5a0bc92bb2ebe4ecebc4ed9595d7528925e28723e698137953ad9c9d84cc550e082447ef64642cab858b346689af67e26baa3cf5ee4610d4 SHA512 f7b6164200eac4ced1d7e42a7ef5f7f41b89b9a981d07cd98763b3a8068c892dd30ab3c0252a62e827e0fa62a96a84ff80188c5bac71c3f42e3cfcb85c6fa2ea | ||
DIST pimcommon-22.04.1.tar.xz 374896 BLAKE2B f31594d17985f45051e319e2432b0e3f8923c6f4d13ab5afd545c44a978144b7dd4be69899a3098ccb9b887d2fd86640db21ce988781bdba47369e52cec75b99 SHA512 52b32911a5d91e81c8ae7be21bfede3a3f73215f5cfcb4ce36a7fdfaffa064e185f62f1f102b4d6007392bd6c1f410a4391573061bf1f3bfb7a45580183380e3 | ||
DIST pimcommon-22.04.2.tar.xz 375836 BLAKE2B c186dd14fbaf4529bd063a6a3eed1682c1accb1fc17dd0870f3298fcdd0d076f201d91b9edde973fd2ccea43407d4618ef4551fd0a6093a6f20a46d91cbdbee0 SHA512 6b6d80ffb2748bf930b256e1514c406ab57a6fcf5904487e7ff550eed5acae519a2c865bc0bc638fc7f8199d59de48653cad771793642d15a0274375a6aa4faa |
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,65 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_DESIGNERPLUGIN="true" | ||
ECM_QTHELP="true" | ||
ECM_TEST="forceoptional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.92.0 | ||
QTMIN=5.15.3 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Common PIM libraries" | ||
|
||
LICENSE="GPL-2+ LGPL-2.1+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtnetwork-${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/akonadi-search-${PVCUT}:5 | ||
>=kde-apps/kimap-${PVCUT}:5 | ||
>=kde-apps/kldap-${PVCUT}:5 | ||
>=kde-apps/kpimtextedit-${PVCUT}:5 | ||
>=kde-apps/libkdepim-${PVCUT}:5 | ||
>=kde-frameworks/karchive-${KFMIN}:5 | ||
>=kde-frameworks/kcmutils-${KFMIN}:5 | ||
>=kde-frameworks/kcodecs-${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 | ||
" | ||
RDEPEND="${DEPEND} | ||
!<kde-apps/libkdepim-20.07.80:5 | ||
" | ||
|
||
PATCHES=( "${FILESDIR}"/${PN}-22.03.80-unused-dep-{1,2}.patch ) | ||
|
||
src_test() { | ||
# bugs 641730, 661330 | ||
local myctestargs=( | ||
-E "(autocorrectiontest|pimcommon-translator-translatortest)" | ||
) | ||
|
||
ecm_src_test | ||
} |