/[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 1989728 - (show annotations) (download)
Sat Sep 23 15:10:13 2023 UTC (8 hours, 31 minutes ago) by neoclust
File size: 1732 byte(s)
New version 23.08.1
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: 23.08.1
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-rpm-macros
21
22 BuildRequires: cmake(KPim5AkonadiCalendar)
23 BuildRequires: cmake(KPim5KontactInterface)
24 BuildRequires: cmake(KPim5Akonadi)
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 Requires: akonadi-kde
37
38 %description
39 A Getting Things Done application which aims at getting your
40 mind like water.
41
42 %files -f %{name}.lang
43 %doc AUTHORS HACKING TODO
44 %{_kf5_bindir}/%{name}
45 %{_kf5_bindir}/%{name}-migrator
46 %{_qt5_plugindir}/pim5/kontact/kontact_zanshinplugin.so
47 %{_kf5_plugindir}/krunner/org.kde.zanshin.so
48 %{_qt5_plugindir}/zanshin_part.so
49 %{_kf5_metainfodir}/org.kde.zanshin.metainfo.xml
50 %{_kf5_applicationsdir}/org.kde.%{name}.desktop
51 %{_kf5_datadir}/kxmlgui5/%{name}/
52 %{_kf5_iconsdir}/hicolor/*/apps/%{name}.*
53
54 #---------------------------------------------------------------
55
56 %prep
57 %autosetup -p1 -n %{name}-%{version}
58
59 %build
60 %cmake_kf5
61 %cmake_build
62
63 %install
64 %cmake_install
65
66 %find_lang %{name}

  ViewVC Help
Powered by ViewVC 1.1.28