]> git.pld-linux.org Git - packages/ibus-gucharmap.git/blame - ibus-gucharmap.spec
- pl
[packages/ibus-gucharmap.git] / ibus-gucharmap.spec
CommitLineData
5be9df0d 1Summary: Unicode input engine (using Gucharmap) for IBus platform
1571bb63 2Summary(pl.UTF-8): Unikodowy silnik wejściowy (wykorzystujący Gucharmap) dla platformy IBus
5be9df0d
JR
3Name: ibus-gucharmap
4Version: 1.4.0
625f50ac 5Release: 2
5be9df0d
JR
6License: GPL v2+
7Group: Libraries
1571bb63
JB
8#Source0Download: https://github.com/ueno/ibus-charmap/downloads
9Source0: https://github.com/downloads/ueno/ibus-charmap/%{name}-%{version}.tar.gz
5be9df0d 10# Source0-md5: bb7ead40aecc7c2e75b6db81d33d6d19
1571bb63
JB
11URL: http://github.com/ueno/ibus-charmap/
12BuildRequires: gettext-devel >= 0.16.1
13BuildRequires: gucharmap-devel >= 3
5be9df0d 14BuildRequires: ibus-devel >= 1.3.99
1571bb63
JB
15BuildRequires: pkgconfig
16BuildRequires: python >= 1:2.5
5be9df0d 17BuildRequires: sqlite3-devel
1571bb63
JB
18# not needed for releases (which contain generated C sources)
19#BuildRequires: vala >= 2:0.12.0
5be9df0d
JR
20Requires: ibus >= 1.3.99
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _libexecdir %{_libdir}/ibus
24
25%description
26A Unicode input engine (using Gucharmap) for IBus, which supports
27character-map view and searching by Unicode names with easy key
28navigation.
29
1571bb63
JB
30%description -l pl.UTF-8
31Unikodowy silnik wejściowy (wykorzystujący Gucharmap) dla platformy
32IBus. Obsługuje widok z mapą znaków i wyszukiwaniem po nazwach znaków
33unikodowych z łatwą nawigacją przy użyciu klawiszy.
34
5be9df0d
JR
35%prep
36%setup -q
37
38%build
39%configure
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
1571bb63
JB
47# not yet (only empty translation exist)
48
49#find_lang %{name}
50
625f50ac
JR
51%clean
52rm -rf $RPM_BUILD_ROOT
53
5be9df0d
JR
54%files
55%defattr(644,root,root,755)
1571bb63 56%doc README
5be9df0d
JR
57%attr(755,root,root) %{_libexecdir}/ibus-engine-gucharmap
58%attr(755,root,root) %{_libexecdir}/ibus-setup-gucharmap
59%{_datadir}/ibus/component/gucharmap.xml
625f50ac 60%{_datadir}/ibus-gucharmap
This page took 0.166916 seconds and 4 git commands to generate.