mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-13 01:32:13 +02:00
38 lines
817 B
Plaintext
38 lines
817 B
Plaintext
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
|
pkgname=wayqt
|
|
pkgver=0.1.1
|
|
pkgrel=0
|
|
pkgdesc="Qt-based wrapper for various wayland protocols"
|
|
url="https://gitlab.com/desktop-frameworks/wayqt"
|
|
arch="all"
|
|
license="MIT"
|
|
makedepends="
|
|
meson
|
|
qt5-qtbase-dev
|
|
wayland-protocols
|
|
wlroots-dev
|
|
"
|
|
subpackages="$pkgname-dev"
|
|
source="https://gitlab.com/desktop-frameworks/wayqt/-/archive/v$pkgver/wayqt-v$pkgver.tar.gz"
|
|
builddir="$srcdir/wayqt-v$pkgver"
|
|
options="!check" # no test suite
|
|
|
|
build() {
|
|
abuild-meson \
|
|
-Duse_qt_version=qt5 \
|
|
output
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
:
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
ed84c07be4a8e95d08554e23f537b089b186e1b67931059461ae8584fbfab38d921f85aee5b8a00e0806eee7ae9e6331a99963d2c06efb1124becabf1471edd2 wayqt-v0.1.1.tar.gz
|
|
"
|