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