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