mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
42 lines
1.1 KiB
Text
42 lines
1.1 KiB
Text
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
|
pkgname=labwc
|
|
pkgver=0.6.1
|
|
pkgrel=0
|
|
pkgdesc="Wayland stacking compositor"
|
|
url="https://github.com/labwc/labwc"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
depends="xwayland"
|
|
makedepends="
|
|
cairo-dev
|
|
glib-dev
|
|
libinput-dev
|
|
libxml2-dev
|
|
meson
|
|
pango-dev
|
|
scdoc
|
|
wayland-protocols
|
|
wlroots-dev
|
|
"
|
|
subpackages="$pkgname-doc $pkgname-lang"
|
|
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 -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
b85a45e240167227b863b6051cdf29b329b963d6d2893b749eb30d2b17d1b641dfbdbdd4700a33383e22cdc549ac6bcb1564bfcdd75fde339d705b42760eaf57 labwc-0.6.1.tar.gz
|
|
08b1c7f45eda434400b61b8cad1d0e800c8f4ecd9e3f93fc42b10f4e8e0e599ed61a7a7e363dfa0acb45b174269278c136a244ec87940e84cc2362cdda5f5ef6 remove-aports-git-version.patch
|
|
"
|