Switch to new package format

This commit is contained in:
2026-06-13 19:59:22 +03:00
parent a2bdd7537d
commit 93222ec4f1
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: gnome-keyring name: gnome-keyring
description: Stores passwords and encryption keys description: Stores passwords and encryption keys
version: "50.0" version: "50.0"
revision: 3 revision: 4
url: https://gitlab.gnome.org/GNOME/gnome-keyring url: https://gitlab.gnome.org/GNOME/gnome-keyring
license: GPL2-or-later,LGPL2.1-or-later license: GPL2-or-later,LGPL2.1-or-later
maintainers: maintainers:
+1 -7
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package # This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # 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 # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
@@ -9,12 +9,6 @@ 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() {
dbus-run-session 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() {