]> git.pld-linux.org Git - packages/ka5-kalarm.git/blame - ka5-kalarm.spec
- updated to 21.04.2
[packages/ka5-kalarm.git] / ka5-kalarm.spec
CommitLineData
c374ab50 1%define kdeappsver 21.04.2
d15427d1 2%define kframever 5.56.0
2e363ed4
WF
3%define qtver 5.9.0
4%define kaname kalarm
5Summary: kalarm
6Name: ka5-%{kaname}
c374ab50 7Version: 21.04.2
2e363ed4
WF
8Release: 1
9License: GPL v2+/LGPL v2.1+
10Group: X11/Applications
001dc8a1 11Source0: http://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
c374ab50 12# Source0-md5: aa65ad3d5f17e4957f403f8a40504e93
2e363ed4
WF
13URL: http://www.kde.org/
14BuildRequires: Qt5Core-devel >= %{qtver}
15BuildRequires: cmake >= 2.8.12
16BuildRequires: ka5-akonadi-devel >= 18.04.0
17BuildRequires: ka5-kalarmcal-devel >= %{kdeappsver}
18BuildRequires: ka5-kimap-devel >= %{kdeappsver}
19BuildRequires: ka5-mailcommon-devel >= %{kdeappsver}
d15427d1
WF
20BuildRequires: kf5-extra-cmake-modules >= %{kframever}
21BuildRequires: kf5-kauth-devel >= %{kframever}
22BuildRequires: kf5-kcmutils-devel >= %{kframever}
23BuildRequires: kf5-kcodecs-devel >= %{kframever}
24BuildRequires: kf5-kcompletion-devel >= %{kframever}
25BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
26BuildRequires: kf5-kdbusaddons-devel >= %{kframever}
27BuildRequires: kf5-kdelibs4support-devel >= %{kframever}
28BuildRequires: kf5-kholidays-devel >= %{kframever}
29BuildRequires: kf5-kiconthemes-devel >= %{kframever}
30BuildRequires: kf5-kjobwidgets-devel >= %{kframever}
c66b1edd 31BuildRequires: ninja
2e363ed4
WF
32BuildRequires: qt5-build >= %{qtver}
33BuildRequires: rpmbuild(macros) >= 1.164
34BuildRequires: shared-mime-info
35BuildRequires: tar >= 1:1.22
36BuildRequires: xz
37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
40KAlarm is a personal alarm message, command and email scheduler.
41
42Features
43
44• Display alarms using your own text message, the text generated by a
45command, or a text or image file. • Audible alarm using a sound file •
46Recurring alarm on an hours/minutes, daily, weekly, monthly or annual
47basis, or set it to trigger every time you log in. • Display alarms
48color and font customization • Support for multiple alarm calendars,
49which for example enables you to share alarms between a laptop and
50desktop computer.
51
52%prep
53%setup -q -n %{kaname}-%{version}
54
55%build
56install -d build
57cd build
58%cmake \
c66b1edd 59 -G Ninja \
d15427d1 60 -DHTML_INSTALL_DIR=%{_kdedocdir} \
2e363ed4
WF
61 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
62 ..
c66b1edd 63%ninja_build
2e363ed4
WF
64
65%install
66rm -rf $RPM_BUILD_ROOT
c66b1edd 67%ninja_install -C build
2e363ed4
WF
68
69%find_lang %{kaname} --all-name --with-kde
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%files -f %{kaname}.lang
75%defattr(644,root,root,755)
2e363ed4 76/etc/xdg/autostart/kalarm.autostart.desktop
2e363ed4
WF
77%attr(755,root,root) %{_bindir}/kalarm
78%attr(755,root,root) %{_bindir}/kalarmautostart
79%{_prefix}/libexec/kauth/kalarm_helper
80%{_desktopdir}/org.kde.kalarm.desktop
81%{_datadir}/config.kcfg/kalarmconfig.kcfg
82%{_datadir}/dbus-1/interfaces/org.kde.kalarm.kalarm.xml
2e363ed4
WF
83%{_iconsdir}/hicolor/128x128/apps/kalarm.png
84%{_iconsdir}/hicolor/16x16/apps/kalarm.png
85%{_iconsdir}/hicolor/22x22/apps/kalarm.png
86%{_iconsdir}/hicolor/32x32/apps/kalarm.png
87%{_iconsdir}/hicolor/48x48/apps/kalarm.png
88%{_iconsdir}/hicolor/64x64/apps/kalarm.png
89%{_datadir}/kalarm
65afb984
WF
90%attr(755,root,root) %{_datadir}/kconf_update/kalarm-1.2.1-general.pl
91%attr(755,root,root) %{_datadir}/kconf_update/kalarm-1.9.5-defaults.pl
92%attr(755,root,root) %{_datadir}/kconf_update/kalarm-15.08-kickoff.sh
93%attr(755,root,root) %{_datadir}/kconf_update/kalarm-2.0.2-general.pl
94%attr(755,root,root) %{_datadir}/kconf_update/kalarm-2.1.5-general.pl
95%attr(755,root,root) %{_datadir}/kconf_update/kalarm-version.pl
2e363ed4
WF
96%{_datadir}/kconf_update/kalarm.upd
97%dir %{_datadir}/kxmlgui5/kalarm
98%{_datadir}/kxmlgui5/kalarm/kalarmui.rc
99%{_datadir}/metainfo/org.kde.kalarm.appdata.xml
100%{_datadir}/polkit-1/actions/org.kde.kalarm.rtcwake.policy
001dc8a1
WF
101%{_datadir}/dbus-1/system-services/org.kde.kalarm.rtcwake.service
102%{_datadir}/dbus-1/system.d/org.kde.kalarm.rtcwake.conf
103%{_datadir}/qlogging-categories5/kalarm.categories
104%{_datadir}/qlogging-categories5/kalarm.renamecategories
105%{_datadir}/knotifications5/kalarm.notifyrc
This page took 0.102626 seconds and 4 git commands to generate.