From f9f18ecc4e3053ac11b09bebdac3d07a5ab8453d Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Wed, 19 Aug 2020 12:29:28 +0200 Subject: [PATCH] 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 --- TkgThingy | 38 +++++++++++++++++++------------------- linux-tkg | 2 +- nvidia-all | 2 +- wine-tkg-git | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/TkgThingy b/TkgThingy index 383f59e..509c1e0 100755 --- a/TkgThingy +++ b/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" diff --git a/linux-tkg b/linux-tkg index 4a6b1ef..7146a54 160000 --- a/linux-tkg +++ b/linux-tkg @@ -1 +1 @@ -Subproject commit 4a6b1ef584efe44ed323f2900e03f73e19dc20c0 +Subproject commit 7146a546e44a5a881625402b36bee1d75f27c13d diff --git a/nvidia-all b/nvidia-all index 83ad9c8..fd5ba43 160000 --- a/nvidia-all +++ b/nvidia-all @@ -1 +1 @@ -Subproject commit 83ad9c856cc47ce0438c2f47c06eb827353eea67 +Subproject commit fd5ba432daccf4354688966ca76e933b5c9646d4 diff --git a/wine-tkg-git b/wine-tkg-git index fbf5bc0..d140e3c 160000 --- a/wine-tkg-git +++ b/wine-tkg-git @@ -1 +1 @@ -Subproject commit fbf5bc06b9817c90046d083c090589c7a58d916b +Subproject commit d140e3c217799ae0b8d352c9cc2c15d911e2baf9