Add packages for gaming, still need to enable multilib
This commit is contained in:
parent
90637538b9
commit
4edb9adebf
1 changed files with 54 additions and 0 deletions
54
configs.yml
54
configs.yml
|
@ -487,3 +487,57 @@ powershell:
|
||||||
- run:
|
- run:
|
||||||
command: cd ~/builds/powershell-bin && makepkg -cirs --needed
|
command: cd ~/builds/powershell-bin && makepkg -cirs --needed
|
||||||
condition: arch
|
condition: arch
|
||||||
|
|
||||||
|
gaming:
|
||||||
|
- install:
|
||||||
|
- wine-staging
|
||||||
|
- winetricks
|
||||||
|
- lutris
|
||||||
|
- steam
|
||||||
|
- gamemode
|
||||||
|
- giflib
|
||||||
|
- lib32-giflib
|
||||||
|
- libpng
|
||||||
|
- lib32-libpng
|
||||||
|
- libldap
|
||||||
|
- lib32-libldap
|
||||||
|
- gnutls
|
||||||
|
- lib32-gnutls
|
||||||
|
- mpg123
|
||||||
|
- lib32-mpg123
|
||||||
|
- openal
|
||||||
|
- lib32-openal
|
||||||
|
- v4l-utils
|
||||||
|
- lib32-v4l-utils
|
||||||
|
- libpulse
|
||||||
|
- lib32-libpulse
|
||||||
|
- libgpg-error
|
||||||
|
- lib32-libgpg-error
|
||||||
|
- alsa-plugins
|
||||||
|
- lib32-alsa-plugins
|
||||||
|
- alsa-lib
|
||||||
|
- lib32-alsa-lib
|
||||||
|
- libjpeg-turbo
|
||||||
|
- lib32-libjpeg-turbo
|
||||||
|
- sqlite
|
||||||
|
- lib32-sqlite
|
||||||
|
- libxcomposite
|
||||||
|
- lib32-libxcomposite
|
||||||
|
- libxinerama
|
||||||
|
- lib32-libxinerama
|
||||||
|
- libgcrypt
|
||||||
|
- lib32-libgcrypt
|
||||||
|
- ncurses
|
||||||
|
- lib32-ncurses
|
||||||
|
- opencl-icd-loader
|
||||||
|
- lib32-opencl-icd-loader
|
||||||
|
- libxslt
|
||||||
|
- lib32-libxslt
|
||||||
|
- libva
|
||||||
|
- lib32-libva
|
||||||
|
- gtk3
|
||||||
|
- lib32-gtk3
|
||||||
|
- gst-plugins-base-libs
|
||||||
|
- lib32-gst-plugins-base-libs
|
||||||
|
- vulkan-icd-loader
|
||||||
|
- lib32-vulkan-icd-loader
|
||||||
|
|
Loading…
Add table
Reference in a new issue