mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 15:12:02 +01:00
57 lines
1.5 KiB
Plaintext
57 lines
1.5 KiB
Plaintext
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
|
pkgname=ibus
|
|
pkgver=1.5.20
|
|
pkgrel=1
|
|
pkgdesc="Next Generation Input Bus for Linux"
|
|
url="https://github.com/ibus/ibus/wiki"
|
|
arch="all"
|
|
license="LGPL-2.1-or-later"
|
|
depends="
|
|
dconf hicolor-icon-theme iso-codes dbus py-gobject3
|
|
"
|
|
makedepends="
|
|
dconf-dev gtk+-dev gtk+3.0-dev libnotify-dev iso-codes-dev librsvg-dev
|
|
gobject-introspection-dev vala intltool qt5-qtbase
|
|
automake autoconf gnome-common gtk-doc wayland-dev wayland-protocols gconf
|
|
dbus-x11 unicode-character-database
|
|
"
|
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
|
source="
|
|
$pkgname-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz
|
|
0001-Use-more-portable-call-to-mktemp.patch
|
|
"
|
|
install="$pkgname.post-install"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr \
|
|
--libexecdir=/usr/lib/ibus \
|
|
--sysconfdir=/etc \
|
|
--disable-gconf \
|
|
--enable-dconf \
|
|
--enable-wayland \
|
|
--disable-memconf \
|
|
--enable-ui \
|
|
--disable-gtk-doc \
|
|
--disable-emoji-dict \
|
|
--with-ucd-dir=/usr/share/unicode/
|
|
make
|
|
}
|
|
|
|
check() {
|
|
./bus/ibus-daemon --version
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="a8174c5a8266a546310b14fae442cb9f03dd8f284f2c2db626fe4ccddb06810af9dde69939b3074c714442e4ee07596a0fb875478328eba9c0c8017fff2128e9 ibus-1.5.20.tar.gz
|
|
1e2e62ce52becf75d794c403e8f21bb72e8406aacbdbc5189f62a3b7c54166c40da0032d3f3865f5a23d9d2c782f974b7bcc9ba5ce437d9eb435dd3db3ff0b06 0001-Use-more-portable-call-to-mktemp.patch"
|