lots of stuff

This commit is contained in:
Ella Stanforth 2021-12-26 12:40:14 +00:00
parent 32d66a7f56
commit b859e777d0
91 changed files with 2156 additions and 532 deletions

View file

@ -1,9 +1,8 @@
pkgname=wayland
pkgver=1.19.0
deps="libxml2"
pkgver=1.20.0
fetch() {
curl "https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz" -o $pkgname-$pkgver.tar.xz
curl "https://wayland.freedesktop.org/releases/wayland-$pkgver.tar.xz" -o $pkgname-$pkgver.tar.xz
tar -xf $pkgname-$pkgver.tar.xz
mkdir $pkgname-$pkgver/build
}
@ -14,7 +13,11 @@ build() {
meson .. \
--buildtype=release \
--prefix=/usr \
-Ddocumentation=false
-Dlibraries=true \
-Dscanner=true \
-Dtests=false \
-Ddocumentation=false \
-Ddtd_validation=false
samu
}
@ -24,6 +27,10 @@ package() {
DESTDIR=$pkgdir samu install
}
backup() {
return
}
license() {
cd $pkgname-$pkgver
cat COPYING