21 lines
765 B
Bash
21 lines
765 B
Bash
# Template file for 'ibus-hangul'
|
|
pkgname=ibus-hangul
|
|
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 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/libhangul/ibus-hangul"
|
|
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=a5aac88286cd18960229860e3e1a778978a7aeaa484ad9acfa48284b87fdc3bb
|
|
|
|
pre_configure() {
|
|
# tests contain interactive tests
|
|
vsed -e '/tests/d' -i Makefile.in
|
|
}
|