ibus: switch to python3
This commit is contained in:
parent
4ee087f71c
commit
b8ce263479
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'ibus'
|
||||
pkgname=ibus
|
||||
version=1.5.19
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--enable-ui --enable-gtk3 --enable-python2 --disable-tests
|
||||
configure_args="--enable-ui --enable-gtk3 --enable-python3 --disable-tests
|
||||
--disable-schemas-compile --enable-memconf --disable-schemas-install
|
||||
--enable-dconf --disable-gconf --disable-emoji-dict --disable-unicode-dict
|
||||
--with-python=/usr/bin/python2 $(vopt_enable gir introspection)
|
||||
--with-python=/usr/bin/python3 $(vopt_enable gir introspection)
|
||||
$(vopt_enable ibus_setup setup) $(vopt_enable vala)"
|
||||
hostmakedepends="automake gettext-devel libtool pkg-config intltool
|
||||
dconf python glib-devel $(vopt_if vala vala)"
|
||||
dconf python3 glib-devel $(vopt_if vala vala)"
|
||||
makedepends="dconf-devel gtk+-devel hicolor-icon-theme iso-codes
|
||||
json-glib-devel libnotify-devel librsvg-devel python-xdg
|
||||
json-glib-devel libnotify-devel librsvg-devel python3-xdg
|
||||
$(vopt_if vala vala)"
|
||||
depends="hicolor-icon-theme iso-codes dbus-x11 python-xdg
|
||||
$(vopt_if ibus_setup 'python-gobject>=3.12.1_3')"
|
||||
depends="hicolor-icon-theme iso-codes dbus-x11 python3-xdg
|
||||
$(vopt_if ibus_setup 'python3-gobject>=3.12.1_3')"
|
||||
short_desc="Intelligent Input Bus"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
|
|
Loading…
Reference in New Issue