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 }