1 |
# |
2 |
# Please do not update/rebuild/touch this package before asking first |
3 |
# to mikala and/or neoclust and/or daviddavid |
4 |
# This package is part of the KDE Stack. |
5 |
# |
6 |
|
7 |
%define rel 1 |
8 |
|
9 |
Name: zanshin |
10 |
Version: 22.12.3 |
11 |
Release: %mkrel %{rel} |
12 |
Summary: Getting Things Done application |
13 |
License: GPLv2+ and LGPLv2+ |
14 |
Group: Graphical desktop/KDE |
15 |
URL: https://apps.kde.org/zanshin/ |
16 |
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz |
17 |
|
18 |
BuildRequires: boost-devel |
19 |
BuildRequires: gettext |
20 |
BuildRequires: kf5-macros |
21 |
|
22 |
BuildRequires: cmake(KF5AkonadiCalendar) |
23 |
BuildRequires: cmake(KF5KontactInterface) |
24 |
BuildRequires: cmake(KF5Akonadi) |
25 |
|
26 |
BuildRequires: cmake(KF5Runner) |
27 |
BuildRequires: cmake(KF5WindowSystem) |
28 |
BuildRequires: cmake(KF5I18n) |
29 |
|
30 |
BuildRequires: pkgconfig(Qt5Core) |
31 |
BuildRequires: pkgconfig(Qt5Gui) |
32 |
BuildRequires: pkgconfig(Qt5Qml) |
33 |
BuildRequires: pkgconfig(Qt5Test) |
34 |
BuildRequires: pkgconfig(Qt5Widgets) |
35 |
|
36 |
Recommends: renku |
37 |
|
38 |
Obsoletes: renku < 0.5.0-6 |
39 |
|
40 |
%description |
41 |
A Getting Things Done application which aims at getting your |
42 |
mind like water. |
43 |
|
44 |
%files -f %{name}.lang |
45 |
%doc AUTHORS HACKING TODO |
46 |
%{_kf5_bindir}/%{name} |
47 |
%{_kf5_bindir}/%{name}-migrator |
48 |
%{_qt5_plugindir}/pim5/kontact/kontact_zanshinplugin.so |
49 |
%{_qt5_plugindir}/krunner_zanshin.so |
50 |
%{_qt5_plugindir}/zanshin_part.so |
51 |
%_kf5_metainfodir/org.kde.zanshin.metainfo.xml |
52 |
%{_kf5_applicationsdir}/org.kde.%{name}.desktop |
53 |
%{_kf5_datadir}/kxmlgui5/%{name}/ |
54 |
%{_kf5_services}/plasma-runner-zanshin.desktop |
55 |
%{_kf5_services}/zanshin_part.desktop |
56 |
%{_kf5_iconsdir}/hicolor/*/apps/%{name}.* |
57 |
|
58 |
#--------------------------------------------------------------- |
59 |
|
60 |
%prep |
61 |
%autosetup -p1 -n %{name}-%{version} |
62 |
|
63 |
%build |
64 |
%cmake_kf5 |
65 |
%cmake_build |
66 |
|
67 |
%install |
68 |
%cmake_install |
69 |
|
70 |
%find_lang %{name} |