]> git.pld-linux.org Git - SPECS.git/blob - kde4-klettres.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / kde4-klettres.spec
1 %define         _state          stable
2 %define         orgname         klettres
3
4 Summary:        K Desktop Environment - Helps child to learn alphabet and to read some syllables
5 Summary(pl.UTF-8):      K Desktop Environment - Pomoc w nauce alfabetu i sylab dla dzieci
6 Name:           kde4-klettres
7 Version:        4.14.3
8 Release:        2
9 License:        GPL
10 Group:          X11/Applications/Science
11 Source0:        http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
12 # Source0-md5:  af4dc15d355809acd3431081d91b6c39
13 URL:            http://www.kde.org/
14 BuildRequires:  kde4-kdelibs-devel
15 Obsoletes:      kde4-kdeedu-klettres < 4.6.99
16 Obsoletes:      klettres <= 4.8.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 KLettres is a very simple application that helps a child or an adult
21 to learn the alphabet and some simple sounds in his own language or in
22 another language. The program picks up a letter or a syllable in
23 random, this letter/syllable is displayed and the sound is played. The
24 user should then type this letter or syllable. Training is done in the
25 levels where the letter/syllable is not displayed, only the sound is
26 played. The user does not need to know how to use the mouse, the
27 keyboard only is needed.
28
29 There are five languages available at the moment: Czech, Danish,
30 Dutch, French and Slovak.
31
32 %description -l pl.UTF-8
33 KLettres to bardzo prosta aplikacja pomagająca dzieciom i dorosłym w
34 nauce alfabetu i głosek we własnym lub obcym języku. Program losuje
35 literę lub sylabę, a następnie wyświetla ją i odgrywa dźwięk.
36 Użytkownik powinien następnie wpisać tę literę lub sylabę. Do ćwiczeń
37 służą poziomy, gdzie litera/sylaba nie jest wyświetlana, jedynie
38 dźwięk jest odgrywany. Użytkownik nie musi wiedzieć, jak używać myszy,
39 wymagana jest tylko klawiatura.
40
41 Aktualnie dostępne jest pięć języków: czeski, duński, holenderski,
42 francuski i słowacki.
43
44 %prep
45 %setup -q -n %{orgname}-%{version}
46
47 %build
48 install -d build
49 cd build
50 %cmake \
51         ..
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} -C build/ install \
58         DESTDIR=$RPM_BUILD_ROOT \
59         kde_htmldir=%{_kdedocdir}
60
61 %find_lang %{orgname} --with-kde
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -f %{orgname}.lang
67 %defattr(644,root,root,755)
68 %attr(755,root,root) %{_bindir}/klettres
69 %{_datadir}/appdata/klettres.appdata.xml
70 %{_datadir}/apps/klettres
71 %{_datadir}/config.kcfg/klettres.kcfg
72 %{_datadir}/config/klettres.knsrc
73 %{_desktopdir}/kde4/klettres.desktop
74 %{_iconsdir}/hicolor/scalable/apps/klettres.svgz
75 %{_iconsdir}/hicolor/*x*/apps/klettres.png
This page took 0.094163 seconds and 3 git commands to generate.