diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-13 22:54:59 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-14 15:16:40 -0300 |
commit | 98444c47661f747763fa3609bbec40f4acbfb2ff (patch) | |
tree | a75d0e3c0a77e50452eb275e73d1249d6e8f1325 /community/ibus/APKBUILD | |
parent | c710c87cb55c1c2eb813db3508a66df55f40a937 (diff) | |
download | aports-98444c47661f747763fa3609bbec40f4acbfb2ff.tar.bz2 aports-98444c47661f747763fa3609bbec40f4acbfb2ff.tar.xz |
community/ibus: drop gconf
Diffstat (limited to 'community/ibus/APKBUILD')
-rw-r--r-- | community/ibus/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/ibus/APKBUILD b/community/ibus/APKBUILD index cba626c984..5008af251a 100644 --- a/community/ibus/APKBUILD +++ b/community/ibus/APKBUILD @@ -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 \ |