mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/ibus: drop gconf
This commit is contained in:
parent
c710c87cb5
commit
98444c4766
@ -1,7 +1,7 @@
|
||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||
pkgname=ibus
|
||||
pkgver=1.5.20
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Next Generation Input Bus for Linux"
|
||||
url="https://github.com/ibus/ibus/wiki"
|
||||
arch="all"
|
||||
@ -12,8 +12,8 @@ depends="
|
||||
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
|
||||
automake autoconf gnome-common gtk-doc wayland-dev wayland-protocols
|
||||
dbus-x11 unicode-character-database xz
|
||||
"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
source="
|
||||
@ -21,7 +21,6 @@ source="
|
||||
0001-Use-more-portable-call-to-mktemp.patch
|
||||
"
|
||||
install="$pkgname.post-install"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
@ -33,7 +32,6 @@ build() {
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/ibus \
|
||||
--sysconfdir=/etc \
|
||||
--disable-gconf \
|
||||
--enable-dconf \
|
||||
--enable-wayland \
|
||||
--disable-memconf \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user