From 672a8a7b151daed3af676f2a220876fcacb98615 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 01:32:36 +0000 Subject: [PATCH] 'updater-bitmap-1.1.2' (#14307) * Add unbuilt bitmap to updater-bitmap-1.1.2 * updater-bitmap-1.1.2: Package File Update Run on linux/amd64 container. * updater-bitmap-1.1.2: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/b/bitmap.filelist | 2 +- manifest/x86_64/b/bitmap.filelist | 2 +- packages/bitmap.rb | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest/armv7l/b/bitmap.filelist b/manifest/armv7l/b/bitmap.filelist index 6664523af4..2ea60cce01 100644 --- a/manifest/armv7l/b/bitmap.filelist +++ b/manifest/armv7l/b/bitmap.filelist @@ -1,4 +1,4 @@ -# Total size: 83785 +# Total size: 145362 /usr/local/bin/atobm /usr/local/bin/bitmap /usr/local/bin/bmtoa diff --git a/manifest/x86_64/b/bitmap.filelist b/manifest/x86_64/b/bitmap.filelist index 6a76dab127..47ca6a93bb 100644 --- a/manifest/x86_64/b/bitmap.filelist +++ b/manifest/x86_64/b/bitmap.filelist @@ -1,4 +1,4 @@ -# Total size: 90989 +# Total size: 169926 /usr/local/bin/atobm /usr/local/bin/bitmap /usr/local/bin/bmtoa diff --git a/packages/bitmap.rb b/packages/bitmap.rb index 42c5ae6882..23ab527e26 100644 --- a/packages/bitmap.rb +++ b/packages/bitmap.rb @@ -3,7 +3,7 @@ require 'buildsystems/autotools' class Bitmap < Autotools description 'bitmap, bmtoa, atobm - X bitmap (XBM) editor and converter utilities' homepage 'https://gitlab.freedesktop.org/xorg/app/bitmap' - version '1.1.1' + version '1.1.2' license 'MIT' compatibility 'aarch64 armv7l x86_64' source_url 'https://gitlab.freedesktop.org/xorg/app/bitmap.git' @@ -11,11 +11,12 @@ class Bitmap < Autotools binary_compression 'tar.zst' binary_sha256({ - aarch64: '5fa77104fec12e266ab5bee7b67db8fb1ebac3e77e6dc2445ef0ecbe66cd3549', - armv7l: '5fa77104fec12e266ab5bee7b67db8fb1ebac3e77e6dc2445ef0ecbe66cd3549', - x86_64: 'f2e442cbbfbd6944fc4acee04f01f3b01538cdb66f8b517dfd81ebd291c28bf3' + aarch64: 'beba84caee248e1637c8e7cfbb77876c48fa9c6cbd453196be0f57f4622cd3c0', + armv7l: 'beba84caee248e1637c8e7cfbb77876c48fa9c6cbd453196be0f57f4622cd3c0', + x86_64: 'bccf4734b83cc075e168d6560c37214c30417f4c77ddb746feebbd0c5f8796b9' }) + depends_on 'glibc' # R depends_on 'libx11' depends_on 'libxaw' depends_on 'libxmu'