Update package version to 1.33.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: lightdm
|
||||
description: A lightweight display manager
|
||||
version: 1.32.0
|
||||
revision: 5
|
||||
version: 1.33.1
|
||||
revision: 1
|
||||
url: https://github.com/canonical/lightdm
|
||||
license: GPL-3.0-or-later AND (LGPL-2.0-only OR LGPL-3.0-only)
|
||||
maintainers:
|
||||
@@ -42,7 +42,7 @@ make_depends:
|
||||
- vala
|
||||
- yelp-tools
|
||||
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_strip_components: 1
|
||||
checksum: 12f5ab432748f0387c7cf8b94430495a558a035a4f8465e5181af6faff133e4b
|
||||
checksum: 53df1c45508e0d14dc8403667566a39164c222b3cc3f3494b169f48ac05d8243
|
||||
|
||||
@@ -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 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
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user