]> git.pld-linux.org Git - packages/kde4-ktouch.git/blob - kde4-ktouch.spec
68ecf119bb823b4ea453750924c4c327307785da
[packages/kde4-ktouch.git] / kde4-ktouch.spec
1 %define         _state          stable
2 %define         orgname         ktouch
3
4 Summary:        K Desktop Environment - Program for learning touch typing
5 Summary(pl.UTF-8):      K Desktop Environment - Program do nauki maszynopisania
6 Name:           kde4-ktouch
7 Version:        4.10.0
8 Release:        1
9 License:        GPL
10 Group:          X11/Applications/Science
11 Source0:        ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
12 # Source0-md5:  dfc782563369b847a7a7dc00002f25ac
13 URL:            http://www.kde.org/
14 BuildRequires:  kde4-kdelibs-devel >= %{version}
15 Obsoletes:      kde4-kdeedu-ktouch < 4.6.99
16 Obsoletes:      ktouch <= 4.8.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 KTouch is a program for learning to touch type. It provides you with
21 text to train on, and adjust to different levels, depending on how
22 good you are. It can display which key to press next, and the correct
23 finger to use. It's the perfect touch typing tutor, you learn typing
24 with all the fingers without looking at the keys, in an step by step
25 way. It is convenient for all ages, and the perfect typing tutor for
26 schools, universities and individuals.
27
28 %description -l pl.UTF-8
29 KTouch to program do nauki maszynopisania. Dostarcza tekst do ćwiczeń,
30 dostosowany do różnych poziomów, zależnie od stopnia zaawansowania.
31 Może wyświetlać, który klawisz trzeba nacisnąć, i którego palca należy
32 użyć. Jest świetnym programem do nauki maszynopisania, uczy pisać
33 wszystkimi palcami bez patrzenia na klawisze, krok po kroku. Jest
34 wygodny w każdym wieku, jest świetny dla szkół, uniwersytetów i
35 jednostek.
36
37 %prep
38 %setup -q -n %{orgname}-%{version}
39
40 %build
41 install -d build
42 cd build
43 %cmake \
44         ..
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} -C build/ install \
51         DESTDIR=$RPM_BUILD_ROOT \
52         kde_htmldir=%{_kdedocdir}
53
54 %find_lang %{orgname} --with-kde
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{orgname}.lang
60 %defattr(644,root,root,755)
61 %{_datadir}/apps/ktouch
62 %{_desktopdir}/kde4/ktouch.desktop
63 %attr(755,root,root) %{_bindir}/ktouch
64 %{_datadir}/config.kcfg/ktouch.kcfg
65 %{_iconsdir}/hicolor/*x*/apps/ktouch.png
66 %{_iconsdir}/hicolor/scalable/apps/ktouch.svgz
67 %{_mandir}/man1/ktouch.1*
This page took 0.068779 seconds and 2 git commands to generate.