mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: ibus-m17n-1.4.1
This commit is contained in:
parent
4894ea9cf9
commit
e06bb6013c
2 changed files with 21 additions and 0 deletions
2
srcpkgs/ibus-m17n/INSTALL.msg
Normal file
2
srcpkgs/ibus-m17n/INSTALL.msg
Normal file
|
@ -0,0 +1,2 @@
|
|||
If the M17N languages don't appear in ibus-setup or GNOME Control Center
|
||||
run `ibus-daemon -xdr` or simply reboot.
|
19
srcpkgs/ibus-m17n/template
Normal file
19
srcpkgs/ibus-m17n/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'ibus-m17n'
|
||||
pkgname=ibus-m17n
|
||||
version=1.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr --libexecdir=/usr/lib/ibus"
|
||||
hostmakedepends="ibus m17n-db m17n-lib gnome-common xz pkg-config automake libtool gettext-devel"
|
||||
makedepends="ibus-devel m17n-lib-devel"
|
||||
depends="ibus m17n-db"
|
||||
short_desc="M17N engine for IBus"
|
||||
maintainer="reback00 <reback00@protonmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/ibus/ibus-m17n"
|
||||
distfiles="https://github.com/ibus/ibus-m17n/releases/download/${version}/ibus-m17n-${version}.tar.gz"
|
||||
checksum=5207f0b99bd17cae05251f96649dd26ec09f2feedb47dbe92a5128c7eeea4762
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
Loading…
Add table
Reference in a new issue