summaryrefslogtreecommitdiff
path: root/kde-apps/pim-data-exporter
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-11 11:02:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-11 11:11:06 +0200
commit10c6f9c0512a399d9db481e7cd7a88c26ec69c6a (patch)
treeb939b9dbe63db9c01d3a1ed0b322641327c9f484 /kde-apps/pim-data-exporter
parentd25ba96d6623bc85f52cc9e078bd998acf491af7 (diff)
downloadkde-10c6f9c0512a399d9db481e7cd7a88c26ec69c6a.tar.gz
kde-10c6f9c0512a399d9db481e7cd7a88c26ec69c6a.tar.bz2
kde-10c6f9c0512a399d9db481e7cd7a88c26ec69c6a.zip
kde-apps/pim-data-exporter: 23.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/pim-data-exporter')
-rw-r--r--kde-apps/pim-data-exporter/Manifest1
-rw-r--r--kde-apps/pim-data-exporter/pim-data-exporter-23.08.2.ebuild57
2 files changed, 58 insertions, 0 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest
new file mode 100644
index 00000000000..8a09e4476a6
--- /dev/null
+++ b/kde-apps/pim-data-exporter/Manifest
@@ -0,0 +1 @@
+DIST pim-data-exporter-23.08.2.tar.xz 427664 BLAKE2B 11368420ecbec330778e64ef32b829d47abd6785cad731ad4fde6b5392b582143c51343901a43323fa699926cd9d8ae421a6293dc370eb3c7b881cfe2a22043e SHA512 5a4211669ea098333cc4c4d3b87b210244e888211a74f30c2dba373db32da1dc715c30165b4150e36f3b819774c93fa89cdcc34a9da16dc18605bf2dee591123
diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-23.08.2.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-23.08.2.ebuild
new file mode 100644
index 00000000000..032b496d32a
--- /dev/null
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-23.08.2.ebuild
@@ -0,0 +1,57 @@
+# 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.106.0
+QTMIN=5.15.9
+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/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
+}