Do not build and install rootston
The example rootston compositor is gone from the upstream repository.
This commit is contained in:
parent
4dd6b39af4
commit
2fee68f47f
2
.SRCINFO
2
.SRCINFO
@ -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
|
||||
|
9
PKGBUILD
9
PKGBUILD
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user