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