From fa2737a8a96d82243f0ce0558c279b92950b1b7c Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 13 Jun 2026 20:00:16 +0300 Subject: [PATCH] Switch to new package format --- pkg.info => info.yml | 20 ++++++++++---------- source.sh => recipe.sh | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) rename pkg.info => info.yml (98%) rename source.sh => recipe.sh (96%) diff --git a/pkg.info b/info.yml similarity index 98% rename from pkg.info rename to info.yml index ae88865..23e14e2 100644 --- a/pkg.info +++ b/info.yml @@ -1,13 +1,22 @@ name: lightdm description: A lightweight display manager version: 1.32.0 -revision: 4 +revision: 5 url: https://github.com/canonical/lightdm license: GPL-3.0-or-later AND (LGPL-2.0-only OR LGPL-3.0-only) maintainers: - enumdev@enumerated.dev architecture: any type: source +keep: + - etc/apparmor.d/lightdm-guest-session + - etc/lightdm/keys.conf + - etc/lightdm/lightdm.conf + - etc/lightdm/users.conf + - etc/lightdm/Xsession + - etc/pam.d/lightdm + - etc/pam.d/lightdm-autologin + - etc/pam.d/lightdm-greeter depends: - glib - libgcrypt @@ -37,12 +46,3 @@ downloads: extract_to: ${BPM_SOURCE} extract_strip_components: 1 checksum: 12f5ab432748f0387c7cf8b94430495a558a035a4f8465e5181af6faff133e4b -keep: - - etc/apparmor.d/lightdm-guest-session - - etc/lightdm/keys.conf - - etc/lightdm/lightdm.conf - - etc/lightdm/users.conf - - etc/lightdm/Xsession - - etc/pam.d/lightdm - - etc/pam.d/lightdm-autologin - - etc/pam.d/lightdm-greeter diff --git a/source.sh b/recipe.sh similarity index 96% rename from source.sh rename to recipe.sh index 0af7ba8..264ff1a 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