ibus-anthy: update to 1.5.11.
This commit is contained in:
parent
a27cab8c19
commit
086e11d9e4
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'ibus-anthy'
|
||||
pkgname=ibus-anthy
|
||||
version=1.5.10
|
||||
version=1.5.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--libexec=/usr/lib/ibus $(vopt_enable gir introspection)"
|
||||
hostmakedepends="automake gettext-devel $(vopt_if gir gobject-introspection) intltool pkg-config swig"
|
||||
hostmakedepends="automake gettext-devel $(vopt_if gir gobject-introspection) libtool pkg-config swig"
|
||||
makedepends="anthy-devel ibus-devel python-gobject-devel"
|
||||
depends="ibus"
|
||||
short_desc="Japanese input method Anthy IMEngine for IBus Framework"
|
||||
|
@ -12,7 +12,7 @@ maintainer="7185 <7185@free.fr>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/ibus/ibus/wiki"
|
||||
distfiles="https://github.com/ibus/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=fee0919d8b148815c033ea4c87c6ee464c6ba146da0adbccbef18a11fe7dbb26
|
||||
checksum=57d42a302be72409708274aa680c6d7515077766853a2b9193b9974c9c6eeaf6
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -24,5 +24,4 @@ fi
|
|||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
intltoolize -f
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue