From 60c58aedd9b81563b877b4cfdb8084df60119da3 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:26:44 -0400 Subject: [PATCH] =?UTF-8?q?waypipe:=200.10.4=20=E2=86=92=200.11.0=20(#1533?= =?UTF-8?q?3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Co-authored-by: Zopolis4 Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/w/waypipe.filelist | 2 +- manifest/x86_64/w/waypipe.filelist | 2 +- packages/waypipe.rb | 14 +++++++------- tools/automatically_updatable_packages/waypipe | 0 4 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 tools/automatically_updatable_packages/waypipe diff --git a/manifest/armv7l/w/waypipe.filelist b/manifest/armv7l/w/waypipe.filelist index 8b03c40c87..0277ae4f3a 100644 --- a/manifest/armv7l/w/waypipe.filelist +++ b/manifest/armv7l/w/waypipe.filelist @@ -1,3 +1,3 @@ -# Total size: 1487225 +# Total size: 1206185 /usr/local/bin/waypipe /usr/local/share/man/man1/waypipe.1.zst diff --git a/manifest/x86_64/w/waypipe.filelist b/manifest/x86_64/w/waypipe.filelist index b674145d18..749fba52d5 100644 --- a/manifest/x86_64/w/waypipe.filelist +++ b/manifest/x86_64/w/waypipe.filelist @@ -1,3 +1,3 @@ -# Total size: 1786897 +# Total size: 1425469 /usr/local/bin/waypipe /usr/local/share/man/man1/waypipe.1.zst diff --git a/packages/waypipe.rb b/packages/waypipe.rb index 80b3037db7..ccd62bb779 100644 --- a/packages/waypipe.rb +++ b/packages/waypipe.rb @@ -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 diff --git a/tools/automatically_updatable_packages/waypipe b/tools/automatically_updatable_packages/waypipe new file mode 100644 index 0000000000..e69de29bb2