2016-12-13 19:33:06 +01:00
|
|
|
#
|
|
|
|
# spec file for package zanshin
|
|
|
|
#
|
2023-03-02 15:22:00 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
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
|
|
|
#
|
|
|
|
|
|
|
|
|
2022-01-06 13:45:17 +01:00
|
|
|
%bcond_without released
|
2016-12-13 19:33:06 +01:00
|
|
|
Name: zanshin
|
2023-04-03 12:27:14 +02:00
|
|
|
Version: 23.03.90
|
2016-12-13 19:33:06 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: TODO Application
|
2020-02-07 15:54:28 +01:00
|
|
|
License: GPL-2.0-only
|
|
|
|
URL: https://zanshin.kde.org
|
2023-03-20 09:52:41 +01:00
|
|
|
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2022-01-06 13:45:17 +01:00
|
|
|
%if %{with released}
|
2023-03-20 09:52:41 +01:00
|
|
|
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2021-12-13 20:44:19 +01:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
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(KF5I18n)
|
2016-12-13 19:33:06 +01:00
|
|
|
BuildRequires: cmake(KF5Runner)
|
2018-01-09 14:52:31 +01:00
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
2023-03-20 09:52:41 +01:00
|
|
|
BuildRequires: cmake(KPim5Akonadi)
|
|
|
|
BuildRequires: cmake(KPim5AkonadiCalendar)
|
|
|
|
BuildRequires: cmake(KPim5KontactInterface)
|
2016-12-13 19:33:06 +01:00
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
|
|
|
|
|
|
|
%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
|
2021-01-18 11:30:18 +01:00
|
|
|
%autosetup -p1
|
2016-12-13 19:33:06 +01:00
|
|
|
|
|
|
|
%build
|
2021-12-13 20:44:19 +01:00
|
|
|
%cmake_kf5 -d build
|
|
|
|
%cmake_build
|
2016-12-13 19:33:06 +01:00
|
|
|
|
|
|
|
%install
|
2021-12-13 20:44:19 +01:00
|
|
|
%kf5_makeinstall -C build
|
|
|
|
%suse_update_desktop_file org.kde.zanshin Utility TimeUtility
|
2022-11-17 23:59:08 +01:00
|
|
|
|
|
|
|
%find_lang %{name}
|
2016-12-13 19:33:06 +01:00
|
|
|
|
|
|
|
%files
|
2021-12-13 20:44:19 +01:00
|
|
|
%license LICENSES/*
|
2020-02-07 15:54:28 +01:00
|
|
|
%doc AUTHORS
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/256x256
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
|
2022-08-09 16:13:18 +02:00
|
|
|
%dir %{_kf5_plugindir}/pim5
|
|
|
|
%dir %{_kf5_plugindir}/pim5/kontact
|
2020-02-07 15:54:28 +01:00
|
|
|
%{_kf5_applicationsdir}/org.kde.zanshin.desktop
|
2021-12-13 20:44:19 +01:00
|
|
|
%{_kf5_appstreamdir}/org.kde.zanshin.metainfo.xml
|
2016-12-13 19:33:06 +01:00
|
|
|
%{_kf5_bindir}/zanshin
|
|
|
|
%{_kf5_bindir}/zanshin-migrator
|
2020-02-07 15:54:28 +01:00
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/zanshin.png
|
|
|
|
%{_kf5_iconsdir}/hicolor/scalable/apps/zanshin.svgz
|
|
|
|
%{_kf5_kxmlguidir}/zanshin/
|
2022-08-09 16:13:18 +02:00
|
|
|
%{_kf5_plugindir}/pim5/kontact/kontact_zanshinplugin.so
|
2016-12-13 19:33:06 +01:00
|
|
|
%{_kf5_plugindir}/zanshin_part.so
|
2023-03-20 09:52:41 +01:00
|
|
|
%dir %{_kf5_plugindir}/kf5
|
|
|
|
%dir %{_kf5_plugindir}/kf5/krunner
|
|
|
|
%{_kf5_plugindir}/kf5/krunner/org.kde.zanshin.so
|
2016-12-13 19:33:06 +01:00
|
|
|
|
2018-01-09 14:52:31 +01:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2016-12-13 19:33:06 +01:00
|
|
|
%changelog
|