diff options
| -rw-r--r-- | kde-apps/pimcommon/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/pimcommon/pimcommon-22.04.0.ebuild | 65 |
2 files changed, 66 insertions, 0 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest index 11800783e14..ade91d63990 100644 --- a/kde-apps/pimcommon/Manifest +++ b/kde-apps/pimcommon/Manifest @@ -1 +1,2 @@ DIST pimcommon-22.03.90.tar.xz 374684 BLAKE2B 0d1936bb536215ee4570168dcc2dd5f991e1d13f5962c572aa4fabf25fb82ec2ff7d3b101734b660e99fe0f03e7cfa43d98f95472cdb0245eae95869f601bbdf SHA512 6e839ace58e2906fc3352b1e0dbd8ad82e096e85e21c04e18a38a59f1dc30d5872c95c88efc916dfc8df3993b250f314b05a500ffd3f3c02f12f06a0935cf3b1 +DIST pimcommon-22.04.0.tar.xz 374972 BLAKE2B 84e395e2a9ff5e7a134661a816e7d9ba506fee902340067621fd0abba6f3ac1e4c77991991c1df5a426bf2c41e63d356e291a42c6d24c51abff25f21bd584bae SHA512 11912dfcbbb01bde6e06470fc77b531a431a91a747d564b8a89e8297a20bf74a8d55dba12b4ce939a9b948f6ef1ce1602ac4805ea4aa496bdae16b6a924519a2 diff --git a/kde-apps/pimcommon/pimcommon-22.04.0.ebuild b/kde-apps/pimcommon/pimcommon-22.04.0.ebuild new file mode 100644 index 00000000000..7b7eccf02ae --- /dev/null +++ b/kde-apps/pimcommon/pimcommon-22.04.0.ebuild @@ -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.2 +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 +} |
