Update package version to 0.9.5
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
name: labwc
|
name: labwc
|
||||||
description: A Wayland window-stacking compositor
|
description: A Wayland window-stacking compositor
|
||||||
version: 0.9.3
|
version: 0.9.5
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://github.com/labwc/labwc
|
url: https://github.com/labwc/labwc
|
||||||
license: GPL2-only
|
license: GPL2-only
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
@@ -32,4 +34,4 @@ downloads:
|
|||||||
- url: https://github.com/labwc/labwc/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/labwc/labwc/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: 38d273faa4e021b9f99e1bf1a5f4bf881cc6a592e00c7b3426b37c0a0b67d126
|
checksum: 905af63ad24643a6f548b51107a05ac639d1707aaafdd18f656b55f7cfb28611
|
||||||
|
|||||||
@@ -5,19 +5,14 @@
|
|||||||
# 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() {
|
||||||
mkdir build
|
meson setup build --prefix=/usr -Dman-pages=enabled
|
||||||
cd build
|
meson compile -C build
|
||||||
|
|
||||||
meson setup --prefix=/usr -Dman-pages=enabled ..
|
|
||||||
meson compile
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# The package function is executed in the source directory
|
# The package function is executed in the source directory
|
||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
cd build
|
meson install -C build --destdir="$BPM_OUTPUT"
|
||||||
|
|
||||||
meson install --destdir="$BPM_OUTPUT"
|
|
||||||
|
|
||||||
# Install package license
|
# Install package license
|
||||||
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/labwc/LICENSE
|
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/labwc/LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user