waypipe: 0.10.4 → 0.11.0 (#15333)

* waypipe 0.10.4 -> 0.11.0

* Mark packages from successful builds as automatically buildable.

* waypipe: Package File Update Run on linux/amd64 container.

* waypipe: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: Zopolis4 <creatorsmithmdt@gmail.com>
Co-authored-by: Zopolis4 <Zopolis4@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2026-03-31 10:26:44 -04:00
committed by GitHub
parent 52f9257e9d
commit 60c58aedd9
4 changed files with 9 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
# Total size: 1487225
# Total size: 1206185
/usr/local/bin/waypipe
/usr/local/share/man/man1/waypipe.1.zst

View File

@@ -1,3 +1,3 @@
# Total size: 1786897
# Total size: 1425469
/usr/local/bin/waypipe
/usr/local/share/man/man1/waypipe.1.zst

View File

@@ -1,9 +1,9 @@
require 'buildsystems/meson'
class Waypipe < Meson
description 'A proxy for Wayland protocol applications. WARNING: different versions are incompatible'
description 'A proxy for Wayland protocol applications.'
homepage 'https://gitlab.freedesktop.org/mstoeckl/waypipe'
version '0.10.4'
version '0.11.0'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.freedesktop.org/mstoeckl/waypipe.git'
@@ -11,13 +11,13 @@ class Waypipe < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '4b96adfa989ddc31e40ed8c9d064d9f65e2bc76513ea06c139f58b5bbe1b885d',
armv7l: '4b96adfa989ddc31e40ed8c9d064d9f65e2bc76513ea06c139f58b5bbe1b885d',
x86_64: '1462f21b1a15e3f4860b7a2c231982106d2d90f2461c84eaae4db1182b78c918'
aarch64: 'b7ece71b5296e30daccc50d223d6df20e0d56b02e6c109b8c8f3b8ea8996b2f3',
armv7l: 'b7ece71b5296e30daccc50d223d6df20e0d56b02e6c109b8c8f3b8ea8996b2f3',
x86_64: '87d5054eb166205c5e55fbb736ca2dd3b16abd38d432a775be6a45ec0088f0dc'
})
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'gcc_lib' => :executable
depends_on 'glibc' => :executable
depends_on 'libdrm' => :build
depends_on 'rust' => :build
depends_on 'scdoc' => :build