forked from pool/fcitx
Accepting request 780501 from M17N
- Update version to 4.2.9.7 * Do not link jsonc if XKB is disabled * Update Translation * use /org/freedesktop/portal as dbus path for portal. * use the right color for gtk2 * use a different way to suppress unused warning * Revert "[gtk] clean up unused variable." * iso code root should be 639-3. * use iso-codes json file to parse the iso codes data. * fix fall through warning * clean up unused variable. (forwarded request 780500 from hillwood) OBS-URL: https://build.opensuse.org/request/show/780501 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fcitx?expand=0&rev=62
This commit is contained in:
commit
dc98cc6f94
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a59351bbae42d62aad61bd604154b8a49b822b3337ff4d2df5622881f680d943
|
||||
size 8738408
|
3
fcitx-4.2.9.7_dict.tar.xz
Normal file
3
fcitx-4.2.9.7_dict.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf333b2a90be616ffed8b83438dfe3dc0e22ecf034b9f651167203ecbe3f6f8f
|
||||
size 8734508
|
BIN
fcitx-4.2.9.7_dict.tar.xz.sig
Normal file
BIN
fcitx-4.2.9.7_dict.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 29 15:14:52 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
|
||||
|
||||
- Update version to 4.2.9.7
|
||||
* Do not link jsonc if XKB is disabled
|
||||
* Update Translation
|
||||
* use /org/freedesktop/portal as dbus path for portal.
|
||||
* use the right color for gtk2
|
||||
* use a different way to suppress unused warning
|
||||
* Revert "[gtk] clean up unused variable."
|
||||
* iso code root should be 639-3.
|
||||
* use iso-codes json file to parse the iso codes data.
|
||||
* fix fall through warning
|
||||
* clean up unused variable.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 13:13:21 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
12
fcitx.spec
12
fcitx.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fcitx
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define libver -4_2_9
|
||||
Name: fcitx
|
||||
Version: 4.2.9.6
|
||||
Version: 4.2.9.7
|
||||
Release: 0
|
||||
Summary: Flexible Context-aware Input Tool with eXtension
|
||||
License: GPL-2.0-or-later
|
||||
@ -31,6 +31,7 @@ Source3: xim.fcitx.suse.template
|
||||
Source8: openSUSE-themes.tar.gz
|
||||
Source9: macros.%{name}
|
||||
Source99: baselibs.conf
|
||||
Source100: https://download.fcitx-im.org/fcitx/%{name}-%{version}_dict.tar.xz.sig
|
||||
# PATCH-FIX-OPENSUSE fcitx-autostart-check-INPUT_METHOD.patch boo#947576
|
||||
Patch2: fcitx-autostart-check-INPUT_METHOD.patch
|
||||
# PATCH-FIX-OPENSUSE downgrade cmake requirement to 3.1 again
|
||||
@ -61,6 +62,7 @@ BuildRequires: pango-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRequires: pkgconfig(lua)
|
||||
BuildRequires: pkgconfig(xkbcommon) >= 0.5.0
|
||||
BuildRequires: pkgconfig(xkbfile)
|
||||
@ -340,12 +342,10 @@ cmake .. \
|
||||
|
||||
# fix gobject-introspection build
|
||||
export SUSE_ASNEEDED=0
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
cd build
|
||||
%make_install
|
||||
cd ..
|
||||
%cmake_install
|
||||
|
||||
# install openSUSE skins
|
||||
tar -xzf %{SOURCE8}
|
||||
|
Loading…
Reference in New Issue
Block a user