From d8b6e5417497e2779ac7cd3359b183447b2c6157 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 4 Sep 2026 15:57:37 +0300 Subject: [PATCH] Update package version to 1.33.1 --- info.yml | 8 ++++---- recipe.sh | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/info.yml b/info.yml index 23e14e2..dd86710 100644 --- a/info.yml +++ b/info.yml @@ -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 diff --git a/recipe.sh b/recipe.sh index 264ff1a..15a3cbb 100644 --- a/recipe.sh +++ b/recipe.sh @@ -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() {