gtksourceview: this time build with vapi

This commit is contained in:
Enno Boland 2018-04-10 10:36:08 +02:00
parent 0128c9fa41
commit bfb079e2b0
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'gtksourceview'
pkgname=gtksourceview
version=3.24.7
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-static $(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool gtk+3-devel glib-devel $(vopt_if gir "gobject-introspection vala")"
makedepends="gtk+3-devel libxml2-devel"
hostmakedepends="pkg-config intltool gtk+3-devel glib-devel $(vopt_if gir "gobject-introspection")"
makedepends="gtk+3-devel libxml2-devel vala-devel"
short_desc="Text widget that extends GTK+3 GtkTextView widget"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnome.org"