Do not build and install rootston

The example rootston compositor is gone from the upstream repository.
This commit is contained in:
Adrian Perez de Castro 2019-08-09 15:23:08 +03:00
parent 4dd6b39af4
commit 2fee68f47f
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
2 changed files with 2 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library
pkgver = 0.4.1.r20.g30d34261
pkgver = 0.6.0.r70.g58b25848
pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64

View File

@ -1,6 +1,6 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname='wlroots-git'
pkgver=0.4.1.r20.g30d34261
pkgver=0.6.0.r70.g58b25848
pkgrel=1
license=('custom:MIT')
pkgdesc='Modular Wayland compositor library'
@ -39,7 +39,6 @@ build () {
-Dxcb-icccm=enabled \
-Dxwayland=enabled \
-Dx11-backend=enabled \
-Drootston=true \
-Dexamples=true
ninja -C build
}
@ -48,10 +47,4 @@ package () {
cd "${pkgname}"
DESTDIR="${pkgdir}" ninja -C build install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Manually install rootston, "ninja installs" skips it.
install -Dm755 build/rootston/rootston \
"${pkgdir}/usr/bin/rootston"
install -Dm755 rootston/rootston.ini.example \
"${pkgdir}/usr/share/doc/${pkgname}/rootston.ini.example"
}