# Template file for 'gtksourceview5'
pkgname=gtksourceview5
version=5.12.1
revision=1
build_style=meson
build_helper="gir"
configure_args="$(vopt_feature gir introspection) $(vopt_bool gir vapi)
 $(vopt_bool gtk_doc documentation)"
hostmakedepends="glib-devel itstool libxslt pkg-config gtk4 gettext
 $(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen)"
makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
 pcre2-devel"
checkdepends="xvfb-run mesa-dri cantarell-fonts dbus"
short_desc="Text widget that extends GTK4 GtkTextView widget"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/GtkSourceView"
changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/master/NEWS"
#changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-8/NEWS"
distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
checksum=84c82aad985c5aadae7cea7804904a76341ec82b268d46594c1a478f39b42c1f
make_check_pre="xvfb-run"

# Package build options
build_options="gir gtk_doc"
desc_option_gtk_doc="Build API docs via gtk-doc"
build_options_default="gir gtk_doc"

pre_check() {
	# machine-id is a random, non-zero value
	echo 'dcb30309cd6c8b7cc20383d85a5c7012' > /etc/machine-id
}

post_check() {
	rm /etc/machine-id
}

pre_build() {
	# help gi-docgen find gi files on cross
	if [ -n "$CROSS_BUILD" ]; then
		export XDG_DATA_DIRS=/usr/$XBPS_CROSS_TRIPLET/usr/share/
	fi
}

gtksourceview5-devel_package() {
	depends="${sourcepkg}>=${version}_${revision} gtk4-devel libglib-devel
	 libxml2-devel pcre2-devel"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/pkgconfig
		vmove "usr/lib/*.so"
		if [ "$build_option_gtk_doc" ]; then
			vmove usr/share/doc
		fi
		if [ "$build_option_gir" ]; then
			vmove usr/share/gir-1.0
			vmove usr/share/vala
		fi
	}
}
