-
Notifications
You must be signed in to change notification settings - Fork 0
Update graphics and X stack #926
Merged
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
5a93c01
libdrm: Update version from 2.4.93 to 2.4.94
pmenzel c3800ed
wayland: Update version from 1.14.0 to 1.16.0
pmenzel 4d9a9f3
libxcb: Securely download source archive over HTTPS
pmenzel 446a4f1
libxcb: Update version from 1.12 to 1.13
pmenzel 1b6c521
xcb-proto: Update version from 1.12 to 1.13
pmenzel 681f2dc
libxcb: Update from version 1.13 to version 1.13.1
donald 69f40da
mesalib: Update version from 18.1.6 to 18.2.1
pmenzel 8e0fec1
mesalib: Patch source to include header for `va_arg`
pmenzel 35e813d
mesalib: Remove outdated configure switch `--enable-texture-float`
pmenzel 9cffb48
libX11: Update version from 1.6.6 to 1.6.7
pmenzel 4c55e51
Add scripts/update-graphics-and-x-stack.sh
donald File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#! /bin/bash | ||
|
||
# | ||
# bee install does not work well on big archives ( mariux64/bee#26 ) | ||
# | ||
sudo perl -i -pe 's/^( *)(print_conflicts .*)/$1# $2/' /usr/libexec/bee/bee.d/bee-cache | ||
|
||
sudo bee update libdrm-2.4.94-0 | ||
|
||
sudo bee update wayland-1.16.0-0 | ||
sudo bee install xcb-proto-1.13-0 | ||
sudo bee update libxcb-1.13-0.x86_64 | ||
sudo bee update mesalib-18.2.1-0 | ||
|
||
sudo bee update libX11-1.6.7-0 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the wrong version, and
libxcb-1.13.1-0.x86_64
should have been installed.