mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
|
pkgname=labwc
|
|
pkgver=0.5.1
|
|
pkgrel=1
|
|
pkgdesc="Wayland stacking compositor"
|
|
url="https://github.com/labwc/labwc"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
makedepends="
|
|
cairo-dev
|
|
glib-dev
|
|
libinput-dev
|
|
libxml2-dev
|
|
meson
|
|
pango-dev
|
|
scdoc
|
|
wayland-protocols
|
|
wlroots-dev
|
|
"
|
|
subpackages="$pkgname-doc"
|
|
source="https://github.com/labwc/labwc/archive/$pkgver/labwc-$pkgver.tar.gz
|
|
remove-aports-git-version.patch"
|
|
|
|
build() {
|
|
abuild-meson . output -Dman-pages=enabled
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild -v -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
bb73bd97dd8f92701abbb415da70dc51947651b993076a3ecb50eee4289798a5008758077bc08c94554c38caf910d164bbd18f3a6ec7dd4348a082564ac85eb3 labwc-0.5.1.tar.gz
|
|
494e9fa10db3cd1c610378ba4657d1a8ec0ebe8fc4efd549e5df4675c460cb09def0c10463b5a6f16de41f70a2f60c0ee8e934558caa4c16a80d19177686dc4d remove-aports-git-version.patch
|
|
"
|