mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
gtksourceview5: update to 5.4.2.
This commit is contained in:
parent
1d5d2cdc4e
commit
fd678dfc56
1 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gtksourceview5'
|
# Template file for 'gtksourceview5'
|
||||||
pkgname=gtksourceview5
|
pkgname=gtksourceview5
|
||||||
version=5.4.1
|
version=5.4.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gtksourceview-${version}"
|
wrksrc="gtksourceview-${version}"
|
||||||
build_style=meson
|
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/master/NEWS"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-4/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-4/NEWS"
|
||||||
distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
|
||||||
checksum=eb3584099cfa0adc9a0b1ede08def6320bd099e79e74a2d0aefb4057cd93d68e
|
checksum=ad140e07eb841910de483c092bd4885abd29baadd6e95fa22d93ed2df0b79de7
|
||||||
|
make_check_pre="xvfb-run"
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir gtk_doc"
|
build_options="gir gtk_doc"
|
||||||
desc_option_gtk_doc="Build API docs via 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
|
pre_build() {
|
||||||
build_options_default+=" gtk_doc"
|
# help gi-docgen find gi files on cross
|
||||||
fi
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
export XDG_DATA_DIRS=/usr/$XBPS_CROSS_TRIPLET/usr/share/
|
||||||
do_check() {
|
fi
|
||||||
xvfb-run ninja -C build test
|
|
||||||
}
|
}
|
||||||
|
|
||||||
gtksourceview5-devel_package() {
|
gtksourceview5-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue