]> git.pld-linux.org Git - packages/iok.git/blob - iok.spec
- remove locales glibc doesn't provide
[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:        2
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-devel
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 # remove locales we don't have in glibc
46 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/{bho,brx,doi,mni,sat}
47
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README
56 %attr(755,root,root) %{_bindir}/iok
57 %{_desktopdir}/iok.desktop
58 %{_iconsdir}/hicolor/*/apps/iok.png
59 %{_iconsdir}/hicolor/scalable/apps/iok.svg
60 %{_mandir}/man1/iok.1*
This page took 0.066908 seconds and 3 git commands to generate.