Switch to new package format

This commit is contained in:
2026-06-13 20:00:16 +03:00
parent 297ae75b3d
commit fa2737a8a9
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -1,13 +1,22 @@
name: lightdm name: lightdm
description: A lightweight display manager description: A lightweight display manager
version: 1.32.0 version: 1.32.0
revision: 4 revision: 5
url: https://github.com/canonical/lightdm url: https://github.com/canonical/lightdm
license: GPL-3.0-or-later AND (LGPL-2.0-only OR LGPL-3.0-only) license: GPL-3.0-or-later AND (LGPL-2.0-only OR LGPL-3.0-only)
maintainers: maintainers:
- [email protected] - [email protected]
architecture: any architecture: any
type: source 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: depends:
- glib - glib
- libgcrypt - libgcrypt
@@ -37,12 +46,3 @@ downloads:
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 12f5ab432748f0387c7cf8b94430495a558a035a4f8465e5181af6faff133e4b 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
+1 -1
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