Update dbus and deps. — dbus libice libsm libx11 libxau (#12318)

* Update libice, libsm, libx11, libxau

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

* Remove keys from env hash if they are blank. (This fixes the libx11 build.)

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

* Add binaries and add dbus update

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

* Add libsm builds

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

* Adjust libice compatibility.

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

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

* Adjust linter handoff workflow.

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

* lint const.rb

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

* Adjust workflow to add reviewers.

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

* Remove i686 libice manifest.

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2025-08-01 14:16:42 -04:00
committed by GitHub
parent 50736691b9
commit f1b12b14e4
12 changed files with 66 additions and 106 deletions

View File

@@ -405,6 +405,7 @@ jobs:
PR_NUMBER=$(gh pr create ${PR_DRAFT_FLAG} --reviewer chromebrew/active --title "$(echo "${{ inputs.pr_title || inputs.branch || github.ref_name }}" | sed -e "s/^'//" -e "s/'$//") — ${CHANGED_PACKAGES}" -F /tmp/pr.txt | rev | cut -d"/" -f1 | rev)
else
gh pr edit --title "$(echo "${{ inputs.pr_title || inputs.branch || github.ref_name }}" | sed -e "s/^'//" -e "s/'$//") — ${CHANGED_PACKAGES}" -F /tmp/pr.txt
gh pr edit --add-reviewer chromebrew/active
fi
# Draft PRs can not be set to automerge.
if [[ $DRAFT_PR == 'true' ]]; then