From 4c55e510173a28a0ea097f07f651eedf68a0b9d2 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 9 Oct 2018 11:51:48 +0200 Subject: [PATCH] Add scripts/update-graphics-and-x-stack.sh --- scripts/update-graphics-and-x-stack.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 scripts/update-graphics-and-x-stack.sh diff --git a/scripts/update-graphics-and-x-stack.sh b/scripts/update-graphics-and-x-stack.sh new file mode 100755 index 000000000..bd09ac335 --- /dev/null +++ b/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 +sudo bee update mesalib-18.2.1-0 + +sudo bee update libX11-1.6.7-0