Skip to content

Update graphics and X stack #926

Merged
merged 11 commits into from Oct 18, 2018
15 changes: 15 additions & 0 deletions scripts/update-graphics-and-x-stack.sh
@@ -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
Copy link
Collaborator Author

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.

$ sudo bee remove libxcb-1.13-0.x86_64
removing libxcb-1.13-0.x86_64 ..
$ sudo bee install libxcb-1.13.1-0.x86_64
installing /src/mariux/beeroot/packages/libxcb-1.13.1-0.x86_64.bee.tar.bz2 ..

sudo bee update mesalib-18.2.1-0

sudo bee update libX11-1.6.7-0