2016-12-13 19:33:06 +01:00
|
|
|
#
|
|
|
|
# spec file for package zanshin
|
|
|
|
#
|
2019-10-24 23:08:55 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2016-12-13 19:33:06 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-10-24 23:08:55 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-12-13 19:33:06 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2019-10-24 23:08:55 +02:00
|
|
|
%bcond_without lang
|
2016-12-13 19:33:06 +01:00
|
|
|
Name: zanshin
|
2018-01-09 14:52:31 +01:00
|
|
|
Version: 0.5.0
|
2016-12-13 19:33:06 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: TODO Application
|
2019-10-24 23:08:55 +02:00
|
|
|
# zanshin is GPL-2.0-only, 3rdparty/cucumber-cpp is MIT
|
|
|
|
License: GPL-2.0-only AND MIT
|
2016-12-13 19:33:06 +01:00
|
|
|
Group: Productivity/Office/Organizers
|
2019-10-24 23:08:55 +02:00
|
|
|
URL: https://zanshin.kde.org/
|
2018-01-09 14:52:31 +01:00
|
|
|
Source: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
|
2019-10-24 23:08:55 +02:00
|
|
|
Patch0: 0001-Fix-compilation-with-latest-KCalCore-API-changes-Att.patch
|
|
|
|
Patch1: 0001-Fix-build-with-Boost-1.70.0.patch
|
|
|
|
Patch2: 0001-Look-for-AkonadiContact.patch
|
|
|
|
Patch3: 0001-Remove-the-delegation-feature.patch
|
|
|
|
Patch4: 0001-Fix-compilation-after-Collection-referenced-was-removed.patch
|
|
|
|
Patch5: 0001-Fix-linking-of-the-cuke-steps.patch
|
|
|
|
Patch6: 0001-Make-it-build-both-with-pre-and-post.patch
|
2016-12-13 19:33:06 +01:00
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: kf5-filesystem
|
|
|
|
BuildRequires: update-desktop-files
|
2018-01-09 14:52:31 +01:00
|
|
|
BuildRequires: cmake(KF5Akonadi)
|
2016-12-13 19:33:06 +01:00
|
|
|
BuildRequires: cmake(KF5AkonadiCalendar)
|
2019-10-24 23:08:55 +02:00
|
|
|
BuildRequires: cmake(KF5AkonadiContact)
|
2016-12-13 19:33:06 +01:00
|
|
|
BuildRequires: cmake(KF5AkonadiMime)
|
|
|
|
BuildRequires: cmake(KF5AkonadiNotes)
|
|
|
|
BuildRequires: cmake(KF5AkonadiSearch)
|
2018-01-09 14:52:31 +01:00
|
|
|
BuildRequires: cmake(KF5I18n)
|
2016-12-13 19:33:06 +01:00
|
|
|
BuildRequires: cmake(KF5IdentityManagement)
|
2018-01-09 14:52:31 +01:00
|
|
|
BuildRequires: cmake(KF5KDELibs4Support)
|
2016-12-13 19:33:06 +01:00
|
|
|
BuildRequires: cmake(KF5KontactInterface)
|
|
|
|
BuildRequires: cmake(KF5Ldap)
|
|
|
|
BuildRequires: cmake(KF5Runner)
|
|
|
|
BuildRequires: cmake(KF5Wallet)
|
2018-01-09 14:52:31 +01:00
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
2016-12-13 19:33:06 +01:00
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5Gui)
|
2018-01-09 14:52:31 +01:00
|
|
|
BuildRequires: cmake(Qt5Qml)
|
2016-12-13 19:33:06 +01:00
|
|
|
BuildRequires: cmake(Qt5Test)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
2018-01-09 14:52:31 +01:00
|
|
|
Recommends: %{name}-lang
|
2016-12-13 19:33:06 +01:00
|
|
|
|
|
|
|
%description
|
2017-02-06 15:21:42 +01:00
|
|
|
Zanshin Todo is an application for managing your day-to-day actions.
|
2016-12-13 19:33:06 +01:00
|
|
|
It helps you organize and reduce the cognitive pressure of what one has to do in his
|
2017-02-06 15:21:42 +01:00
|
|
|
job and personal life. You will never forget anything anymore.
|
2016-12-13 19:33:06 +01:00
|
|
|
|
2018-01-09 14:52:31 +01:00
|
|
|
%lang_package
|
|
|
|
|
2016-12-13 19:33:06 +01:00
|
|
|
%prep
|
2019-10-24 23:08:55 +02:00
|
|
|
%autosetup -p1
|
2016-12-13 19:33:06 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
%suse_update_desktop_file org.kde.zanshin Utility TimeUtility
|
|
|
|
%suse_update_desktop_file org.kde.renku Utility TimeUtility
|
2018-01-09 14:52:31 +01:00
|
|
|
%if %{with lang}
|
|
|
|
%find_lang %{name}
|
|
|
|
%endif
|
2016-12-13 19:33:06 +01:00
|
|
|
|
|
|
|
%files
|
2019-10-24 23:08:55 +02:00
|
|
|
%license COPYING 3rdparty/cucumber-cpp/LICENSE.txt
|
|
|
|
%doc AUTHORS gpl-*.txt
|
2016-12-13 19:33:06 +01:00
|
|
|
%{_kf5_bindir}/renku
|
|
|
|
%{_kf5_bindir}/zanshin
|
|
|
|
%{_kf5_bindir}/zanshin-migrator
|
|
|
|
%{_kf5_plugindir}/kontact_renkuplugin.so
|
|
|
|
%{_kf5_plugindir}/kontact_zanshinplugin.so
|
|
|
|
%{_kf5_plugindir}/krunner_zanshin.so
|
|
|
|
%{_kf5_plugindir}/renku_part.so
|
|
|
|
%{_kf5_plugindir}/zanshin_part.so
|
|
|
|
%{_kf5_appstreamdir}/
|
|
|
|
%{_kf5_applicationsdir}/org.kde.renku.desktop
|
|
|
|
%{_kf5_applicationsdir}/org.kde.zanshin.desktop
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/256x256
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/zanshin.png
|
|
|
|
%{_kf5_iconsdir}/hicolor/scalable/apps/zanshin.svgz
|
|
|
|
%{_kf5_servicesdir}/kontact/
|
|
|
|
%{_kf5_servicesdir}/plasma-runner-zanshin.desktop
|
|
|
|
%{_kf5_servicesdir}/renku_part.desktop
|
|
|
|
%{_kf5_servicesdir}/zanshin_part.desktop
|
|
|
|
%{_kf5_kxmlguidir}/renku/
|
|
|
|
%{_kf5_kxmlguidir}/zanshin/
|
|
|
|
|
2018-01-09 14:52:31 +01:00
|
|
|
%if %{with lang}
|
|
|
|
%files lang -f %{name}.lang
|
2019-10-24 23:08:55 +02:00
|
|
|
%license COPYING
|
2018-01-09 14:52:31 +01:00
|
|
|
%endif
|
|
|
|
|
2016-12-13 19:33:06 +01:00
|
|
|
%changelog
|