* update ibus to 1.5.30-2
This commit is contained in:
parent
b6082ef12a
commit
9387459ff4
@ -5,7 +5,7 @@
|
||||
pkgbase=ibus
|
||||
pkgname=(ibus libibus)
|
||||
pkgver=1.5.30
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Intelligent input bus for Linux/Unix"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://github.com/ibus/ibus/wiki"
|
||||
@ -29,15 +29,13 @@ depends=(
|
||||
'libxi'
|
||||
'pango'
|
||||
'python'
|
||||
'python-dbus'
|
||||
'python-gobject'
|
||||
'wayland'
|
||||
)
|
||||
makedepends=(
|
||||
'gnome-common'
|
||||
'glib2-devel'
|
||||
'gobject-introspection'
|
||||
'gtk-doc'
|
||||
'intltool'
|
||||
'qt5-base'
|
||||
'unicode-character-database'
|
||||
'unicode-cldr'
|
||||
@ -80,7 +78,8 @@ package_ibus() {
|
||||
|
||||
package_libibus() {
|
||||
pkgdesc="IBus support library"
|
||||
depends=(libg{lib,object,io}-2.0.so python-gobject)
|
||||
depends=(libg{lib,object,io}-2.0.so)
|
||||
optdepends=('python-gobject: for Python integration')
|
||||
provides=('libibus-1.0.so')
|
||||
|
||||
cd ibus-${pkgver}
|
||||
|
Loading…
x
Reference in New Issue
Block a user