Updated ibus-HEAD.patch from upstream
Added Swedish svdvorak I18N engine longnames and descriptions on ibus-setup Moved PropertyPanel at bottom right in KDE5 Drew gray color on Handle PropertyPanel Enabled ibus engine full path icon in KDE5 Updated translations
This commit is contained in:
parent
7db7c93ec9
commit
a25fa373bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,6 +27,7 @@
|
|||||||
/ibus-xkb-1.5.0.tar.gz
|
/ibus-xkb-1.5.0.tar.gz
|
||||||
/ibus-xkb-1.5.0.20140114.tar.gz
|
/ibus-xkb-1.5.0.20140114.tar.gz
|
||||||
/ibus-po-1.5.9-20141001.tar.gz
|
/ibus-po-1.5.9-20141001.tar.gz
|
||||||
|
/ibus-po-1.5.10-20150402.tar.gz
|
||||||
ibus-1.3.6.tar.gz
|
ibus-1.3.6.tar.gz
|
||||||
/ibus-1.3.7.tar.gz
|
/ibus-1.3.7.tar.gz
|
||||||
/ibus-1.3.8.tar.gz
|
/ibus-1.3.8.tar.gz
|
||||||
|
1484
ibus-HEAD.patch
1484
ibus-HEAD.patch
File diff suppressed because it is too large
Load Diff
27
ibus.spec
27
ibus.spec
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.5.10
|
Version: 1.5.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -42,8 +42,10 @@ URL: http://code.google.com/p/ibus/
|
|||||||
Source0: https://github.com/ibus/ibus/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/ibus/ibus/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-xinput
|
Source1: %{name}-xinput
|
||||||
Source2: %{name}.conf.5
|
Source2: %{name}.conf.5
|
||||||
|
Source3: https://fujiwara.fedorapeople.org/ibus/po/%{name}-po-1.5.10-20150402.tar.gz
|
||||||
# Upstreamed patches.
|
# Upstreamed patches.
|
||||||
# Patch0: %%{name}-HEAD.patch
|
# Patch0: %%{name}-HEAD.patch
|
||||||
|
Patch0: %%{name}-HEAD.patch
|
||||||
|
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -67,6 +69,9 @@ BuildRequires: intltool
|
|||||||
BuildRequires: iso-codes-devel
|
BuildRequires: iso-codes-devel
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
BuildRequires: libwayland-client-devel
|
BuildRequires: libwayland-client-devel
|
||||||
|
%if %with_kde5
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-gtk2%{?_isa} = %{version}-%{release}
|
Requires: %{name}-gtk2%{?_isa} = %{version}-%{release}
|
||||||
@ -225,10 +230,13 @@ The ibus-devel-docs package contains developer documentation for IBus
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# %%patch0 -p1
|
# %%patch0 -p1
|
||||||
|
%patch0 -p1
|
||||||
# cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c ||
|
# cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c ||
|
||||||
|
zcat %SOURCE3 | tar xfv -
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#autoreconf -f -i -v
|
#autoreconf -f -i -v
|
||||||
|
autoreconf -f -i -v
|
||||||
#make -C ui/gtk3 maintainer-clean-generic
|
#make -C ui/gtk3 maintainer-clean-generic
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
@ -319,20 +327,20 @@ dconf update || :
|
|||||||
%post gtk2
|
%post gtk2
|
||||||
if [ $1 -eq 1 ] ; then
|
if [ $1 -eq 1 ] ; then
|
||||||
# For upgrades, the cache will be regenerated by the new package's %%postun
|
# For upgrades, the cache will be regenerated by the new package's %%postun
|
||||||
%{_bindir}/update-gtk-immodules %{_host} || :
|
gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun gtk2
|
%postun gtk2
|
||||||
%{_bindir}/update-gtk-immodules %{_host} || :
|
gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
|
||||||
|
|
||||||
%post gtk3
|
%post gtk3
|
||||||
if [ $1 -eq 1 ] ; then
|
if [ $1 -eq 1 ] ; then
|
||||||
# For upgrades, the cache will be regenerated by the new package's %%postun
|
# For upgrades, the cache will be regenerated by the new package's %%postun
|
||||||
/usr/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun gtk3
|
%postun gtk3
|
||||||
/usr/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
||||||
|
|
||||||
|
|
||||||
# FIXME: no version number
|
# FIXME: no version number
|
||||||
@ -415,6 +423,15 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 02 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-2
|
||||||
|
- Updated ibus-HEAD.patch from upstream
|
||||||
|
Added Swedish svdvorak
|
||||||
|
I18N engine longnames and descriptions on ibus-setup
|
||||||
|
Moved PropertyPanel at bottom right in KDE5
|
||||||
|
Drew gray color on Handle PropertyPanel
|
||||||
|
Enabled ibus engine full path icon in KDE5
|
||||||
|
Updated translations
|
||||||
|
|
||||||
* Wed Feb 25 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-1
|
* Wed Feb 25 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-1
|
||||||
- Bumped to 1.5.10
|
- Bumped to 1.5.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user