Rebuild with gtk-doc and yelp-tools

This commit is contained in:
2026-05-21 18:28:57 +03:00
parent be80bc7e31
commit 288b3e40bf
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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}
+1 -1
View File
@@ -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
}