Skip to content

Commit 22c33ba

Browse files
waypipe v0.10.3-1
1 parent a198089 commit 22c33ba

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

packages/waypipe/PKGBUILD

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# Maintainer: Manuel Stoeckl <com dоt mstoeckl аt wppkgb>
2+
# SPDX-License-Identifier: 0BSD
23
pkgname=waypipe
3-
pkgver=0.9.1
4-
pkgrel=2
4+
pkgver=0.10.3
5+
pkgrel=1
56
pkgdesc='A proxy for Wayland protocol applications; like ssh -X'
67
license=('MIT')
7-
# minimal build: only 'wayland' 'wayland-protocols' 'meson' 'ninja'
8-
depends=('lz4' 'zstd' 'mesa' 'ffmpeg' 'libva')
8+
makedepends=('meson' 'ninja' 'scdoc' 'shaderc' 'pkgconf' 'cargo' 'rust-bindgen' 'clang' 'vulkan-headers')
9+
depends=('lz4' 'zstd' 'vulkan-icd-loader' 'mesa' 'ffmpeg')
910
optdepends=(
1011
'openssh: recommended transport'
11-
'systemtap: a makedepend, for tracing hooks'
1212
)
13-
makedepends=('git' 'meson' 'ninja' 'scdoc' 'libdrm' 'pkgconf' 'cmake')
14-
checkdepends=('weston' 'python-psutil')
13+
checkdepends=('vulkan-validation-layers')
1514
url='https://gitlab.freedesktop.org/mstoeckl/waypipe'
1615
source=("https://gitlab.freedesktop.org/mstoeckl/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
17-
sha256sums=('7127e253a43f7de1f9a7ef7579166516c777324a214f1fb8477cde984d985bb6')
16+
sha256sums=('643fc34a5561a583f3fc1a9f27ba559bb2e10a7e208ae67d0aca89886220da57')
1817
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
1918

2019
build() {
20+
cargo fetch --locked --manifest-path "$pkgname-v$pkgver/Cargo.toml"
2121
mkdir -p build
22-
arch-meson build $pkgname-v$pkgver -D werror=false -D b_ndebug=true
22+
meson build "$pkgname-v$pkgver" --buildtype debugoptimized -Dwerror=false --prefix /usr
2323
ninja -C build
2424
}
2525

2626
package() {
2727
DESTDIR="$pkgdir" ninja -C "$srcdir/build" install
28-
install -Dm644 "$pkgname-v$pkgver/COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28+
install -Dm644 "$pkgname-v$pkgver/LICENSE.GPLv3" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
2929
}

0 commit comments

Comments
 (0)