Update package version to 2.66.10

This commit is contained in:
2026-09-04 15:56:44 +03:00
parent fa8dfdcc9c
commit 255b77cdeb
3 changed files with 9 additions and 124 deletions
+1 -9
View File
@@ -2,14 +2,6 @@
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
# The prepare function is executed in the root of the temp directory
# This function is used for downloading files and putting them into the correct location
prepare() {
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/glibmm24-2.66.9-glib_2.89.2-type-definition.patch
}
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
@@ -21,7 +13,7 @@ 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
meson test -C build --print-errorlogs
}
# The package function is executed in the source directory