Update package version to 1.36.0
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
name: gtk-doc
|
||||
description: Documentation generator for C code
|
||||
version: 1.35.1
|
||||
version: 1.36.0
|
||||
revision: 1
|
||||
url: https://gitlab.gnome.org/GNOME/gtk-doc
|
||||
license: GFDL1.1-or-later,GPL2-or-later
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
depends:
|
||||
@@ -19,8 +21,10 @@ make_depends:
|
||||
- meson
|
||||
- bc
|
||||
- gtk3
|
||||
check_depends:
|
||||
- python-parameterized
|
||||
downloads:
|
||||
- url: https://gitlab.gnome.org/GNOME/gtk-doc/-/archive/${BPM_PKG_VERSION}/gtk-doc-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: f40f6e79d555c00bc0aa9f5cc8e7bee5545758965bc2f6f23812a442d6cd0996
|
||||
checksum: 41ad69d40bff8458d31aab45fdb920ea393e897b709b0061ce91b05e150debde
|
||||
|
||||
@@ -9,6 +9,12 @@ build() {
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
# The check function is executed in the source directory
|
||||
# This function is used to run tests to verify the package has been compiled correctly
|
||||
check() {
|
||||
meson test -C build --print-errorlogs
|
||||
}
|
||||
|
||||
# The package function is executed in the source directory
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user