Accepting request 681511 from home:ftake:branches:M17N
- Fix boo#1127711 * Remove nodejs-emojione form BuildRequires - Upstream update to 1.5.20 * Support Shift-Space to insert a Space on Emojier preedit * Do not add emojis in compose category to emoji variants * Implement mouse click with Hangul in ibus side * Delete Gconf dependencies and migrate intool to gettext * Do not delete IBUS_CAP_SURROUNDING_TEXT * Show compose preedit with custom compose file * Fix Atom and Slack for Flatpak * Delete Super-space notification * Use ISO 639-3 to have names for more languages * introspection: Tell the GI scanner to include the C headers * Add Uzbek layouts * Allow using non-abstract UNIX domain sockets * Fix minor build problems, bugs, and typos - Update version to 1.5.20 * No update for this subpackage OBS-URL: https://build.opensuse.org/request/show/681511 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=201
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
%define with_emoji 0
|
||||
%endif
|
||||
Name: ibus
|
||||
Version: 1.5.19
|
||||
Version: 1.5.20
|
||||
Release: 0
|
||||
Summary: The "Intelligent Input Bus" input method
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -70,7 +70,6 @@ BuildRequires: glib2-devel >= 2.34.0
|
||||
BuildRequires: gobject-introspection-devel >= 0.9.6
|
||||
BuildRequires: gtk-doc >= 1.9
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: iso-codes-devel
|
||||
BuildRequires: libnotify-devel >= 0.7
|
||||
BuildRequires: libtool
|
||||
@@ -107,7 +106,6 @@ BuildRequires: libqt5-qtbase-devel
|
||||
BuildRequires: pkgconfig(wayland-client) >= 1.2.0
|
||||
%endif
|
||||
%if %{with_emoji}
|
||||
BuildRequires: nodejs-emojione
|
||||
BuildRequires: unicode-emoji
|
||||
BuildRequires: pkgconfig(cldr-emoji-annotation)
|
||||
%endif
|
||||
@@ -197,7 +195,6 @@ cp -r %{SOURCE11} .
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
intltoolize -f
|
||||
%configure --disable-static \
|
||||
--enable-gtk3 \
|
||||
--enable-vala \
|
||||
@@ -265,7 +262,7 @@ touch %{buildroot}/%{_sysconfdir}/dconf/db/ibus
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/rpm
|
||||
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/rpm
|
||||
|
||||
%suse_update_desktop_file -r %{name}-setup Settings DesktopSettings X-SuSE-Core-System
|
||||
%suse_update_desktop_file -r org.freedesktop.IBus.Setup Settings DesktopSettings X-SuSE-Core-System
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
@@ -305,7 +302,7 @@ dconf update
|
||||
%{_bindir}/ibus-daemon
|
||||
%{_bindir}/ibus-setup
|
||||
%{_datadir}/ibus/
|
||||
%{_datadir}/applications/ibus-setup.desktop
|
||||
%{_datadir}/applications/org.freedesktop.IBus.Setup.desktop
|
||||
%{_datadir}/GConf/gsettings/ibus.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/ibus*.*
|
||||
|
Reference in New Issue
Block a user