mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
'updater-wayland_protocols-1.47' (#13856)
* Add unbuilt wayland_protocols to updater-wayland_protocols-1.47 * updater-wayland_protocols-1.47: Package File Update Run on linux/386 container. * updater-wayland_protocols-1.47: Package File Update Run on linux/amd64 container. * updater-wayland_protocols-1.47: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f860325f02
commit
8bd112b869
@@ -1,4 +1,4 @@
|
||||
# Total size: 984119
|
||||
# Total size: 989046
|
||||
/usr/local/include/wayland-protocols/alpha-modifier-v1-enum.h
|
||||
/usr/local/include/wayland-protocols/color-management-v1-enum.h
|
||||
/usr/local/include/wayland-protocols/color-representation-v1-enum.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 984119
|
||||
# Total size: 989046
|
||||
/usr/local/include/wayland-protocols/alpha-modifier-v1-enum.h
|
||||
/usr/local/include/wayland-protocols/color-management-v1-enum.h
|
||||
/usr/local/include/wayland-protocols/color-representation-v1-enum.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 984119
|
||||
# Total size: 989046
|
||||
/usr/local/include/wayland-protocols/alpha-modifier-v1-enum.h
|
||||
/usr/local/include/wayland-protocols/color-management-v1-enum.h
|
||||
/usr/local/include/wayland-protocols/color-representation-v1-enum.h
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/meson'
|
||||
class Wayland_protocols < Meson
|
||||
description 'Wayland is a protocol for a compositor to talk to its clients.'
|
||||
homepage 'https://wayland.freedesktop.org/'
|
||||
version '1.46'
|
||||
version '1.47'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://gitlab.freedesktop.org/wayland/wayland-protocols.git'
|
||||
@@ -11,10 +11,10 @@ class Wayland_protocols < Meson
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '4ae3d7455fd139d98caa53a0e6a3eb87b80083daff3a2eb418e1530329daa82c',
|
||||
armv7l: '4ae3d7455fd139d98caa53a0e6a3eb87b80083daff3a2eb418e1530329daa82c',
|
||||
i686: '737f1d56ab72fee69daa356d2cd872a09e05b68310165340380a99f924d8ee3b',
|
||||
x86_64: '1f79f3c8e195ade95784e5b9d15bf63e27e6b39c210cde1a808025926c2938ad'
|
||||
aarch64: 'c08a005eb388f860b004fda816fa1726b54e8faff451fa2b5a765cd08af9dcff',
|
||||
armv7l: 'c08a005eb388f860b004fda816fa1726b54e8faff451fa2b5a765cd08af9dcff',
|
||||
i686: '5aef9699f9584c077c422863381a03692f3e8a24939746d5401ef4851fe10dbb',
|
||||
x86_64: '21c5a4dca6484e25bd7c996b52ad468e93a3812c3d8541f6f74281580fd72e9d'
|
||||
})
|
||||
|
||||
depends_on 'wayland' # L
|
||||
|
||||
Reference in New Issue
Block a user