Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
480addfde1 | ||
|
|
84ebd2f5cf | ||
|
|
eb8a7d1bf6 | ||
|
|
8d002f9de3 | ||
|
|
5db75b5648 | ||
|
|
2e507c163f | ||
|
|
2b23d1b0f8 | ||
|
|
d41c6ef8b3 |
2 changed files with 1369 additions and 1 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -27,6 +27,7 @@ Source1: https://github.com/ibus/%{name}/releases/download/%{version}/%{n
|
|||
|
||||
# Upstreamed patches.
|
||||
# Patch0: %%{name}-HEAD.patch
|
||||
Patch0: %{name}-HEAD.patch
|
||||
Patch1: %{name}-1938129-default-hiragana.patch
|
||||
|
||||
BuildRequires: anthy-unicode-devel
|
||||
|
|
@ -97,6 +98,7 @@ fi
|
|||
|
||||
%build
|
||||
#autoreconf -f -i -v
|
||||
autoreconf -f -i -v
|
||||
%configure \
|
||||
%if %have_default_layout
|
||||
--with-layout='default' \
|
||||
|
|
@ -108,7 +110,6 @@ fi
|
|||
--with-kasumi-exec=/usr/bin/kasumi-unicode \
|
||||
%endif
|
||||
--with-on-off-keys="'Zenkaku_Hankaku', 'Ctrl+space', 'Ctrl+J'" \
|
||||
--with-python=python3 \
|
||||
--enable-installed-tests \
|
||||
--disable-static
|
||||
# make -C po update-gmo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue