Skip to content
Snippets Groups Projects
Commit 5f1f34bd authored by Stacy Harper's avatar Stacy Harper Committed by alice
Browse files

community/sxmo-wlroots: remove

sxmo-wlroots is no longer needed as sxmo-sway 1.7.0
sxmo-sway is compatible with unpatched wlroots 0.15
parent eb20a24e
No related branches found
No related tags found
1 merge request!29908sxmo-sway upgrade to 1.7.0
Pipeline #108134 passed
# Maintainer: Stacy Harper <contact@stacyharper.net>
pkgname=sxmo-wlroots
pkgver=0.14.0.0
pkgrel=1
pkgdesc="Modular Wayland compositor library - Sxmo version"
url="https://gitlab.freedesktop.org/wlroots/wlroots"
license="MIT"
provides="wlroots0.14"
arch="all !ppc64le !mips64" # blocked by libseat
makedepends="
eudev-dev
libcap-dev
libinput-dev
libseat-dev
libxcb-dev
libxkbcommon-dev
mesa-dev
meson
ninja
pixman-dev
wayland-dev
wayland-protocols
xcb-util-image-dev
xcb-util-renderutil-dev
xcb-util-wm-dev
xkeyboard-config
xwayland-dev
"
subpackages="$pkgname-dbg $pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~stacyharper/wlroots/archive/$pkgver.tar.gz"
builddir="$srcdir"/wlroots-$pkgver
options="!check" # no test suite
build() {
abuild-meson \
-Dexamples=false \
. build
meson compile ${JOBS:+-j ${JOBS}} -C build
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C build
}
sha512sums="
89bbd295076908533f69a6bc85972ed6f68642c3598bdb1b661bf4ddc792ef14d84b0bc650737b5c326006e7142bb53fc4760be3da7e4d1a6fa975fffd6cdfce sxmo-wlroots-0.14.0.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment