Rebuild with gtk-doc and yelp-tools
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user