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