]> git.pld-linux.org Git - packages/iok.git/blob - iok.spec
- {bho,brx,doi,mni,sat}[_IN] locales are supported now; release 4
[packages/iok.git] / iok.spec
1 Summary:        Indic Onscreen Virtual Keyboard
2 Summary(pl.UTF-8):      Indyjska klawiatura wirtualna na ekranie
3 Name:           iok
4 Version:        2.1.3
5 Release:        4
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        https://fedorahosted.org/releases/i/o/iok/%{name}-%{version}.tar.gz
9 # Source0-md5:  88ed68410e1b8c218cc576bf5b81b1a1
10 URL:            http://iok.sourceforge.net/
11 BuildRequires:  gettext-tools
12 BuildRequires:  gtk+3-devel >= 3.0.0
13 BuildRequires:  intltool >= 0.35.0
14 BuildRequires:  libxml2-devel >= 2.4.0
15 BuildRequires:  libunique3-devel >= 3.0
16 BuildRequires:  xorg-lib-libX11-devel
17 BuildRequires:  xorg-lib-libXtst-devel
18 Requires:       xkeyboard-config
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 iok is Indic Onscreen Keyboard. It provides virtual Keyboard
23 functionality. It currently works with Inscript and xkb keymaps for
24 Indian languages. iok can even try to parse non-inscript keymaps and
25 show them in iok.
26
27 %description -l pl.UTF-8
28 iok (Indic Onscreen Keyboard) to indyjska klawiatura na ekranie.
29 Zapewnia funkcjonalność wirtualnej klawiatury. Obecnie działa z mapami
30 klawiszy Inscript i xkb dla języków indyjskich. Potrafi nawet próbować
31 analizować mapy klawiszy inne niż inscript i wyświetlać je w ioku.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %find_lang %{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files -f %{name}.lang
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %attr(755,root,root) %{_bindir}/iok
54 %{_desktopdir}/iok.desktop
55 %{_iconsdir}/hicolor/*/apps/iok.png
56 %{_iconsdir}/hicolor/scalable/apps/iok.svg
57 %{_mandir}/man1/iok.1*
This page took 0.080976 seconds and 3 git commands to generate.