Takashi Iwai
8bd1422838
- Fix name of gtk4 flavor generated packages (was ibus-gtk4-gtk4). OBS-URL: https://build.opensuse.org/request/show/941914 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=259
459 lines
13 KiB
RPMSpec
459 lines
13 KiB
RPMSpec
#
|
|
# spec file
|
|
#
|
|
# Copyright (c) 2021 SUSE LLC
|
|
#
|
|
# 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define flavor @BUILD_FLAVOR@%nil
|
|
|
|
%define with_gtk4 0
|
|
%define with_wayland 1
|
|
%define with_emoji 1
|
|
|
|
%if "%{flavor}" == "gtk4"
|
|
%define with_gtk4 1
|
|
%define nsuffix _%{flavor}
|
|
%endif
|
|
|
|
%if ! %{defined _distconfdir}
|
|
%define _distconfdir %{_sysconfdir}
|
|
%else
|
|
%define use_usretc 1
|
|
%endif
|
|
|
|
%define _name ibus
|
|
Name: %{_name}%{?nsuffix}
|
|
Version: 1.5.25
|
|
Release: 0
|
|
Summary: The "Intelligent Input Bus" input method
|
|
License: LGPL-2.1-or-later
|
|
Group: System/I18n/Chinese
|
|
URL: https://github.com/ibus/
|
|
Source: https://github.com/ibus/ibus/releases/download/%{version}/%{_name}-%{version}.tar.gz
|
|
Source2: README.SUSE
|
|
Source3: xim.ibus.suse.template
|
|
Source4: xim.d-ibus-121
|
|
Source7: macros.ibus
|
|
Source10: ibus-autostart
|
|
Source11: ibus-autostart.desktop
|
|
Source99: baselibs.conf
|
|
# PATFH-FIX-OPENSUSE ibus-xim-fix-re-focus-after-lock.patch bnc#874869 tiwai@suse.de
|
|
# Fix lost XIM input after screenlock
|
|
Patch4: ibus-xim-fix-re-focus-after-lock.patch
|
|
# PATCH-FIX-UPSTREAM ftake@geeko.jp
|
|
# Select an IM engine at the first login
|
|
Patch8: im-engines-precede-xkb.patch
|
|
# PATCH-FIX-OPENSUSE ibus-fix-Signal-does-not-exist.patch hillwood@opensuse.org
|
|
# panel.vala: The name `Signal' does not exist in the context of `Posix' in Leap 15.1 and below
|
|
Patch9: ibus-fix-Signal-does-not-exist.patch
|
|
# PATCH-FIX-SLE hide-setup-menu.patch bnc#899259 qzhao@suse.com
|
|
# ibus-setup should not launch from main menu.
|
|
Patch10: hide-setup-menu.patch
|
|
# PATCH-FIX-SLE setup-switch-im.patch bnc#899259 qzhao@suse.com
|
|
# switch to ibus when ibus not running.
|
|
Patch11: setup-switch-im.patch
|
|
# PATCH-FIX-SLE ibus-disable-engines-preload-in-GNOME.patch bnc#1036729 qzhao@suse.com
|
|
# Disable ibus engines preload in GNOME for These works are handled by gnome-shell.
|
|
Patch12: ibus-disable-engines-preload-in-GNOME.patch
|
|
# PATCH-FIX-UPSTREAM ibus-socket-name-compatibility.patch bsc#1171442, gh#ibus/ibus#2195 qkzhu@suse
|
|
# Compatibility workaround for ibus-use-wayland-display-for-socket-name.patch
|
|
# Qt5 does not be update to the new version and patch for ibus on Leap 15,
|
|
# it still needs this patch on leap 15. (boo#1187202)
|
|
Patch15: ibus-socket-name-compatibility.patch
|
|
Patch16: ibus-missing-include.patch
|
|
# PATCH-FIX-UPSTREAM ibus-fix-wrong-cursor-location.patch gh#ibus/ibus#2337
|
|
Patch17: ibus-fix-wrong-cursor-location.patch
|
|
BuildRequires: pkgconfig(iso-codes)
|
|
%if ! 0%{?with_gtk4}
|
|
BuildRequires: fdupes
|
|
BuildRequires: gettext-devel
|
|
BuildRequires: gobject-introspection-devel >= 0.9.6
|
|
BuildRequires: gtk-doc >= 1.9
|
|
BuildRequires: libtool
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: python3-dbus-python-devel
|
|
BuildRequires: python3-gobject-devel
|
|
BuildRequires: unicode-ucd
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
|
BuildRequires: pkgconfig(dconf) >= 0.7.5
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.34.0
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
BuildRequires: pkgconfig(libnotify) >= 0.7
|
|
BuildRequires: pkgconfig(python3)
|
|
# copy_deep method is supported since 0.31.1
|
|
BuildRequires: vala >= 0.31.1
|
|
BuildRequires: x11-tools
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
BuildRequires: pkgconfig(libnotify)
|
|
BuildRequires: pkgconfig(vapigen)
|
|
BuildRequires: pkgconfig(xkbcommon)
|
|
%if %{with_emoji}
|
|
Requires: %{_name}-dict-emoji = %{version}
|
|
%endif
|
|
Requires: dconf
|
|
Requires: iso-codes
|
|
Requires: libibus-1_0-5 = %{version}
|
|
Requires: python3-dbus-python
|
|
Requires: python3-gobject
|
|
Requires: python3-gobject-Gdk
|
|
# ibus-setup will require typelib(Gdk) typelib(GdkX11), typelib(Gtk)
|
|
# which are provided by two packages in openSUSE, so we limit their
|
|
# versions to 3.0 only.
|
|
Requires: typelib-1_0-Gtk-3_0
|
|
Provides: locale(ja;ko;zh)
|
|
%if %{with_wayland}
|
|
BuildRequires: pkgconfig(wayland-client) >= 1.2.0
|
|
%endif
|
|
%if %{with_emoji}
|
|
BuildRequires: unicode-emoji
|
|
BuildRequires: pkgconfig(cldr-emoji-annotation)
|
|
%endif
|
|
%endif
|
|
|
|
%description
|
|
IBus, short for Intelligent Input Bus, is an input framework. IBus
|
|
plugins then provide the particular logic how to translate keypresses
|
|
to input characters and possibly show disambiguation windows around
|
|
the text cursor.
|
|
|
|
%if ! 0%{?with_gtk4}
|
|
%package -n libibus-1_0-5
|
|
Summary: IBus libraries
|
|
Group: System/Libraries
|
|
|
|
%description -n libibus-1_0-5
|
|
This package contains the libraries for IBus
|
|
|
|
%package -n typelib-1_0-IBus-1_0
|
|
Summary: Introspection bindings for IBus
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-IBus-1_0
|
|
This package contains the introspection bindings for the IBus library.
|
|
|
|
%if %{with_emoji}
|
|
%package dict-emoji
|
|
Summary: Emoji dictionary for IBus
|
|
Group: System/I18n/Chinese
|
|
BuildArch: noarch
|
|
# make sure old ibus package containing emoji dict files is updated
|
|
Conflicts: ibus < 1.5.22
|
|
|
|
%description dict-emoji
|
|
This package contains data of emoji dictionary for IBus and other applications
|
|
%endif
|
|
|
|
%package gtk
|
|
Summary: IBus input method support for gtk2 applications
|
|
Group: System/I18n/Chinese
|
|
Requires: %{_name} = %{version}
|
|
Supplements: (ibus and gtk2)
|
|
%{gtk2_immodule_requires}
|
|
|
|
%description gtk
|
|
This package contains ibus im module for use by gtk2.
|
|
|
|
%package gtk3
|
|
Summary: IBus input method support for gtk3 applications
|
|
Group: System/I18n/Chinese
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
Requires: %{_name} = %{version}
|
|
Supplements: (ibus and gtk3)
|
|
%{gtk3_immodule_requires}
|
|
|
|
%description gtk3
|
|
This package contains ibus im module for use by gtk3.
|
|
|
|
%package devel
|
|
Summary: Development tools for ibus
|
|
Group: Development/Libraries/Other
|
|
Requires: dbus-1-devel
|
|
Requires: glib2-devel
|
|
Requires: gtk-doc
|
|
Requires: ibus = %{version}
|
|
Requires: libibus-1_0-5 = %{version}
|
|
Requires: typelib-1_0-IBus-1_0 = %{version}
|
|
|
|
%description devel
|
|
The ibus-devel package contains the header files and developer
|
|
docs for ibus.
|
|
|
|
%lang_package
|
|
|
|
%else
|
|
|
|
%package -n %{_name}-gtk4
|
|
Summary: IBus input method support for gtk4 applications
|
|
# on 15.4, both gtk4-devel and gtk4-devel-32bit provide pkgconfig(gtk4)
|
|
Group: System/I18n/Chinese
|
|
BuildRequires: gtk4-devel
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
Requires: %{_name} = %{version}
|
|
Supplements: (ibus and gtk4)
|
|
%{gtk4_immodule_requires}
|
|
|
|
%description -n %{_name}-gtk4
|
|
This package contains ibus im module for use by gtk4.
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -n %{_name}-%{version}
|
|
#%patch0 -p1
|
|
%patch4 -p1
|
|
%patch8 -p1
|
|
%if 0%{?sle_version} < 150200 && 0%{?suse_version} <=1500
|
|
%patch9 -p1
|
|
%endif
|
|
|
|
cp -r %{SOURCE2} .
|
|
cp -r %{SOURCE3} .
|
|
cp -r %{SOURCE4} .
|
|
sed -i 1i"SYS_LIB=%{_lib}" xim.d-ibus-121
|
|
cp -r %{SOURCE10} .
|
|
cp -r %{SOURCE11} .
|
|
|
|
%patch10 -p1
|
|
%patch11 -p1
|
|
%patch12 -p1
|
|
%if 0%{?suse_version} <= 1500
|
|
%patch15 -p1
|
|
%patch16 -p1
|
|
%endif
|
|
%patch17 -p1
|
|
|
|
%build
|
|
%configure --disable-static \
|
|
--libexecdir=%{_libdir}/ibus \
|
|
%if %{with_wayland}
|
|
--enable-wayland \
|
|
%endif
|
|
%if %{with_emoji}
|
|
--enable-emoji-dict \
|
|
%else
|
|
--disable-emoji-dict \
|
|
%endif
|
|
--disable-python2 \
|
|
%if ! 0%{?with_gtk4}
|
|
--enable-gtk3 \
|
|
--enable-vala \
|
|
--enable-appindicator \
|
|
--with-python=python3 \
|
|
--enable-python-library \
|
|
--enable-introspection \
|
|
--enable-gtk-doc \
|
|
--enable-surrounding-text \
|
|
%else
|
|
--disable-dconf \
|
|
--disable-emoji-dict \
|
|
--disable-unicode-dict \
|
|
--disable-xim \
|
|
--disable-gtk2 \
|
|
--disable-gtk3 \
|
|
--enable-gtk4 \
|
|
%endif
|
|
|
|
# non-parallel to have reproducible results in spite of non-deterministic build scripts https://github.com/ibus/ibus/issues/2272
|
|
make
|
|
|
|
%install
|
|
%make_install
|
|
|
|
# Remove libtool archives
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
|
|
|
%if ! 0%{?with_gtk4}
|
|
# autostart
|
|
mkdir -p %{buildroot}%{_distconfdir}/X11/xim.d/
|
|
install -m 644 xim.d-ibus-121 %{buildroot}%{_distconfdir}/X11/xim.d/ibus
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
install -c -m 0755 ibus-autostart %{buildroot}%{_bindir}/ibus-autostart
|
|
mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart
|
|
install -c -m 0644 ibus-autostart.desktop %{buildroot}%{_sysconfdir}/xdg/autostart/ibus-autostart.desktop
|
|
|
|
PRIORITY=40
|
|
pushd %{buildroot}%{_distconfdir}/X11/xim.d/
|
|
for lang in am ar as bn el fa gu he hi hr ja ka kk kn ko lo ml my \
|
|
pa ru sk vi zh_TW zh_CN zh_HK zh_SG \
|
|
de fr it es nl cs pl da nn nb fi en sv
|
|
do
|
|
mkdir $lang
|
|
pushd $lang
|
|
ln -s ../ibus $PRIORITY-ibus
|
|
popd
|
|
done
|
|
popd
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
|
ln -sf %{_datadir}/icons/hicolor/48x48/apps/ibus-keyboard.png \
|
|
%{buildroot}%{_datadir}/pixmaps/ibus-keyboard.png
|
|
|
|
# touch for %%ghost
|
|
touch %{buildroot}/%{_sysconfdir}/dconf/db/ibus
|
|
|
|
# install macros
|
|
mkdir -p %{buildroot}%{_rpmmacrodir}
|
|
install -m 644 %{SOURCE7} %{buildroot}%{_rpmmacrodir}
|
|
|
|
%suse_update_desktop_file -r org.freedesktop.IBus.Setup Settings DesktopSettings X-SuSE-Core-System
|
|
|
|
%fdupes %{buildroot}
|
|
|
|
%find_lang ibus10 %{?no_lang_C}
|
|
|
|
%post
|
|
%glib2_gsettings_schema_post
|
|
|
|
%posttrans
|
|
dconf update
|
|
|
|
%postun
|
|
%glib2_gsettings_schema_postun
|
|
dconf update
|
|
|
|
%post gtk
|
|
%{gtk2_immodule_post}
|
|
|
|
%postun gtk
|
|
%{gtk2_immodule_postun}
|
|
|
|
%post -n libibus-1_0-5 -p /sbin/ldconfig
|
|
%postun -n libibus-1_0-5 -p /sbin/ldconfig
|
|
|
|
%post gtk3
|
|
%{gtk3_immodule_post}
|
|
|
|
%postun gtk3
|
|
%{gtk3_immodule_postun}
|
|
|
|
%else
|
|
|
|
# cleanup stuff that is packaged as part of the main ibus flavor
|
|
rm -rf %{buildroot}%{_datadir}
|
|
rm -rf %{buildroot}%{_includedir}
|
|
rm -rf %{buildroot}%{_bindir}
|
|
rm -rf %{buildroot}%{_libdir}/ibus
|
|
rm -rf %{buildroot}%{_libdir}/libibus*
|
|
rm -rf %{buildroot}%{_libdir}/pkgconfig
|
|
|
|
%post -n %{_name}-gtk4
|
|
%{gtk4_immodule_post}
|
|
|
|
%postun -n %{_name}-gtk4
|
|
#{gtk4_immodule_postun} there is a syntax error in the macro from gtk4-devel
|
|
if [ $1 -eq 0 ]; then
|
|
if [[ -x %{_bindir}/gio-querymodules-64 ]]; then
|
|
%{_bindir}/gio-querymodules-64 %{_libdir}/gtk-4.0/4.0.0/immodules
|
|
else
|
|
%{_bindir}/gio-querymodules %{_libdir}/gtk-4.0/4.0.0/immodules
|
|
fi
|
|
fi
|
|
%endif
|
|
|
|
%if ! 0%{?with_gtk4}
|
|
%files
|
|
%doc AUTHORS README README.SUSE xim.ibus.suse.template
|
|
%license COPYING
|
|
%{_rpmmacrodir}/macros.ibus
|
|
%if %{defined use_usretc}
|
|
%dir %{_distconfdir}/X11
|
|
%dir %{_distconfdir}/X11/xim.d
|
|
%{_distconfdir}/X11/xim.d/*
|
|
%else
|
|
%config %{_sysconfdir}/X11/xim.d/*
|
|
%endif
|
|
%{_bindir}/ibus
|
|
%{_bindir}/ibus-autostart
|
|
%{_bindir}/ibus-daemon
|
|
%{_bindir}/ibus-setup
|
|
%dir %{_datadir}/ibus
|
|
%{_datadir}/ibus/component
|
|
%dir %{_datadir}/ibus/dicts
|
|
%{_datadir}/ibus/dicts/unicode-*.dict
|
|
%{_datadir}/ibus/engine
|
|
%{_datadir}/ibus/keymaps
|
|
%{_datadir}/ibus/setup
|
|
%{_datadir}/applications/org.freedesktop.IBus.Setup.desktop
|
|
%dir %{_datadir}/GConf
|
|
%dir %{_datadir}/GConf/gsettings
|
|
%{_datadir}/GConf/gsettings/ibus.convert
|
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.gschema.xml
|
|
%{_datadir}/icons/hicolor/*/apps/ibus*.*
|
|
%{_datadir}/pixmaps/ibus-keyboard.png
|
|
%{_libdir}/ibus
|
|
%{_datadir}/bash-completion/completions/ibus.bash
|
|
%{_datadir}/dbus-1/services/*.service
|
|
# This file is generated by dconf update
|
|
%ghost %{_sysconfdir}/dconf/db/ibus
|
|
%dir %{_sysconfdir}/dconf/db/ibus.d
|
|
# This file is not a config file. Users may not modify it.
|
|
%config %{_sysconfdir}/dconf/db/ibus.d/00-upstream-settings
|
|
%config %{_sysconfdir}/dconf/profile/ibus
|
|
%config %{_sysconfdir}/xdg/autostart/ibus-autostart.desktop
|
|
%{_mandir}/man1/ibus.1%{ext_man}
|
|
%{_mandir}/man1/ibus-daemon.1%{ext_man}
|
|
%{_mandir}/man1/ibus-setup.1%{ext_man}
|
|
%{_mandir}/man5/00-upstream-settings.5%{ext_man}
|
|
%{_mandir}/man5/ibus.5%{ext_man}
|
|
|
|
%if %{with_emoji}
|
|
%{_datadir}/applications/org.freedesktop.IBus.Panel.Emojier.desktop
|
|
%{_datadir}/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop
|
|
%{_mandir}/man7/ibus-emoji.7%{ext_man}
|
|
%endif
|
|
%{python3_sitearch}/gi/overrides/IBus.py
|
|
%{python3_sitearch}/gi/overrides/__pycache__/IBus.cpython-*.opt-1.pyc
|
|
%{python3_sitearch}/gi/overrides/__pycache__/IBus.cpython-*.pyc
|
|
|
|
%files lang -f ibus10.lang
|
|
|
|
%files -n libibus-1_0-5
|
|
%{_libdir}/libibus-1.0.so.*
|
|
|
|
%if %{with_emoji}
|
|
%files dict-emoji
|
|
|
|
%dir %{_datadir}/ibus/dicts
|
|
%{_datadir}/ibus/dicts/emoji-*.dict
|
|
%endif
|
|
|
|
%files -n typelib-1_0-IBus-1_0
|
|
%{_libdir}/girepository-1.0/IBus-1.0.typelib
|
|
|
|
%files gtk
|
|
%{_libdir}/gtk-2.0/*/immodules/im-ibus.so
|
|
|
|
%files gtk3
|
|
%{_libdir}/gtk-3.0/3.0.0/immodules/im-ibus.so
|
|
|
|
%files devel
|
|
%{_libdir}/libibus-1.0.so
|
|
%{_includedir}/ibus-1.0
|
|
%{_datadir}/gtk-doc/html/ibus
|
|
%{_libdir}/pkgconfig/ibus-1.0.pc
|
|
%{_datadir}/gettext/its/ibus.*
|
|
%{_datadir}/gir-1.0/IBus-1.0.gir
|
|
%{_datadir}/vala/vapi/ibus-1.0.deps
|
|
%{_datadir}/vala/vapi/ibus-1.0.vapi
|
|
|
|
%else
|
|
|
|
%files -n %{_name}-gtk4
|
|
%dir %{_libdir}/gtk-4.0/4.0.0/immodules
|
|
%{_libdir}/gtk-4.0/4.0.0/immodules/libim-ibus.so
|
|
%endif
|
|
|
|
%changelog
|