TkgThingy: Update for linux-tkg refactoring
Fixes https://github.com/Tk-Glitch/PKGBUILDS/issues/584
Sync
> community-patches: Introduce linux59-tkg patches
> linux-tkg: Add back #62 Add initial -rc support to the install.sh script. (#100)
> linux-tkg: linux59-tkg: Add bluetooth fix for https://bugzilla.kernel.org/show_bug.cgi?id=209745
> linux-tkg: linux59-tkg: Update bcachefs patchset
> linux-tkg: Move back to using nproc +1 for _force_all_threads instead of nproc *2. The 5.6 issue was fixed a while ago and really slow CPUs can choke on *2 while doing interactive tasks.
> linux-tkg: Fix profiles path
> linux-tkg: Update readme
> linux-tkg: Adjust community-patches path for the new unified-builder path
> linux-tkg: Move to unified builder as default
> linux-tkg: unified-builder: Update readme
> linux-tkg: unified-builder: Minor adjustments
> linux-tkg: unified builder: Add LTS and RC to the version selector
> linux-tkg: unified-builder: linux59/510-tkg: Update prjc patchset to v5.9-r1 + hotfix c6e352a26d
> linux-tkg: unified builder: Small maintenance-friendly tweaks and added support for 5.10rc1
> linux-tkg: cosmetics in localversion if using llvm (#95)
> linux-tkg: linux59/510-tkg: Fix compilation with MuQSS on Debian-based distros
> linux-tkg: Update readmes
> linux-tkg: linux510-rc-tkg: Add CONFIG_USER_NS_UNPRIVILEGED to defconfig
> nvidia-all: Add initial kernel 5.10 support patch
> wine-tkg-git: Require staging for proton-rawinput-nofshack checks
This commit is contained in:
57
TkgThingy
57
TkgThingy
@@ -32,39 +32,12 @@ _external_cfg() {
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
# linux54-tkg
|
||||
if [ "$linux54_tkg" == "true" ]; then
|
||||
_config_file_path=linux-tkg/linux54-tkg
|
||||
# linux-tkg
|
||||
if [ "$linux_tkg" == "true" ]; then
|
||||
_config_file_path=linux-tkg
|
||||
_config_file_basename=customization.cfg
|
||||
_config_file_targname=linux54-tkg.cfg
|
||||
unset linux54_tkg
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
# linux57-tkg
|
||||
if [ "$linux57_tkg" == "true" ]; then
|
||||
_config_file_path=linux-tkg/linux57-tkg
|
||||
_config_file_basename=customization.cfg
|
||||
_config_file_targname=linux57-tkg.cfg
|
||||
unset linux57_tkg
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
# 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_tkg
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
# 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_tkg
|
||||
_config_file_targname=linux-tkg.cfg
|
||||
unset linux_tkg
|
||||
_cfg_loop
|
||||
fi
|
||||
|
||||
@@ -147,16 +120,13 @@ _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_tkg" "mesa_git" "mostlyportable_gcc" "mostlyportable_mingw" "nvidia_all" "vkd3d_git" "proton_tkg" "wine_tkg"
|
||||
select tkg_tools in "all" "dxvk_tools" "gamescope" "linux_tkg" "mesa_git" "mostlyportable_gcc" "mostlyportable_mingw" "nvidia_all" "vkd3d_git" "proton_tkg" "wine_tkg"
|
||||
do
|
||||
case $tkg_tools in
|
||||
"all")
|
||||
dxvk_tools="true"
|
||||
gamescope="true"
|
||||
linux54_tkg="true"
|
||||
linux56_tkg="true"
|
||||
linux57_tkg="true"
|
||||
linux58_rc_tkg="true"
|
||||
linux_tkg="true"
|
||||
mesa_git="true"
|
||||
mostlyportable_gcc="true"
|
||||
mostlyportable_mingw="true"
|
||||
@@ -171,17 +141,8 @@ _main_loop() {
|
||||
"gamescope")
|
||||
gamescope="true"
|
||||
;;
|
||||
"linux54_tkg")
|
||||
linux54_tkg="true"
|
||||
;;
|
||||
"linux57_tkg")
|
||||
linux57_rc_tkg="true"
|
||||
;;
|
||||
"linux58_tkg")
|
||||
linux58_tkg="true"
|
||||
;;
|
||||
"linux59_tkg")
|
||||
linux59_tkg="true"
|
||||
"linux_tkg")
|
||||
linux_tkg="true"
|
||||
;;
|
||||
"mesa_git")
|
||||
mesa_git="true"
|
||||
|
Submodule community-patches updated: 2b4be36bf4...773ecfdf8d
Submodule linux-tkg updated: d84bb61760...191febe4e8
Submodule nvidia-all updated: f1d3c6cf02...62d60fea19
Submodule wine-tkg-git updated: ab18cc0f97...bcf4f949bc
Reference in New Issue
Block a user