mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
ibus-hangul: update to 1.5.5
This commit is contained in:
parent
8d0aff0c00
commit
ac4b07e98c
2 changed files with 11 additions and 10 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'ibus-hangul'
|
||||
pkgname=ibus-hangul
|
||||
version=1.5.3
|
||||
version=1.5.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--libexec=/usr/lib/ibus --with-python=/usr/bin/python3"
|
||||
hostmakedepends="gettext libtool pkg-config swig"
|
||||
makedepends="ibus-devel libhangul-devel"
|
||||
hostmakedepends="gettext libtool pkg-config swig python3"
|
||||
makedepends="gtk+3-devel ibus-devel libhangul-devel"
|
||||
depends="ibus librsvg python3-gobject"
|
||||
short_desc="Korean input engine for IBus"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/choehwanjin/ibus-hangul"
|
||||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=5e661cd77a327b1eafacd537f7d839a61a374e951bd382044e799371855a0090
|
||||
homepage="https://github.com/libhangul/ibus-hangul"
|
||||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=a5aac88286cd18960229860e3e1a778978a7aeaa484ad9acfa48284b87fdc3bb
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" python3"
|
||||
fi
|
||||
pre_configure() {
|
||||
# tests contain interactive tests
|
||||
vsed -e '/tests/d' -i Makefile.in
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
site="https://github.com/choehwanjin/ibus-hangul/releases"
|
||||
site="https://github.com/libhangul/ibus-hangul/releases"
|
||||
|
|
Loading…
Add table
Reference in a new issue