diff options
| -rw-r--r-- | kde-apps/pimcommon/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/pimcommon/pimcommon-24.02.2.ebuild | 55 |
2 files changed, 56 insertions, 0 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest new file mode 100644 index 00000000000..4f2bec5a8ce --- /dev/null +++ b/kde-apps/pimcommon/Manifest @@ -0,0 +1 @@ +DIST pimcommon-24.02.2.tar.xz 348488 BLAKE2B ec898c5c1097dc8972af84e5a787cbce408b0e57469cde959fc3874af281ad9e960636df7fd7e8f2c30cf360da0fda9d80e01df89376436a8bd3df2af0412ead SHA512 d2dd70b1e0e5b8352ddbfcb00d9c21eb778db2593537d0cb027fc81ca2dfef8af1f09b45fd59bf843dbc1ffb9245e4fc28a986395083fb32b53a3c56c7f48aa7 diff --git a/kde-apps/pimcommon/pimcommon-24.02.2.ebuild b/kde-apps/pimcommon/pimcommon-24.02.2.ebuild new file mode 100644 index 00000000000..4abb5966e37 --- /dev/null +++ b/kde-apps/pimcommon/pimcommon-24.02.2.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2024 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.0.0 +QTMIN=6.6.2 +inherit ecm gear.kde.org + +DESCRIPTION="Common PIM libraries" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="6" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/ktextaddons-1.4.42: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 +" +DEPEND="${RDEPEND}" + +src_test() { + # bugs 641730, 661330 + local myctestargs=( + -E "(autocorrectiontest|pimcommon-translator-translatorwidgettest)" + ) + + ecm_src_test +} |
