-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: Add commands for updating to X.Org 1.19.3
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
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,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 |