From 93222ec4f162ee82f72c5e77a000bf4e4e063238 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 13 Jun 2026 19:59:22 +0300 Subject: [PATCH] Switch to new package format --- pkg.info => info.yml | 2 +- source.sh => recipe.sh | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) rename pkg.info => info.yml (98%) rename source.sh => recipe.sh (76%) diff --git a/pkg.info b/info.yml similarity index 98% rename from pkg.info rename to info.yml index dcc8bb4..a4c9d18 100644 --- a/pkg.info +++ b/info.yml @@ -1,7 +1,7 @@ name: gnome-keyring description: Stores passwords and encryption keys version: "50.0" -revision: 3 +revision: 4 url: https://gitlab.gnome.org/GNOME/gnome-keyring license: GPL2-or-later,LGPL2.1-or-later maintainers: diff --git a/source.sh b/recipe.sh similarity index 76% rename from source.sh rename to recipe.sh index 9fae14c..9d2c1ff 100644 --- a/source.sh +++ b/recipe.sh @@ -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 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 } -# 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 # This function is used to move the compiled files into the output directory package() {