diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-31 07:08:57 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-31 10:30:56 +0000 |
commit | d44a4c3e0c9c62b590d2408ae5d362e6583bcc40 (patch) | |
tree | 1e53b77a4c838081fb695b3c4e547e970dd7e85d /community/gtksourceview | |
parent | dcedaed3e5d35a1c15a707f03d8f8f78123051e0 (diff) | |
download | aports-d44a4c3e0c9c62b590d2408ae5d362e6583bcc40.tar.bz2 aports-d44a4c3e0c9c62b590d2408ae5d362e6583bcc40.tar.xz |
community/gtksourceview: add missing ibus checkdepend
Diffstat (limited to 'community/gtksourceview')
-rw-r--r-- | community/gtksourceview/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gtksourceview/APKBUILD b/community/gtksourceview/APKBUILD index 0b24798c0d..747b80bb5f 100644 --- a/community/gtksourceview/APKBUILD +++ b/community/gtksourceview/APKBUILD @@ -9,7 +9,7 @@ license="LGPL-2.1-or-later" replaces="gtksourceview" depends_dev="gtk+3.0-dev libxml2-dev" makedepends="$depends_dev gobject-introspection-dev automake autoconf libtool" -checkdepends="xvfb-run" +checkdepends="xvfb-run ibus" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz" |