Sync & update TkgThingy
> linux-tkg: linux59-tkg: Update linux59-rc-tkg to 5.9.0 release > linux-tkg: linux58-tkg: Do not override EXT_CONFIG_PATH, configfile, user_patches and user_patches_no_confirm options value when using generic or ryzen profiles > linux-tkg: linux58-tkg: Append I2C_NCT6775=m entry to config to skip optional openrgb patch prompt > nvidia-all: 455.26.01 > vkd3d-git: Get rid of the `vkd3d-fork` provides > vkd3d-git: Default to upstream vkd3d and add notices regarding upstream compatibility shift. > wine-tkg-git: Pass --without-vkd3d when _use_vkd3dlib isn't explicitly enabled > wine-tkg-git: deps: Don't use sudo when installing packages as root (#175) > wine-tkg-git: Hotfixer: Update rules and custom patches for f7d81508 and staging 24fa2aa7-b49e8743
This commit is contained in:
14
TkgThingy
14
TkgThingy
@@ -59,12 +59,12 @@ _external_cfg() {
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
# linux59_rc-tkg
|
||||
if [ "$linux59_rc_tkg" == "true" ]; then
|
||||
_config_file_path=linux-tkg/linux59-rc-tkg
|
||||
# linux59-tkg
|
||||
if [ "$linux59_tkg" == "true" ]; then
|
||||
_config_file_path=linux-tkg/linux59-tkg
|
||||
_config_file_basename=customization.cfg
|
||||
_config_file_targname=linux59-tkg.cfg
|
||||
unset linux59_rc_tkg
|
||||
unset linux59_tkg
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
@@ -147,7 +147,7 @@ _main_loop() {
|
||||
else
|
||||
mkdir -p "$_EXT_CONFIG_PATH"
|
||||
echo -e "\nPlease select which tool you want to create external config files for (or all of them with option #1) :"
|
||||
select tkg_tools in "all" "dxvk_tools" "gamescope" "linux54_tkg" "linux57_tkg" "linux58_tkg" "linux59_rc_tkg" "mesa_git" "mostlyportable_gcc" "mostlyportable_mingw" "nvidia_all" "vkd3d_git" "proton_tkg" "wine_tkg"
|
||||
select tkg_tools in "all" "dxvk_tools" "gamescope" "linux54_tkg" "linux57_tkg" "linux58_tkg" "linux59_tkg" "mesa_git" "mostlyportable_gcc" "mostlyportable_mingw" "nvidia_all" "vkd3d_git" "proton_tkg" "wine_tkg"
|
||||
do
|
||||
case $tkg_tools in
|
||||
"all")
|
||||
@@ -180,8 +180,8 @@ _main_loop() {
|
||||
"linux58_tkg")
|
||||
linux58_tkg="true"
|
||||
;;
|
||||
"linux59_rc_tkg")
|
||||
linux59_rc_tkg="true"
|
||||
"linux59_tkg")
|
||||
linux59_tkg="true"
|
||||
;;
|
||||
"mesa_git")
|
||||
mesa_git="true"
|
||||
|
Submodule linux-tkg updated: 77c316a6d6...2deb19f1ab
Submodule nvidia-all updated: d62fff8310...9769e459e0
Submodule vkd3d-git updated: 08aa251a48...da11441031
Submodule wine-tkg-git updated: d5c5f849ff...593a3bc699
Reference in New Issue
Block a user