Files
chromebrew/packages/xcb_util_image.rb
chromebrew-actions[bot] 8117f22bb4 x_updates — xa => 2.4.1,xauth => 1.1.4,xbitmaps => 1.1.3,xcb_util_cursor => 0.1.5,xcb_util_image => 0.4.1,xcb_util_keysyms => 0.4.1,xcb_util_renderutil => 0.3.10,xcb_util_wm => 0.4.2,xcb_util_xrm => 1.3-2 (#12460)
* More X updates

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust xbitmaps source

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add xcb_util_image build

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust xauth source

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust xauth build and version detection.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add gperf

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* x_updates: Build Run on linux/386.

* x_updates: Package File Update Run on linux/386 container.

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

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

* Add more xcb updates

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* x_updates: Package File Update Run on linux/386 container.

* Updte xcb_util_xrm

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

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

* fix typo

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* remove filelist

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2025-08-15 01:30:43 +00:00

26 lines
910 B
Ruby

require 'buildsystems/autotools'
class Xcb_util_image < Autotools
description 'The xcb-util-image package provides additional extensions to the XCB library.'
homepage 'https://xcb.freedesktop.org/'
version '0.4.1'
compatibility 'all'
license 'MIT-with-advertising'
source_url 'https://gitlab.freedesktop.org/xorg/lib/libxcb-image.git'
git_hashtag "xcb-util-image-#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'c0277e43aa81434f869327be52541f88672ad33d468d2fcb1801cf76e7204468',
armv7l: 'c0277e43aa81434f869327be52541f88672ad33d468d2fcb1801cf76e7204468',
i686: 'd89423a977f7d80ac85d7ee25cd3f6ed85c5fb740560a9e748df68f0a02c5191',
x86_64: '2a88f98ad97aa0ff5e237dde4b820ce58120c327633c5c56d4549d23afe965e8'
})
depends_on 'glibc' # R
depends_on 'libbsd' # R
depends_on 'libxau' # R
depends_on 'libxcb' # R
depends_on 'xcb_util' => :build
end