]> git.pld-linux.org Git - packages/kde4-kwordquiz.git/blob - kde4-kwordquiz.spec
- up to 4.7.3
[packages/kde4-kwordquiz.git] / kde4-kwordquiz.spec
1 %define         _state          stable
2 %define         orgname         kwordquiz
3
4 Summary:        K Desktop Environment - A flashcard and vocabulary learning program
5 Summary(pl_PL.UTF8):    K Desktop Environment - Program do ćwiczenia słownictwa za pomocą pokazywania kart
6 Name:           kwordquiz
7 Version:        4.7.3
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.bz2
12 # Source0-md5:  ee548c2d08c7d4de329a20234e70cb41
13 URL:            http://www.kde.org/
14 BuildRequires:  kde4-kdelibs-devel >= %{version}
15 Obsoletes:      kde4-kdeedu-kwordquiz < 4.6.99
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 KWordQuiz is the KDE version of the flashcard and vocabulary learning
20 program WordQuiz. It is a tool for learning the vocabulary of a new
21 language. Now you can start to use its power for easy vocabulary
22 learning.
23
24 You build vocabularies in a two-column table (or load them from
25 kvoctrain's .kvtml). In one column you enter the words or expressions
26 in one language, and in the other column the corresponding word or
27 expression in another language. You can also use it to practice other
28 things, as long as there is a pair-wise relation. Examples are medical
29 or legal terminology. If you look at the screenshots there is an
30 example with the different US states and their capitals.
31
32 KWordQuiz also features Flashcard, Multiple Choice and Question &
33 Answer functions. Question & Answer also has a special
34 Fill-in-the-blank mode.
35
36 %description -l pl.UTF-8
37 KWordQuiz to wersja KDE programu WordQuiz służącego do nauki
38 słownictwa za pomocą pokazywania kart. Jest to narzędzie do nauki
39 słownictwa nowego języka. Można zacząć używać jego potencjału do
40 łatwego uczenia się słownictwa.
41
42 Słowniki buduje się w dwukolumnowej tabeli (lub wczytuje z plików
43 .kvtml z kvoctraina). W jednej kolumnie wpisuje się słowa lub
44 wyrażenia w jednym języku, a w drugiej kolumnie ich odpowiedniki w
45 innym języku. Można także używać programu do ćwiczenia innych rzeczy,
46 jeśli tylko mają parowalną relację - na przykład terminologii
47 medycznej czy prawniczej. Na screenshotach widać przykład z różnymi
48 stanami USA i ich stolicami.
49
50 KWordQuiz zawiera także funkcje Flashcard (pokazywania kart), testu
51 wielokrotnego wyboru oraz pytań i odpowiedzi. Pytania i odpowiedzi
52 mają także specjalny tryb wypełniania luk.
53
54 %prep
55 %setup -q -n %{orgname}-%{version}
56
57 %build
58 install -d build
59 cd build
60 %cmake \
61         ..
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} -C build/ install \
68         DESTDIR=$RPM_BUILD_ROOT \
69         kde_htmldir=%{_kdedocdir}
70
71 %find_lang %{name} --with-kde
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %{_datadir}/apps/kwordquiz
79 %attr(755,root,root) %{_bindir}/kwordquiz
80 %{_desktopdir}/kde4/kwordquiz.desktop
81 %{_datadir}/config.kcfg/kwordquiz.kcfg
82 %{_datadir}/config/kwordquiz.knsrc
83 %{_iconsdir}/hicolor/*x*/apps/kwordquiz.png
This page took 0.14669 seconds and 4 git commands to generate.