Accepting request 185285 from home:ftake:branches:M17N
upstream update. OBS-URL: https://build.opensuse.org/request/show/185285 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=70
This commit is contained in:
parent
be86ab1cf2
commit
de2a74bbf0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:394f5653e336c6bc02cb055b8eac9f0c9b2a337d582b278e3e825e8cf3f0230d
|
||||
size 1882764
|
3
ibus-1.5.3.tar.gz
Normal file
3
ibus-1.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2afc6371c24873f0e37554ef07effd022042f8eca6cb649d1bb02d8c57528b8c
|
||||
size 1976957
|
12
ibus.changes
12
ibus.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 17:19:47 UTC 2013 - ftake@geeko.jp
|
||||
|
||||
- Update to 1.5.3
|
||||
* Add embed_preedit_text
|
||||
* Disable IM on lock screen
|
||||
* Change defalut triggers key to <Super>space
|
||||
* Add man files
|
||||
* Delete ibus.desktop
|
||||
* Add Norwegian keyboard
|
||||
* Update UI, improve performance, fix build problems
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 22:23:47 CST 2013 - hillwood@linuxfans.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ibus
|
||||
Version: 1.5.2
|
||||
Version: 1.5.3
|
||||
Release: 0
|
||||
Url: http://code.google.com/p/ibus/
|
||||
Summary: Intelligent Input Bus for Linux OS
|
||||
@ -43,6 +43,7 @@ BuildRequires: gtk-doc >= 1.9
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: iso-codes-devel
|
||||
BuildRequires: libnotify-devel >= 0.7
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python >= 2.5
|
||||
@ -57,7 +58,6 @@ Requires: libibus-1_0-5 = %{version}
|
||||
Requires: notification-daemon
|
||||
Requires: python-gtk
|
||||
Requires: python-notify
|
||||
Requires: python-xdg
|
||||
%if 0%{suse_version} >= 1220
|
||||
Requires: typelib-1_0-Gtk-2_0
|
||||
Requires: typelib-1_0-Gtk-3_0
|
||||
@ -181,12 +181,10 @@ popd
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/gtk-2.0/%{gtk_binary_version}/immodules/im-ibus.*a
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libibus-*.*a
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
ln -sf %{_datadir}/icons/hicolor/48x48/apps/ibus-keyboard.png \
|
||||
$RPM_BUILD_ROOT%{_datadir}/pixmaps/ibus-keyboard.png
|
||||
|
||||
%suse_update_desktop_file %name Utility DesktopUtility
|
||||
%suse_update_desktop_file %name-setup System Utility settings
|
||||
|
||||
%fdupes %buildroot/%_prefix
|
||||
@ -242,6 +240,7 @@ dconf update
|
||||
%{_prefix}/%{_lib}/ibus
|
||||
%{_datadir}/bash-completion
|
||||
%config %{_sysconfdir}/dconf/
|
||||
%{_mandir}/man1/ibus*
|
||||
|
||||
%files lang -f ibus10.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user