ibus: update to 1.5.19.
This commit is contained in:
parent
f0bb749a25
commit
45af6655ff
|
@ -1,26 +1,25 @@
|
|||
# Template file for 'ibus'
|
||||
pkgname=ibus
|
||||
version=1.5.17
|
||||
version=1.5.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ui --enable-gtk3 --disable-python
|
||||
--disable-tests --disable-schemas-compile --enable-memconf
|
||||
--disable-schemas-install --enable-dconf --disable-gconf
|
||||
--disable-emoji-dict
|
||||
configure_args="--enable-ui --enable-gtk3 --disable-python2 --disable-tests
|
||||
--disable-schemas-compile --enable-memconf --disable-schemas-install
|
||||
--enable-dconf --disable-gconf --disable-emoji-dict --disable-unicode-dict
|
||||
$(vopt_enable gir introspection) $(vopt_enable ibus_setup setup)"
|
||||
hostmakedepends="automake gettext-devel libtool pkg-config intltool
|
||||
dconf GConf python glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="dconf-devel librsvg-devel gtk+-devel gtk+3-devel json-glib-devel
|
||||
vala-devel libnotify-devel hicolor-icon-theme iso-codes dbus-x11 python-xdg"
|
||||
makedepends="dconf-devel gtk+-devel hicolor-icon-theme iso-codes
|
||||
json-glib-devel libnotify-devel librsvg-devel python-xdg"
|
||||
depends="hicolor-icon-theme iso-codes dbus-x11 python-xdg
|
||||
$(vopt_if ibus_setup 'python-gobject>=3.12.1_3')"
|
||||
triggers="gtk-immodules gtk3-immodules"
|
||||
short_desc="Intelligent Input Bus"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/ibus/ibus"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
distfiles="https://github.com/ibus/ibus/releases/download/${version}/ibus-${version}.tar.gz"
|
||||
checksum=0347a8055977ca458e8add750af5f9b76e1a524844cc3b0e2fad70ce153dd219
|
||||
checksum=4b66c798dab093f0fa738e5c10688d395a463287d13678c208a81051af5d2429
|
||||
|
||||
# Package build options
|
||||
build_options="gir ibus_setup"
|
||||
|
@ -34,6 +33,7 @@ fi
|
|||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
vmkdir etc/dconf/db
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue