- Updateto 1.8.3, ibus-table >= 1.8.x has many improvements over 1.5.x * The database format is simplified which makes better matching possible. But because of the changed database format, the tables have to be rebuilt, i.e. packages like ibus-table-chinese and ibus-table-others have to be rebuilt against ibus-table > 1.8.0. * Wildcard support added, wildcards like ? for single characters or * for many characters can be used. The wildcards can be configured in the setup tool, for example one can also use 'z' as a single character wildcard if desired. * Setup tool improved, several new options added, works with Gnome3 now. * Prompt characters are supported now, for example when using Cangjie, 日, 月, 金, ... are displayed while typing instead of a, b, c, ... * Moving around in the preëdit works correctly now. One can commit the current candidate to preëdit with the left shift key or with the arrow keys, commit more characters to preëdit that way, then move around in the preëdit and see the full key sequences of the characters in the preëdit. This way one can check the key sequences if one used wildcards or pinyin mode to enter the characters. * Fix many bugs OBS-URL: https://build.opensuse.org/request/show/239522 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-table?expand=0&rev=27
77 lines
2.0 KiB
RPMSpec
77 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package ibus-table
|
|
#
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: ibus-table
|
|
BuildRequires: fdupes
|
|
BuildRequires: ibus-devel >= 1.4.99
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: python
|
|
Version: 1.8.3
|
|
Release: 0
|
|
Summary: The Table engine for IBus platform
|
|
License: LGPL-2.1+
|
|
Group: System/I18n/Chinese
|
|
Url: http://code.google.com/p/ibus/
|
|
Source: %{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Requires: ibus >= 1.4.99
|
|
Requires: python-curses
|
|
|
|
%description
|
|
The package contains general Table engine for IBus platform.
|
|
|
|
%package devel
|
|
Summary: Development package for ibus-table
|
|
Group: Development/Libraries/Other
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains the files required for the development of ibus-table.
|
|
|
|
%prep
|
|
%setup -q
|
|
chmod -x AUTHORS COPYING README
|
|
|
|
%build
|
|
%configure \
|
|
--disable-static --libexecdir=%{_prefix}/%{_lib}/ibus
|
|
make %{?jobs:-j %jobs}
|
|
|
|
%install
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
%fdupes -s $RPM_BUILD_ROOT
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS COPYING README
|
|
%{_datadir}/ibus-table
|
|
%dir %{_libdir}/ibus
|
|
%{_libdir}/ibus/ibus-*
|
|
%{_bindir}/*
|
|
%{_datadir}/ibus
|
|
%{_mandir}/man1/*
|
|
%{_datadir}/applications/ibus-setup-table.desktop
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%changelog
|