Update package version to 1.33.1

This commit is contained in:
2026-09-04 15:57:37 +03:00
parent fa2737a8a9
commit d8b6e54174
2 changed files with 11 additions and 4 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
name: lightdm name: lightdm
description: A lightweight display manager description: A lightweight display manager
version: 1.32.0 version: 1.33.1
revision: 5 revision: 1
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:
@@ -42,7 +42,7 @@ make_depends:
- vala - vala
- yelp-tools - yelp-tools
downloads: downloads:
- url: https://github.com/ubuntu/lightdm/releases/download/${BPM_PKG_VERSION}/lightdm-${BPM_PKG_VERSION}.tar.xz - url: https://github.com/ubuntu/lightdm/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 12f5ab432748f0387c7cf8b94430495a558a035a4f8465e5181af6faff133e4b checksum: 53df1c45508e0d14dc8403667566a39164c222b3cc3f3494b169f48ac05d8243
+7
View File
@@ -2,6 +2,13 @@
# 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
# The prepare function is executed in the root of the temp directory
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"
autoreconf -fi
}
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {