diff options
| -rw-r--r-- | kde-apps/pimcommon/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/pimcommon/pimcommon-25.04.3.ebuild | 64 |
2 files changed, 65 insertions, 0 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest new file mode 100644 index 00000000000..35a6a74e803 --- /dev/null +++ b/kde-apps/pimcommon/Manifest @@ -0,0 +1 @@ +DIST pimcommon-25.04.3.tar.xz 381488 BLAKE2B c66a93f35a5ef4de3c0e19a70d2be941fc5a199629477d0e73e1fcae34302dbe9c9f45aed0d5fa31731f3f3a70a997a2ed43aac252ecc268c0b413e7d893ca23 SHA512 d8f0aae4fbd13a16d33820bc8bf037fa8288b6d198862c681932d3ba567239223ad00a433ba2b32157a13e3284711c9b9beab9a7f3ff80c2067257d372a52af2 diff --git a/kde-apps/pimcommon/pimcommon-25.04.3.ebuild b/kde-apps/pimcommon/pimcommon-25.04.3.ebuild new file mode 100644 index 00000000000..826295ca657 --- /dev/null +++ b/kde-apps/pimcommon/pimcommon-25.04.3.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2025 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=6.13.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="Common PIM libraries" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="6/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64" +IUSE="activities" + +RDEPEND=" + >=dev-libs/ktextaddons-1.5.4:6 + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml] + >=kde-apps/akonadi-${PVCUT}:6= + >=kde-apps/akonadi-contacts-${PVCUT}:6= + >=kde-apps/akonadi-search-${PVCUT}:6= + >=kde-apps/kimap-${PVCUT}:6= + >=kde-apps/kldap-${PVCUT}:6= + >=kde-apps/libkdepim-${PVCUT}:6= + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kcmutils-${KFMIN}:6 + >=kde-frameworks/kcodecs-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcontacts-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kitemmodels-${KFMIN}:6 + >=kde-frameworks/kjobwidgets-${KFMIN}:6 + >=kde-frameworks/knewstuff-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 + >=kde-frameworks/purpose-${KFMIN}:6 + activities? ( kde-plasma/plasma-activities:6 ) +" +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + -DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities) + ) + + ecm_src_configure +} + +src_test() { + # bugs 641730, 661330 + local myctestargs=( + -E "(autocorrectiontest|pimcommon-translator-translatorwidgettest)" + ) + + ecm_src_test +} |
