]> git.pld-linux.org Git - packages/kde4-klettres.git/commitdiff
- up to 4.7.1 auto/th/klettres-4_7_1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 13 Sep 2011 20:13:11 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-klettres.spec -> 1.1

kde4-klettres.spec [new file with mode: 0644]

diff --git a/kde4-klettres.spec b/kde4-klettres.spec
new file mode 100644 (file)
index 0000000..20d6f9c
--- /dev/null
@@ -0,0 +1,73 @@
+%define                _state          stable
+%define                orgname         klettres
+
+Summary:       K Desktop Environment - Helps child to learn alphabet and to read some syllables
+Summary(pl_PL.UTF8):   K Desktop Environment - Pomoc w nauce alfabetu i sylab dla dzieci
+Name:          klettres
+Version:       4.7.1
+Release:       1
+License:       GPL
+Group:         X11/Applications/Science
+Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
+# Source0-md5: e3176f534baf92ba91100499966e17a8
+URL:           http://www.kde.org/
+BuildRequires: kde4-kdelibs-devel
+Obsoletes:     kde4-kdeedu-klettres < 4.7.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KLettres is a very simple application that helps a child or an adult
+to learn the alphabet and some simple sounds in his own language or in
+another language. The program picks up a letter or a syllable in
+random, this letter/syllable is displayed and the sound is played. The
+user should then type this letter or syllable. Training is done in the
+levels where the letter/syllable is not displayed, only the sound is
+played. The user does not need to know how to use the mouse, the
+keyboard only is needed.
+
+There are five languages available at the moment: Czech, Danish,
+Dutch, French and Slovak.
+
+%description -l pl.UTF-8
+KLettres to bardzo prosta aplikacja pomagająca dzieciom i dorosłym w
+nauce alfabetu i głosek we własnym lub obcym języku. Program losuje
+literę lub sylabę, a następnie wyświetla ją i odgrywa dźwięk.
+Użytkownik powinien następnie wpisać tę literę lub sylabę. Do ćwiczeń
+służą poziomy, gdzie litera/sylaba nie jest wyświetlana, jedynie
+dźwięk jest odgrywany. Użytkownik nie musi wiedzieć, jak używać myszy,
+wymagana jest tylko klawiatura.
+
+Aktualnie dostępne jest pięć języków: czeski, duński, holenderski,
+francuski i słowacki.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+       ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build/ install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       kde_htmldir=%{_kdedocdir}
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/klettres
+%{_datadir}/apps/klettres
+%{_datadir}/config.kcfg/klettres.kcfg
+%{_datadir}/config/klettres.knsrc
+%{_desktopdir}/kde4/klettres.desktop
+%{_iconsdir}/hicolor/scalable/apps/klettres.svgz
+%{_iconsdir}/hicolor/*x*/apps/klettres.png
This page took 0.05718 seconds and 4 git commands to generate.