diff options
Diffstat (limited to 'kde-apps/pim-data-exporter')
| -rw-r--r-- | kde-apps/pim-data-exporter/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/pim-data-exporter/pim-data-exporter-23.03.90.ebuild | 59 |
2 files changed, 60 insertions, 0 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest index d040d44fdf2..334e116b6a3 100644 --- a/kde-apps/pim-data-exporter/Manifest +++ b/kde-apps/pim-data-exporter/Manifest @@ -1 +1,2 @@ DIST pim-data-exporter-23.03.80.tar.xz 425220 BLAKE2B 50989151b9a54c6097d8e99ad3adb9cde3d3aab89efed63c0ad7ccd5592d47bc1b6d21169549fe83a64f23e20a13d2dd08ac118c6464efc3301415a9f0b061a2 SHA512 4fba16eaa446c6b84b2474ff8bdcb99c6edcce2d2f034dd4a3d44e46e2259d68eec0010e026dbbe1b87e478065bb9a7270a33e7de614b1d49c288cb46eb9514e +DIST pim-data-exporter-23.03.90.tar.xz 425220 BLAKE2B f963b86d2bca013f6396b1b4d394285b386b2b8014e3cc47fb0cf9a39e75e956623441b81c8b86cddd12c217716c69d2c92cfeb54175e255fd81f38c7c01833b SHA512 e0a7379bb8c8e2d7446b4813d4c3d87e2a2c70555ea177f4f54749e9d701b16edae5dba4c7e3905ae8f2e2b9113287b49dcd1d4ae734b7a3473c5f977ede9ad1 diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-23.03.90.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-23.03.90.ebuild new file mode 100644 index 00000000000..3a215d6506a --- /dev/null +++ b/kde-apps/pim-data-exporter/pim-data-exporter-23.03.90.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=5.104.0 +QTMIN=5.15.5 +VIRTUALX_REQUIRED="test" +inherit ecm gear.kde.org + +DESCRIPTION="Assistant to backup and archive PIM data and configuration" +HOMEPAGE="https://apps.kde.org/pimdataexporter/ +https://userbase.kde.org/KMail/Backup_Options" + +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="telemetry" + +RESTRICT="test" # 11 out of 21 tests fail... + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/kidentitymanagement-${PVCUT}:5 + >=kde-apps/kmailtransport-${PVCUT}:5 + >=kde-apps/kmime-${PVCUT}:5 + >=kde-apps/kpimtextedit-${PVCUT}:5 + >=kde-apps/libkdepim-${PVCUT}:5 + >=kde-apps/mailcommon-${PVCUT}:5 + >=kde-apps/pimcommon-${PVCUT}:5 + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kitemviews-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + telemetry? ( >=dev-libs/kuserfeedback-1.2.0:5 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package telemetry KUserFeedback) + ) + + ecm_src_configure +} |
