ibus: update to 1.5.20.
This commit is contained in:
parent
a8a8b8f357
commit
e000e4ac3b
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'ibus'
|
# Template file for 'ibus'
|
||||||
pkgname=ibus
|
pkgname=ibus
|
||||||
version=1.5.19
|
version=1.5.20
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--enable-ui --enable-gtk3 --enable-python3 --disable-tests
|
configure_args="--enable-ui --enable-gtk3 --disable-tests
|
||||||
--disable-schemas-compile --enable-memconf --disable-schemas-install
|
--disable-schemas-compile --enable-memconf --enable-dconf
|
||||||
--enable-dconf --disable-gconf --disable-emoji-dict --disable-unicode-dict
|
--disable-emoji-dict --disable-unicode-dict --enable-wayland
|
||||||
--with-python=/usr/bin/python3 $(vopt_enable gir introspection)
|
--with-python=/usr/bin/python3 $(vopt_enable gir introspection)
|
||||||
$(vopt_enable ibus_setup setup) $(vopt_enable vala)"
|
$(vopt_enable ibus_setup setup) $(vopt_enable vala)"
|
||||||
hostmakedepends="automake gettext-devel libtool pkg-config intltool
|
hostmakedepends="automake gettext-devel libtool pkg-config intltool
|
||||||
dconf python3 glib-devel $(vopt_if vala vala)"
|
dconf python3 glib-devel $(vopt_if vala vala)"
|
||||||
makedepends="dconf-devel gtk+-devel hicolor-icon-theme iso-codes
|
makedepends="dconf-devel gtk+-devel hicolor-icon-theme iso-codes
|
||||||
json-glib-devel libnotify-devel librsvg-devel python3-xdg
|
json-glib-devel libnotify-devel librsvg-devel python3-xdg
|
||||||
$(vopt_if vala vala)"
|
$(vopt_if vala vala) libXtst-devel"
|
||||||
depends="hicolor-icon-theme iso-codes dbus-x11 python3-xdg
|
depends="hicolor-icon-theme iso-codes dbus-x11 python3-xdg
|
||||||
$(vopt_if ibus_setup 'python3-gobject>=3.12.1_3')"
|
$(vopt_if ibus_setup 'python3-gobject>=3.12.1_3')"
|
||||||
short_desc="Intelligent Input Bus"
|
short_desc="Intelligent Input Bus"
|
||||||
|
@ -21,7 +21,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/ibus/ibus"
|
homepage="https://github.com/ibus/ibus"
|
||||||
distfiles="https://github.com/ibus/ibus/releases/download/${version}/ibus-${version}.tar.gz"
|
distfiles="https://github.com/ibus/ibus/releases/download/${version}/ibus-${version}.tar.gz"
|
||||||
checksum=4b66c798dab093f0fa738e5c10688d395a463287d13678c208a81051af5d2429
|
checksum=4cf1e5ca4b067a3bed3cdfa658d49ac597d817b2de627a1095214565f862d034
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala ibus_setup"
|
build_options="gir vala ibus_setup"
|
||||||
|
|
Loading…
Reference in New Issue