diff --git a/pkg.info b/pkg.info index beaaccd..2140d51 100644 --- a/pkg.info +++ b/pkg.info @@ -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: + - enumdev@enumerated.dev 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 diff --git a/source.sh b/source.sh index 2e6f18e..c36e3f8 100644 --- a/source.sh +++ b/source.sh @@ -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() {