mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
ibus: forcefully use python2 on ibus-setup
This commit is contained in:
parent
5d6425a4ab
commit
212bfc4a45
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'ibus'
|
||||
pkgname=ibus
|
||||
version=1.5.19
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ui --enable-gtk3 --disable-python2 --disable-tests
|
||||
configure_args="--enable-ui --enable-gtk3 --enable-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)"
|
||||
--with-python=/usr/bin/python2 $(vopt_enable gir introspection)
|
||||
$(vopt_enable ibus_setup setup)"
|
||||
hostmakedepends="automake gettext-devel libtool pkg-config intltool
|
||||
dconf python glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="dconf-devel gtk+-devel hicolor-icon-theme iso-codes
|
||||
|
|
Loading…
Add table
Reference in a new issue