1 |
Name: fcitx-configtool |
2 |
Version: 0.4.10 |
3 |
Release: %mkrel 1 |
4 |
Summary: Gtk configuretool for Fcitx |
5 |
Group: System/Internationalization |
6 |
License: GPLv2+ |
7 |
URL: https://fcitx-im.org/wiki/Fcitx |
8 |
Source0: http://download.fcitx-im.org/fcitx-configtool/%{name}-%{version}.tar.xz |
9 |
BuildRequires: cmake |
10 |
BuildRequires: pkgconfig(fcitx) |
11 |
BuildRequires: gettext |
12 |
BuildRequires: intltool |
13 |
BuildRequires: pkgconfig(libxml-2.0) |
14 |
BuildRequires: pkgconfig(gtk+-2.0) |
15 |
BuildRequires: iso-codes |
16 |
BuildRequires: libtool |
17 |
BuildRequires: pkgconfig(unique-1.0) |
18 |
BuildRequires: pkgconfig(gtk+-3.0) |
19 |
BuildRequires: pkgconfig(unique-3.0) |
20 |
Requires: fcitx |
21 |
|
22 |
%description |
23 |
Fcitx-config Gtk based configure tool for fcitx. |
24 |
|
25 |
%prep |
26 |
%setup -q |
27 |
|
28 |
%build |
29 |
%cmake -DENABLE_GTK3=ON -DENABLE_GTK2=ON |
30 |
%make_build |
31 |
|
32 |
%install |
33 |
%make_install -C build |
34 |
|
35 |
%find_lang %{name} |
36 |
|
37 |
%files -f %{name}.lang |
38 |
%doc README |
39 |
%{_bindir}/* |