Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
480addfde1 | ||
|
|
84ebd2f5cf | ||
|
|
eb8a7d1bf6 | ||
|
|
8d002f9de3 | ||
|
|
5db75b5648 | ||
|
|
2e507c163f | ||
|
|
2b23d1b0f8 | ||
|
|
d41c6ef8b3 | ||
|
|
5df253efd2 | ||
|
|
91398174d8 | ||
|
|
5bfc0dac3b | ||
|
|
71320e7c84 |
5 changed files with 1347 additions and 435 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -27,3 +27,4 @@ ibus-anthy.png
|
|||
/ibus-anthy-1.5.14.tar.gz
|
||||
/ibus-anthy-1.5.15.tar.gz
|
||||
/ibus-anthy-1.5.16.tar.gz
|
||||
/ibus-anthy-1.5.17.tar.gz
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -17,12 +17,13 @@
|
|||
%endif
|
||||
|
||||
Name: ibus-anthy
|
||||
Version: 1.5.16
|
||||
Version: 1.5.17
|
||||
Release: %autorelease
|
||||
Summary: The Anthy engine for IBus input platform
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/ibus/ibus/wiki
|
||||
Source0: https://github.com/ibus/ibus-anthy/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/ibus/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/ibus/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz.sum#/%{name}.tar.gz.sum
|
||||
|
||||
# Upstreamed patches.
|
||||
# Patch0: %%{name}-HEAD.patch
|
||||
|
|
@ -88,10 +89,16 @@ the functionality of the installed %{name} package.
|
|||
|
||||
|
||||
%prep
|
||||
SAVED_SUM=$(grep sha512sum %SOURCE1 | awk '{print $2}')
|
||||
MY_SUM=$(sha512sum %SOURCE0 | awk '{print $1}')
|
||||
if test x"$SAVED_SUM" != x"$MY_SUM" ; then
|
||||
abort
|
||||
fi
|
||||
%autosetup -S git
|
||||
|
||||
%build
|
||||
#autoreconf -f -i -v
|
||||
autoreconf -f -i -v
|
||||
%configure \
|
||||
%if %have_default_layout
|
||||
--with-layout='default' \
|
||||
|
|
@ -103,7 +110,6 @@ the functionality of the installed %{name} package.
|
|||
--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
|
||||
|
|
|
|||
4
ibus-anthy.tar.gz.sum
Normal file
4
ibus-anthy.tar.gz.sum
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
cksum 1682900558 914700 ibus-anthy-1.5.17.tar.gz
|
||||
sha1sum 7935a5abc2a1cb4dd59ff9295d3582bdb1f0cc83 ibus-anthy-1.5.17.tar.gz
|
||||
sha256sum 9e1d28ad7da2be5e0d9c0eb0d8fb7557fc89770aa2237272debe197bd61abd40 ibus-anthy-1.5.17.tar.gz
|
||||
sha512sum 34775879ea4891d2f83c5f9aa341a59bac928332ad60ec4ba8d1475783b0c50c721229e48c7671f050066da3d4053531792c3fa5e5640db2c2e8bd1bc46105a1 ibus-anthy-1.5.17.tar.gz
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ibus-anthy-1.5.16.tar.gz) = d1a7b9da402d85af955f96fd8618189fb2e682763f57b5d6b54e7bcf052138ba300f4ba8130a4ac0e8e1e8821319e9b6360e57568c84c1f9845438174e51a959
|
||||
SHA512 (ibus-anthy-1.5.17.tar.gz) = 34775879ea4891d2f83c5f9aa341a59bac928332ad60ec4ba8d1475783b0c50c721229e48c7671f050066da3d4053531792c3fa5e5640db2c2e8bd1bc46105a1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue