1
0
Christophe Marin 2024-07-04 20:43:03 +00:00 committed by Git OBS Bridge
commit 573af77bab
7 changed files with 1471 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

BIN
applications.keyring Normal file

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfe9446a82bb55f211990e2555dcc9785853ec6187a9eeabd4f7b5de4bf1c7cd
size 421244

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDnB4ACgkQu0YzUNbv
Me/Ugg/+MMFlPNRrGBxwKrq1ggmYc+nHRKRuKfn8vmvtalt7T0KQq1v1sDGCUts4
dN124hyo6tC3Z04RqbXja9JUPLHWl1A+T6Ug10htxqvhCEcwU42Urdr01SU3VrZ7
dexYbNQv5rv0DlTodIJdTopqAyyHP257BMjU+fMHa8iWQ9DiNdjVW6BV/l+01J+t
1v7S1s1CFf4k87BKj5ab8XTHlrAXUudMCP3yicHIFEsZIuWLQaOmXBDFz0420sDL
JO5Qmj8Aef0FyqmDhnUnriWy7QKVP1IrBxnQ6MtTVNKDY9UANlPOwQWTmepE6mmU
nzzgiiIDZ0sp0wMJQa5OvrX5ZF8FWfQwCKvZTAgXoSLj2aRbWUzOS1vVB4YXpf0F
JM0flMyqw1r3ts9Cy/7Fv5otcxmajALGM0BND+HPYWhdqS2LPCHFDflyRsBs3+ma
xAsFWb0bJyk1MnRVQjUPMqI9TVuV21NtEhwAEIDmAvhT4h8KAATqKtmbueplShPo
p4hJz/ka7rldulmRrKdQwQ2HWhvT8NaZk0qGjj9ksIO8DoXFUZclnfGyilysvIFE
MzhQi1BIiXOsh9u8sgxQ83AXRc7bjflARDOAuLMEBWCdbozNxFJbSNxvM2N2Nixc
YQ5smxTHUog66fROMrIHVNps6Zwh3jjQ6debu8SSaQSl2k3/WFE=
=hw8E
-----END PGP SIGNATURE-----

1326
pim-data-exporter.changes Normal file

File diff suppressed because it is too large Load Diff

102
pim-data-exporter.spec Normal file
View File

@ -0,0 +1,102 @@
#
# spec file for package pim-data-exporter
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define kf6_version 6.0.0
%define qt6_version 6.6.0
%define kpim6_version 6.1.2
%bcond_without released
Name: pim-data-exporter
Version: 24.05.2
Release: 0
Summary: Data exporter for KDE PIM applications
License: GPL-2.0-or-later AND LGPL-2.1-or-later
URL: https://apps.kde.org/pimdataexporter
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
# Only required for the icon
BuildRequires: kontact
BuildRequires: cmake(KF6Archive) >= %{kf6_version}
BuildRequires: cmake(KF6CalendarCore) >= %{kf6_version}
BuildRequires: cmake(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6Contacts) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6Crash) >= %{kf6_version}
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
BuildRequires: cmake(KF6DocTools) >= %{kf6_version}
BuildRequires: cmake(KF6ItemViews) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(KF6Notifications) >= %{kf6_version}
BuildRequires: cmake(KF6StatusNotifierItem) >= %{kf6_version}
BuildRequires: cmake(KF6TextCustomEditor)
BuildRequires: cmake(KF6UserFeedback) >= %{kf6_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
BuildRequires: cmake(KPim6Akonadi) >= %{kpim6_version}
BuildRequires: cmake(KPim6AkonadiNotes) >= %{kpim6_version}
BuildRequires: cmake(KPim6IdentityManagementCore) >= %{kpim6_version}
BuildRequires: cmake(KPim6MailCommon) >= %{kpim6_version}
BuildRequires: cmake(KPim6MailTransport) >= %{kpim6_version}
BuildRequires: cmake(KPim6Mime) >= %{kpim6_version}
BuildRequires: cmake(KPim6PimCommonAkonadi) >= %{kpim6_version}
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
Requires: kontact
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: x86_64 %{x86_64} aarch64 riscv64
%description
This package contains utlities needed by KDE PIM applications to export data
for backup and archival.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%find_lang %{name} --with-html --all-name
%ldconfig_scriptlets
%files
%license LICENSES/*
%doc %lang(en) %{_kf6_htmldir}/en/pimdataexporter/
%{_kf6_applicationsdir}/org.kde.pimdataexporter.desktop
%{_kf6_appstreamdir}/org.kde.pimdataexporter.appdata.xml
%{_kf6_bindir}/pimdataexporter
%{_kf6_bindir}/pimdataexporterconsole
%{_kf6_configkcfgdir}/pimdataexporterglobalconfig.kcfg
%{_kf6_debugdir}/pimdataexporter.categories
%{_kf6_debugdir}/pimdataexporter.renamecategories
%{_kf6_libdir}/libpimdataexporterprivate.so.*
%files lang -f %{name}.lang
%exclude %{_kf6_htmldir}/en/pimdataexporter/
%changelog