Sync
> Update TkgThingy > linux-tkg: linux58-tkg: 5.8.2 > linux-tkg: linux57-tkg: 5.7.16 > linux-tkg: linux54-tkg: 5.4.59 > linux-tkg: linux59-rc-tkg: Update readme and comment out some disabled options in .cfg > linux-tkg: linux-tkg: Explicitly set X86_P6_NOP default (disabled) so it doesn't prompt on archs not selecting it. > linux-tkg: linux58-tkg: Update prjc / BMQ patchset to v5.8-r1 > linux-tkg: linux-tkg: non-Arch: Set _misc_adds="false" for now > linux-tkg: linux-tkg: The double equal sign amusement continuation > linux-tkg: Introduce initial linux59-rc-tkg > linux-tkg: linux58-tkg: Update readme > linux-tkg: linux58-tkg: Bring Ubuntu install script and related changes initially introduced with https://github.com/Frogging-Family/linux-tkg/pull/26 > nvidia-all: Add initial kernel 5.9 patch, based on Isaak I. Aleksandrov's > nvidia-all: 450.66 > wine-tkg-git: Hotfixer: Update rules and custom patches for 8f3bd63b, staging 7d08bb86 and fs hack unbreak list for 2b484b1a > wine-tkg-git: Proton-tkg: makepkg: Write "true" versioning string to the version file > wine-tkg-git: Hotfixer: Remove undesired winevulkan_vkGetPhysicalDeviceSurfaceCapabilitiesKHR restoration from 01150d7f hotfixes 64/65/66. > wine-tkg-git: Hotfixer: Early: Legacy: Fix the mfplat patchset typo in v5.15 release (fixed in v5.15.1) > wine-tkg-git: Use a triple-way selector for custom compiler paths
This commit is contained in:
38
TkgThingy
38
TkgThingy
@@ -41,15 +41,6 @@ _external_cfg() {
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
# linux56-tkg
|
||||
if [ "$linux56_tkg" == "true" ]; then
|
||||
_config_file_path=linux-tkg/linux56-tkg
|
||||
_config_file_basename=customization.cfg
|
||||
_config_file_targname=linux56-tkg.cfg
|
||||
unset linux56_tkg
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
# linux57-tkg
|
||||
if [ "$linux57_tkg" == "true" ]; then
|
||||
_config_file_path=linux-tkg/linux57-tkg
|
||||
@@ -59,12 +50,21 @@ _external_cfg() {
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
# linux58-rc-tkg
|
||||
if [ "$linux58_rc_tkg" == "true" ]; then
|
||||
_config_file_path=linux-tkg/linux58-rc-tkg
|
||||
# linux58-tkg
|
||||
if [ "$linux58_tkg" == "true" ]; then
|
||||
_config_file_path=linux-tkg/linux58-tkg
|
||||
_config_file_basename=customization.cfg
|
||||
_config_file_targname=linux58-tkg.cfg
|
||||
unset linux58_rc_tkg
|
||||
unset linux58_tkg
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
# linux59_rc-tkg
|
||||
if [ "$linux59_rc_tkg" == "true" ]; then
|
||||
_config_file_path=linux-tkg/linux59-rc-tkg
|
||||
_config_file_basename=customization.cfg
|
||||
_config_file_targname=linux59-tkg.cfg
|
||||
unset linux59_rc_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" "linux56_tkg" "linux57_tkg" "linux58_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_rc_tkg" "mesa_git" "mostlyportable_gcc" "mostlyportable_mingw" "nvidia_all" "vkd3d_git" "proton_tkg" "wine_tkg"
|
||||
do
|
||||
case $tkg_tools in
|
||||
"all")
|
||||
@@ -174,14 +174,14 @@ _main_loop() {
|
||||
"linux54_tkg")
|
||||
linux54_tkg="true"
|
||||
;;
|
||||
"linux56_tkg")
|
||||
linux56_tkg="true"
|
||||
;;
|
||||
"linux57_tkg")
|
||||
linux57_rc_tkg="true"
|
||||
;;
|
||||
"linux58_rc_tkg")
|
||||
linux58_rc_tkg="true"
|
||||
"linux58_tkg")
|
||||
linux58_tkg="true"
|
||||
;;
|
||||
"linux59_rc_tkg")
|
||||
linux59_rc_tkg="true"
|
||||
;;
|
||||
"mesa_git")
|
||||
mesa_git="true"
|
||||
|
Reference in New Issue
Block a user