aports/testing/wayfire/APKBUILD
2025-02-27 20:13:31 +00:00

44 lines
1.1 KiB
Text

# Contributor: Danct12 <danct12@disroot.org>
# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
pkgname=wayfire
pkgver=0.9.0
pkgrel=0
pkgdesc="Compiz-clone Wayland compositor"
url="https://wayfire.org"
arch="all"
license="MIT"
install="$pkgname.post-install"
makedepends="
meson
wlroots0.17-dev
glm-dev
wf-config-dev
cairo-dev
libxml2-dev
wayland-protocols
pango-dev
nlohmann-json
"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/WayfireWM/wayfire/releases/download/v$pkgver/wayfire-$pkgver.tar.xz"
options="!check" # no testsuite
build() {
abuild-meson \
-Duse_system_wlroots=enabled \
-Duse_system_wfconfig=enabled \
. output
meson compile -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
install -Dm644 wayfire.ini "$pkgdir"/usr/share/wayfire/wayfire.ini.default
install -Dm644 wayfire.desktop "$pkgdir"/usr/share/wayland-sessions/wayfire.desktop
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
}
sha512sums="
572bfbe1821490842eae33285a0a5607f70b96b0d5b994246ffe6f0bd74ef03d8d699f3f429bff4d376a0a9390312aa67332e8f614fefa2400e0b844b2d74ab9 wayfire-0.9.0.tar.xz
"