Update package version to 0.9.5

This commit is contained in:
2026-03-08 12:47:42 +02:00
parent 93a1bb27ce
commit f6b3b70429
2 changed files with 7 additions and 10 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
name: labwc
description: A Wayland window-stacking compositor
version: 0.9.3
version: 0.9.5
revision: 1
url: https://github.com/labwc/labwc
license: GPL2-only
maintainers:
- [email protected]
architecture: any
type: source
depends:
@@ -32,4 +34,4 @@ downloads:
- url: https://github.com/labwc/labwc/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 38d273faa4e021b9f99e1bf1a5f4bf881cc6a592e00c7b3426b37c0a0b67d126
checksum: 905af63ad24643a6f548b51107a05ac639d1707aaafdd18f656b55f7cfb28611
+3 -8
View File
@@ -5,19 +5,14 @@
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
mkdir build
cd build
meson setup --prefix=/usr -Dman-pages=enabled ..
meson compile
meson setup build --prefix=/usr -Dman-pages=enabled
meson compile -C build
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {
cd build
meson install --destdir="$BPM_OUTPUT"
meson install -C build --destdir="$BPM_OUTPUT"
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/labwc/LICENSE