/[packages]/cauldron/zanshin/current/SPECS/zanshin.spec
ViewVC logotype

Contents of /cauldron/zanshin/current/SPECS/zanshin.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2058754 - (show annotations) (download)
Thu Apr 18 09:15:14 2024 UTC (6 days, 19 hours ago) by neoclust
File size: 1771 byte(s)
New version 24.02.2
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: 24.02.2
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 # FIXME missing 32bit support for akonadi-calendar
18 ExclusiveArch: aarch64 x86_64
19
20 BuildRequires: kf6-rpm-macros
21
22 BuildRequires: cmake(Qt6Core)
23 BuildRequires: cmake(Qt6Gui)
24 BuildRequires: cmake(Qt6Test)
25 BuildRequires: cmake(Qt6Widgets)
26
27 BuildRequires: cmake(KF6Runner)
28 BuildRequires: cmake(KF6WindowSystem)
29 BuildRequires: cmake(KF6I18n)
30 BuildRequires: cmake(KF6CalendarCore)
31 BuildRequires: cmake(KF6Parts)
32
33 BuildRequires: cmake(KPim6Akonadi)
34 BuildRequires: cmake(KPim6AkonadiCalendar) >= 5.240
35 BuildRequires: cmake(KPim6KontactInterface) >= 5.240
36
37 BuildRequires: gettext
38
39 Requires: akonadi-kde
40
41
42 %description
43 A Getting Things Done application which aims at getting your
44 mind like water.
45
46 %files -f %{name}.lang
47 %doc AUTHORS HACKING TODO
48 %{_kf6_bindir}/%{name}
49 %{_kf6_bindir}/%{name}-migrator
50 %{_qt6_plugindir}/pim6/kontact/kontact_zanshinplugin.so
51 %{_kf6_plugindir}/krunner/org.kde.zanshin.so
52 %{_qt6_plugindir}/zanshin_part.so
53 %{_kf6_metainfodir}/org.kde.zanshin.metainfo.xml
54 %{_kf6_applicationsdir}/org.kde.%{name}.desktop
55 %{_kf6_iconsdir}/hicolor/*/apps/%{name}.*
56
57 #---------------------------------------------------------------
58
59 %prep
60 %autosetup -p1
61
62 %build
63 %cmake_kf6
64 %cmake_build
65
66 %install
67 %cmake_install
68
69 %find_lang %{name}

  ViewVC Help
Powered by ViewVC 1.1.30