gtksourceview5: update to 5.4.2.

This commit is contained in:
Michal Vasilek 2022-07-05 11:09:09 +02:00
parent 1d5d2cdc4e
commit fd678dfc56
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gtksourceview5'
pkgname=gtksourceview5
version=5.4.1
version=5.4.2
revision=1
wrksrc="gtksourceview-${version}"
build_style=meson
@ -19,19 +19,19 @@ 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-4/NEWS"
distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
checksum=eb3584099cfa0adc9a0b1ede08def6320bd099e79e74a2d0aefb4057cd93d68e
checksum=ad140e07eb841910de483c092bd4885abd29baadd6e95fa22d93ed2df0b79de7
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"
build_options_default="gir gtk_doc"
if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" gtk_doc"
fi
do_check() {
xvfb-run ninja -C build test
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() {