Skip to content

Commit

Permalink
scripts: Add commands for updating to X.Org 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Apr 3, 2017
1 parent 0fc11bf commit 1771502
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions scripts/update-xorg-server-from-1.18.4-to-1.19.3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/bin/sh

bee update xproto
bee update font-util
bee remove bdftopcf-1.0.4-0.x86_64
bee remove libXfont-1.4.7-0.x86_64
bee install libXfont2
bee remove font-adobe-100dpi-1.0.3-0.x86_64
bee remove font-adobe-75dpi-1.0.3-0.x86_64
bee remove font-adobe-utopia-100dpi-1.0.4-0.x86_64
bee remove font-adobe-utopia-75dpi-1.0.4-0.x86_64
bee remove font-arabic-misc-1.0.3-0.x86_64
bee remove font-bh-100dpi-1.0.3-0.x86_64
bee remove font-bh-75dpi-1.0.3-0.x86_64
bee remove font-bh-lucidatypewriter-100dpi-1.0.3-0.x86_64
bee remove font-bh-lucidatypewriter-75dpi-1.0.3-0.x86_64
bee remove font-bitstream-100dpi-1.0.3-0.x86_64
bee remove font-bitstream-75dpi-1.0.3-0.x86_64
bee remove font-bitstream-type1-1.0.3-0.x86_64
bee remove font-cronyx-cyrillic-1.0.3-0.x86_64
bee remove font-cursor-misc-1.0.3-0.x86_64
bee remove font-daewoo-misc-1.0.3-0.x86_64
bee remove font-dec-misc-1.0.3-0.x86_64
bee remove font-isas-misc-1.0.3-0.x86_64
bee remove font-jis-misc-1.0.3-0.x86_64
bee remove font-micro-misc-1.0.3-0.x86_64
bee remove font-misc-cyrillic-1.0.3-0.x86_64
bee remove font-misc-meltho-1.0.3-0.x86_64
bee remove font-misc-misc-1.1.2-0.x86_64
bee remove font-mutt-misc-1.0.3-0.x86_64
bee remove font-schumacher-misc-1.1.2-0.x86_64
bee remove font-screen-cyrillic-1.0.4-0.x86_64
bee remove font-sony-misc-1.0.3-0.x86_64
bee remove font-sun-misc-1.0.3-0.x86_64
bee remove font-symbola-9.00-0.x86_64
bee remove font-winitzki-cyrillic-1.0.3-0.x86_64
bee update xorg-server
bee update libevdev
bee update xf86-input-evdev

0 comments on commit 1771502

Please sign in to comment.