]> git.pld-linux.org Git - packages/ka5-kalarm.git/blame - ka5-kalarm.spec
- updated to 21.08.3
[packages/ka5-kalarm.git] / ka5-kalarm.spec
CommitLineData
7bd49b4c 1%define kdeappsver 21.08.3
d15427d1 2%define kframever 5.56.0
2e363ed4
WF
3%define qtver 5.9.0
4%define kaname kalarm
5Summary: kalarm
6Name: ka5-%{kaname}
7bd49b4c 7Version: 21.08.3
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
7bd49b4c 12# Source0-md5: d8238d61b89d9885f4e9ef783f7f077c
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
87ebe98c
WF
52%description -l pl.UTF-8
53KAlarm jest osobistym budzikiem i harmonogramem.
54
55Własciwości
56
57• Wyświetla własne wiadomości tekstowe, lub tekst wygenerowany przez program,
58 lub wyświetla plik tekstowy bądź obrazek
59• Dźwiękowe powiadomomienia
60• Powtarzalne alarmy, o określonej godzinie/minucie, dzienne, tygodniowe,
61 miesięczne lub roczne a także wyzwalane wtedy gdy się zalogujesz
62• Możliwość konfiguracji koloru i rodzaju czcionki
63• Wsparcie dla wielu kalendarzy powiadomień, co pozwala na przykład
64 współdzielić alarmy między laptopem a komputerem stacjonarnym
65
2e363ed4
WF
66%prep
67%setup -q -n %{kaname}-%{version}
68
69%build
70install -d build
71cd build
72%cmake \
c66b1edd 73 -G Ninja \
d15427d1 74 -DHTML_INSTALL_DIR=%{_kdedocdir} \
2e363ed4
WF
75 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
76 ..
c66b1edd 77%ninja_build
2e363ed4
WF
78
79%install
80rm -rf $RPM_BUILD_ROOT
c66b1edd 81%ninja_install -C build
2e363ed4
WF
82
83%find_lang %{kaname} --all-name --with-kde
84
85%clean
86rm -rf $RPM_BUILD_ROOT
87
88%files -f %{kaname}.lang
89%defattr(644,root,root,755)
2e363ed4 90/etc/xdg/autostart/kalarm.autostart.desktop
2e363ed4
WF
91%attr(755,root,root) %{_bindir}/kalarm
92%attr(755,root,root) %{_bindir}/kalarmautostart
93%{_prefix}/libexec/kauth/kalarm_helper
94%{_desktopdir}/org.kde.kalarm.desktop
95%{_datadir}/config.kcfg/kalarmconfig.kcfg
96%{_datadir}/dbus-1/interfaces/org.kde.kalarm.kalarm.xml
2e363ed4
WF
97%{_iconsdir}/hicolor/128x128/apps/kalarm.png
98%{_iconsdir}/hicolor/16x16/apps/kalarm.png
99%{_iconsdir}/hicolor/22x22/apps/kalarm.png
100%{_iconsdir}/hicolor/32x32/apps/kalarm.png
101%{_iconsdir}/hicolor/48x48/apps/kalarm.png
102%{_iconsdir}/hicolor/64x64/apps/kalarm.png
103%{_datadir}/kalarm
65afb984
WF
104%attr(755,root,root) %{_datadir}/kconf_update/kalarm-1.2.1-general.pl
105%attr(755,root,root) %{_datadir}/kconf_update/kalarm-1.9.5-defaults.pl
106%attr(755,root,root) %{_datadir}/kconf_update/kalarm-15.08-kickoff.sh
107%attr(755,root,root) %{_datadir}/kconf_update/kalarm-2.0.2-general.pl
108%attr(755,root,root) %{_datadir}/kconf_update/kalarm-2.1.5-general.pl
109%attr(755,root,root) %{_datadir}/kconf_update/kalarm-version.pl
2e363ed4
WF
110%{_datadir}/kconf_update/kalarm.upd
111%dir %{_datadir}/kxmlgui5/kalarm
112%{_datadir}/kxmlgui5/kalarm/kalarmui.rc
113%{_datadir}/metainfo/org.kde.kalarm.appdata.xml
114%{_datadir}/polkit-1/actions/org.kde.kalarm.rtcwake.policy
001dc8a1
WF
115%{_datadir}/dbus-1/system-services/org.kde.kalarm.rtcwake.service
116%{_datadir}/dbus-1/system.d/org.kde.kalarm.rtcwake.conf
117%{_datadir}/qlogging-categories5/kalarm.categories
118%{_datadir}/qlogging-categories5/kalarm.renamecategories
119%{_datadir}/knotifications5/kalarm.notifyrc
This page took 0.147756 seconds and 4 git commands to generate.