mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gtksourceview5: update to 5.6.2.
This commit is contained in:
parent
87b90748ac
commit
f6ddf73df2
1 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gtksourceview5'
|
# Template file for 'gtksourceview5'
|
||||||
pkgname=gtksourceview5
|
pkgname=gtksourceview5
|
||||||
version=5.6.1
|
version=5.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -10,7 +10,7 @@ hostmakedepends="glib-devel itstool libxslt pkg-config gtk4 gettext
|
||||||
$(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen)"
|
$(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen)"
|
||||||
makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
|
makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
|
||||||
pcre2-devel"
|
pcre2-devel"
|
||||||
checkdepends="xvfb-run mesa-dri cantarell-fonts"
|
checkdepends="xvfb-run mesa-dri cantarell-fonts dbus"
|
||||||
short_desc="Text widget that extends GTK4 GtkTextView widget"
|
short_desc="Text widget that extends GTK4 GtkTextView widget"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
@ -18,7 +18,7 @@ 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-6/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-6/NEWS"
|
||||||
distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
|
||||||
checksum=659d9cc9d034a114f07e7e134ee80d77dec0497cb1516ae5369119c2fcb9da16
|
checksum=1f146c156f135a60499d979e3577c99b6e15a111445767abe6219bb34c545c77
|
||||||
make_check_pre="xvfb-run"
|
make_check_pre="xvfb-run"
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
|
@ -26,6 +26,15 @@ 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 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() {
|
pre_build() {
|
||||||
# help gi-docgen find gi files on cross
|
# help gi-docgen find gi files on cross
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue