Rebuild with gtk-doc and yelp-tools
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: gtksourceview4
|
name: gtksourceview4
|
||||||
description: A text widget adding syntax highlighting and more to GNOME
|
description: A text widget adding syntax highlighting and more to GNOME
|
||||||
version: 4.8.4
|
version: 4.8.4
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://wiki.gnome.org/Projects/GtkSourceView
|
url: https://wiki.gnome.org/Projects/GtkSourceView
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
@@ -13,8 +13,10 @@ make_depends:
|
|||||||
- glade
|
- glade
|
||||||
- glib
|
- glib
|
||||||
- gobject-introspection
|
- gobject-introspection
|
||||||
|
- gtk-doc
|
||||||
- meson
|
- meson
|
||||||
- vala
|
- vala
|
||||||
|
- yelp-tools
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://download.gnome.org/sources/gtksourceview/${BPM_PKG_VERSION%.*}/gtksourceview-${BPM_PKG_VERSION}.tar.xz
|
- url: https://download.gnome.org/sources/gtksourceview/${BPM_PKG_VERSION%.*}/gtksourceview-${BPM_PKG_VERSION}.tar.xz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
meson setup build --prefix=/usr -Dglade_catalog=true
|
meson setup build --prefix=/usr -Dglade_catalog=true -Dgtk_doc=true
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user