From 288b3e40bf6cf2dd89283f411a515c0c93218e50 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 21 May 2026 18:28:57 +0300 Subject: [PATCH] Rebuild with gtk-doc and yelp-tools --- pkg.info | 4 +++- source.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 1b4b20b..1883837 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: gtksourceview4 description: A text widget adding syntax highlighting and more to GNOME version: 4.8.4 -revision: 1 +revision: 2 url: https://wiki.gnome.org/Projects/GtkSourceView license: GPL2-or-later architecture: any @@ -13,8 +13,10 @@ make_depends: - glade - glib - gobject-introspection + - gtk-doc - meson - vala + - yelp-tools downloads: - url: https://download.gnome.org/sources/gtksourceview/${BPM_PKG_VERSION%.*}/gtksourceview-${BPM_PKG_VERSION}.tar.xz extract_to: ${BPM_SOURCE} diff --git a/source.sh b/source.sh index cf1e4db..4f711fe 100644 --- a/source.sh +++ b/source.sh @@ -5,7 +5,7 @@ # The build function is executed in the source directory # This function is used to compile the source code build() { - meson setup build --prefix=/usr -Dglade_catalog=true + meson setup build --prefix=/usr -Dglade_catalog=true -Dgtk_doc=true meson compile -C build }