Accepting request 498363 from M17N
1 OBS-URL: https://build.opensuse.org/request/show/498363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=75
This commit is contained in:
commit
235692cbea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a42b40fe4642f36bf2a6f0b4649f54f4043812d6bfee4faca38117799a009d3c
|
|
||||||
size 2214350
|
|
3
ibus-1.5.16.tar.gz
Normal file
3
ibus-1.5.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36b57bfbe4f92e3281fb535cae65794b6f25164b2a3288e73e6d06b4a409fe1e
|
||||||
|
size 2375719
|
20
ibus.changes
20
ibus.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 24 14:00:34 UTC 2017 - ftake@geeko.jp
|
||||||
|
|
||||||
|
- Update to 1.5.16
|
||||||
|
* Implement shortcut keys on emoji dialog
|
||||||
|
* Move language settings from IBusEmojier to ibus-setup
|
||||||
|
* Improve `ibus emoji` command to work on Wayland
|
||||||
|
* Emoji-related improvements
|
||||||
|
* Add man page of `ibus emoji` command
|
||||||
|
- Update to 1.5.15
|
||||||
|
* Fix memory leaks
|
||||||
|
* Fix warnings during resizing panel
|
||||||
|
* Improve emoji lookup window
|
||||||
|
* Support scrill event in GTK3 candidate panel
|
||||||
|
* Avoid emoji typing during Unicode typing
|
||||||
|
* Fix potential buffer overrun in CreateNestedListi()
|
||||||
|
* Set emoji preview text on font setting
|
||||||
|
* Add `ibus emoji` command
|
||||||
|
- Clean up spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 12 14:41:40 UTC 2017 - dimstar@opensuse.org
|
Sun Mar 12 14:41:40 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
17
ibus.spec
17
ibus.spec
@ -17,20 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
%define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)
|
%define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)
|
||||||
%if 0%{?suse_version} == 1315
|
|
||||||
%define with_python3 0
|
|
||||||
%else
|
|
||||||
# temporary disable, 'coz ibus is not python3 ready
|
# temporary disable, 'coz ibus is not python3 ready
|
||||||
%define with_python3 0
|
%define with_python3 0
|
||||||
%endif
|
%if 0%{?is_opensuse}
|
||||||
%if 0%{?suse_version} > 1315
|
|
||||||
%define with_wayland 1
|
%define with_wayland 1
|
||||||
%else
|
%else
|
||||||
%define with_wayland 0
|
%define with_wayland 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.5.14
|
Version: 1.5.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -76,7 +72,7 @@ BuildRequires: dconf-devel >= 0.7.5
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gconf2-devel
|
BuildRequires: gconf2-devel
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: glib2-devel >= 2.26.0
|
BuildRequires: glib2-devel >= 2.34.0
|
||||||
BuildRequires: gobject-introspection-devel >= 0.9.6
|
BuildRequires: gobject-introspection-devel >= 0.9.6
|
||||||
BuildRequires: gtk-doc >= 1.9
|
BuildRequires: gtk-doc >= 1.9
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
@ -109,11 +105,8 @@ BuildRequires: pkgconfig(wayland-client) >= 1.2.0
|
|||||||
%endif
|
%endif
|
||||||
# BuildRequires: nodejs-emojione
|
# BuildRequires: nodejs-emojione
|
||||||
BuildRequires: pkgconfig(xkbcommon)
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
# It seems that old vala compiler cannot build with an incompatible
|
# copy_deep method is supported since 0.31.1
|
||||||
# return type error among two overriding functions with
|
BuildRequires: vala >= 0.31.1
|
||||||
# "GLib.Variant?" type
|
|
||||||
# 13.1 support should be dropped after the cause is confirmed
|
|
||||||
BuildRequires: vala >= 0.26.0
|
|
||||||
Requires: dbus-1-python
|
Requires: dbus-1-python
|
||||||
Requires: dconf
|
Requires: dconf
|
||||||
Requires: iso-codes
|
Requires: iso-codes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user