summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-09-09 16:40:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-09-09 19:09:01 +0200
commit622f4441e7d4291b708c8b8bac6a35e0d268448b (patch)
treed2d8af1ab90a12f1cc9629e52e7d9612e925cf21
parenta93bb9c4db82d7ce1249a0739a32acc220c01cb3 (diff)
downloadkde-622f4441e7d4291b708c8b8bac6a35e0d268448b.tar.gz
kde-622f4441e7d4291b708c8b8bac6a35e0d268448b.tar.bz2
kde-622f4441e7d4291b708c8b8bac6a35e0d268448b.zip
kde-apps/pim-data-exporter: 25.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/pim-data-exporter/Manifest1
-rw-r--r--kde-apps/pim-data-exporter/pim-data-exporter-25.08.1.ebuild59
2 files changed, 60 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..6a4c2dffd86
--- /dev/null
+++ b/kde-apps/pim-data-exporter/Manifest
@@ -0,0 +1 @@
+DIST pim-data-exporter-25.08.1.tar.xz 430508 BLAKE2B 25977b415135bd1455b484f23084b83665dd1c69542dc6e2bfd21314cab330a4bc8e27c024fdb56bb08e8f16d45be7203f9e3300b2382e45d94cc3c863990f87 SHA512 f991b76f42470347aa1beb132b046cd924f4e548a09892985daf5e7d531a6b3764421f7f116089fb3847e7d847f631f3ed4c4699c422fa608c7d72762403df67
diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-25.08.1.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-25.08.1.ebuild
new file mode 100644
index 00000000000..78bb713940e
--- /dev/null
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-25.08.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 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=6.16.0
+QTMIN=6.9.1
+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="6/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64"
+IUSE="telemetry"
+
+RESTRICT="test" # 11 out of 21 tests fail...
+
+DEPEND="
+ >=dev-libs/ktextaddons-1.6.0:6
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=kde-apps/akonadi-${PVCUT}:6=
+ >=kde-apps/kidentitymanagement-${PVCUT}:6=
+ >=kde-apps/kmailtransport-${PVCUT}:6=
+ >=kde-apps/kmime-${PVCUT}:6=
+ >=kde-apps/libkdepim-${PVCUT}:6=
+ >=kde-apps/mailcommon-${PVCUT}:6=
+ >=kde-apps/pimcommon-${PVCUT}:6=
+ >=kde-frameworks/karchive-${KFMIN}:6
+ >=kde-frameworks/kcalendarcore-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcontacts-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kitemviews-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package telemetry KF6UserFeedback)
+ )
+
+ ecm_src_configure
+}