From bee0e4083073cb224b53a522f5410b3f778f9f10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 07:21:21 +0000 Subject: [PATCH 1/8] Add component ge-proton9-1 --- input_files/10-GE-Proton.yml | 5 +++++ runners/proton/ge-proton9-1.yml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 runners/proton/ge-proton9-1.yml diff --git a/input_files/10-GE-Proton.yml b/input_files/10-GE-Proton.yml index 401155ac..61341aab 100644 --- a/input_files/10-GE-Proton.yml +++ b/input_files/10-GE-Proton.yml @@ -1,3 +1,8 @@ +ge-proton9-1: + Category: runners + Sub-category: proton + Channel: stable + Date: '1709938724' ge-proton8-32: Category: runners Sub-category: proton diff --git a/runners/proton/ge-proton9-1.yml b/runners/proton/ge-proton9-1.yml new file mode 100644 index 00000000..66dad130 --- /dev/null +++ b/runners/proton/ge-proton9-1.yml @@ -0,0 +1,14 @@ +Name: ge-proton9-1 +Provider: GloriousEggroll +Maintainer: CI +Channel: stable +File: +- file_name: GE-Proton9-1.tar.gz + url: https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton9-1/GE-Proton9-1.tar.gz + file_checksum: 3824ac7a6681a52cd8f0a0f2e160a131 + file_size: 435267845 + rename: GE-Proton9-1.tar.gz +Post: +- action: rename + source: GE-Proton9-1 + dest: ge-proton9-1 From 88b9730c59df291991d4604415d7063ebf86ef2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 07:21:21 +0000 Subject: [PATCH 2/8] Add component kron4ek-wine-9.4-staging-tkg-amd64 --- input_files/11-kron4ek.yml | 5 +++++ .../wine/kron4ek-wine-9.4-staging-tkg-amd64.yml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 runners/wine/kron4ek-wine-9.4-staging-tkg-amd64.yml diff --git a/input_files/11-kron4ek.yml b/input_files/11-kron4ek.yml index 8eebb23c..20b6551b 100644 --- a/input_files/11-kron4ek.yml +++ b/input_files/11-kron4ek.yml @@ -1,3 +1,8 @@ +kron4ek-wine-9.4-staging-tkg-amd64: + Category: runners + Sub-category: wine + Channel: stable + Date: '1709998117' kron4ek-wine-proton-exp-9.0-amd64: Category: runners Sub-category: wine diff --git a/runners/wine/kron4ek-wine-9.4-staging-tkg-amd64.yml b/runners/wine/kron4ek-wine-9.4-staging-tkg-amd64.yml new file mode 100644 index 00000000..e8de9174 --- /dev/null +++ b/runners/wine/kron4ek-wine-9.4-staging-tkg-amd64.yml @@ -0,0 +1,14 @@ +Name: kron4ek-wine-9.4-staging-tkg-amd64 +Provider: Kron4ek +Maintainer: CI +Channel: stable +File: +- file_name: wine-9.4-staging-tkg-amd64.tar.xz + url: https://github.com/Kron4ek/Wine-Builds/releases/download/9.4/wine-9.4-staging-tkg-amd64.tar.xz + file_checksum: 6e3adfa9d74fc4ba66ac368eb6ed4a97 + file_size: 57371296 + rename: wine-9.4-staging-tkg-amd64.tar.xz +Post: +- action: rename + source: wine-9.4-staging-tkg-amd64 + dest: kron4ek-wine-9.4-staging-tkg-amd64 From cc79e4ab245da477d5102a6535d6c7690f69d00e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 07:21:21 +0000 Subject: [PATCH 3/8] Add component kron4ek-wine-9.4-staging-amd64 --- input_files/11-kron4ek.yml | 5 +++++ runners/wine/kron4ek-wine-9.4-staging-amd64.yml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 runners/wine/kron4ek-wine-9.4-staging-amd64.yml diff --git a/input_files/11-kron4ek.yml b/input_files/11-kron4ek.yml index 20b6551b..456e2618 100644 --- a/input_files/11-kron4ek.yml +++ b/input_files/11-kron4ek.yml @@ -1,3 +1,8 @@ +kron4ek-wine-9.4-staging-amd64: + Category: runners + Sub-category: wine + Channel: stable + Date: '1709998107' kron4ek-wine-9.4-staging-tkg-amd64: Category: runners Sub-category: wine diff --git a/runners/wine/kron4ek-wine-9.4-staging-amd64.yml b/runners/wine/kron4ek-wine-9.4-staging-amd64.yml new file mode 100644 index 00000000..89d7a544 --- /dev/null +++ b/runners/wine/kron4ek-wine-9.4-staging-amd64.yml @@ -0,0 +1,14 @@ +Name: kron4ek-wine-9.4-staging-amd64 +Provider: Kron4ek +Maintainer: CI +Channel: stable +File: +- file_name: wine-9.4-staging-amd64.tar.xz + url: https://github.com/Kron4ek/Wine-Builds/releases/download/9.4/wine-9.4-staging-amd64.tar.xz + file_checksum: 318c17107c75b1e277a9bf2cd00f261a + file_size: 57323432 + rename: wine-9.4-staging-amd64.tar.xz +Post: +- action: rename + source: wine-9.4-staging-amd64 + dest: kron4ek-wine-9.4-staging-amd64 From 638a97dc7a16faf2aa46ffd506cf00ec6130443c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 07:21:21 +0000 Subject: [PATCH 4/8] Add component kron4ek-wine-9.4-amd64 --- input_files/11-kron4ek.yml | 5 +++++ runners/wine/kron4ek-wine-9.4-amd64.yml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 runners/wine/kron4ek-wine-9.4-amd64.yml diff --git a/input_files/11-kron4ek.yml b/input_files/11-kron4ek.yml index 456e2618..840219d2 100644 --- a/input_files/11-kron4ek.yml +++ b/input_files/11-kron4ek.yml @@ -1,3 +1,8 @@ +kron4ek-wine-9.4-amd64: + Category: runners + Sub-category: wine + Channel: stable + Date: '1709998098' kron4ek-wine-9.4-staging-amd64: Category: runners Sub-category: wine diff --git a/runners/wine/kron4ek-wine-9.4-amd64.yml b/runners/wine/kron4ek-wine-9.4-amd64.yml new file mode 100644 index 00000000..cb8f804a --- /dev/null +++ b/runners/wine/kron4ek-wine-9.4-amd64.yml @@ -0,0 +1,14 @@ +Name: kron4ek-wine-9.4-amd64 +Provider: Kron4ek +Maintainer: CI +Channel: stable +File: +- file_name: wine-9.4-amd64.tar.xz + url: https://github.com/Kron4ek/Wine-Builds/releases/download/9.4/wine-9.4-amd64.tar.xz + file_checksum: 2ca2e2ae941374050c40845eb3256c4f + file_size: 55395624 + rename: wine-9.4-amd64.tar.xz +Post: +- action: rename + source: wine-9.4-amd64 + dest: kron4ek-wine-9.4-amd64 From e4284fcfc7189c6351fc399f4f4f4d107f83bff8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 07:21:21 +0000 Subject: [PATCH 5/8] Add component vkd3d-proton-2.12 --- input_files/13-vkd3d-proton.yml | 6 +++--- vkd3d/vkd3d-proton-2.12.yml | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 vkd3d/vkd3d-proton-2.12.yml diff --git a/input_files/13-vkd3d-proton.yml b/input_files/13-vkd3d-proton.yml index 89bd097c..6b484cc7 100644 --- a/input_files/13-vkd3d-proton.yml +++ b/input_files/13-vkd3d-proton.yml @@ -1,7 +1,7 @@ -vkd3d-proton-2.11.1-5-ffb04fb: +vkd3d-proton-2.12: Category: vkd3d - Channel: unstable - Date: '1709841844' + Channel: stable + Date: '1710521801' vkd3d-proton-2.11.1: Category: vkd3d Channel: stable diff --git a/vkd3d/vkd3d-proton-2.12.yml b/vkd3d/vkd3d-proton-2.12.yml new file mode 100644 index 00000000..ce28493e --- /dev/null +++ b/vkd3d/vkd3d-proton-2.12.yml @@ -0,0 +1,10 @@ +Name: vkd3d-proton-2.12 +Provider: HansKristian-Work +Maintainer: CI +Channel: stable +File: +- file_name: vkd3d-proton-2.12.tar.gz + url: https://github.com/bottlesdevs/components/releases/download/vkd3d-proton-2.12/vkd3d-proton-2.12.tar.gz + file_checksum: b5d636a2d8ec65146182681d9308cd8b + file_size: 2655757 + rename: vkd3d-proton-2.12.tar.gz From 2e741c3e526773ab6da64938138db1fed2f4b79e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 07:21:21 +0000 Subject: [PATCH 6/8] Add component dxvk-nvapi-v0.7.0 --- input_files/16-dxvk-nvapi.yml | 6 +++--- nvapi/dxvk-nvapi-v0.7.0.yml | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 nvapi/dxvk-nvapi-v0.7.0.yml diff --git a/input_files/16-dxvk-nvapi.yml b/input_files/16-dxvk-nvapi.yml index 382b9e77..503fb9cd 100644 --- a/input_files/16-dxvk-nvapi.yml +++ b/input_files/16-dxvk-nvapi.yml @@ -1,7 +1,7 @@ -dxvk-nvapi-v0.6.4-4-ad2d3f9: +dxvk-nvapi-v0.7.0: Category: nvapi - Channel: unstable - Date: '1705676900' + Channel: stable + Date: '1710525708' dxvk-nvapi-v0.6.4: Category: nvapi Channel: stable diff --git a/nvapi/dxvk-nvapi-v0.7.0.yml b/nvapi/dxvk-nvapi-v0.7.0.yml new file mode 100644 index 00000000..d3006028 --- /dev/null +++ b/nvapi/dxvk-nvapi-v0.7.0.yml @@ -0,0 +1,10 @@ +Name: dxvk-nvapi-v0.7.0 +Provider: jp7677 +Maintainer: CI +Channel: stable +File: +- file_name: dxvk-nvapi-v0.7.0.tar.gz + url: https://github.com/bottlesdevs/components/releases/download/dxvk-nvapi-v0.7.0/dxvk-nvapi-v0.7.0.tar.gz + file_checksum: 414df499112a56402596302d547f351c + file_size: 2773922 + rename: dxvk-nvapi-v0.7.0.tar.gz From d44d967d3675c7572d50e4d384f5e681d78f53f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 07:21:22 +0000 Subject: [PATCH 7/8] Add component dxvk-2.3-1-2e1a19c --- dxvk/dxvk-2.3-1-2e1a19c.yml | 10 ++++++++++ input_files/14-dxvk.yml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 dxvk/dxvk-2.3-1-2e1a19c.yml diff --git a/dxvk/dxvk-2.3-1-2e1a19c.yml b/dxvk/dxvk-2.3-1-2e1a19c.yml new file mode 100644 index 00000000..728dfdea --- /dev/null +++ b/dxvk/dxvk-2.3-1-2e1a19c.yml @@ -0,0 +1,10 @@ +Name: dxvk-2.3-1-2e1a19c +Provider: doitsujin +Maintainer: CI +Channel: unstable +File: +- file_name: dxvk-2.3-1-2e1a19c.tar.gz + url: https://github.com/bottlesdevs/components/releases/download/dxvk-2.3-1-2e1a19c/dxvk-2.3-1-2e1a19c.tar.gz + file_checksum: bd3ca7b956fd156bdc4a9ea08269258c + file_size: 7987779 + rename: dxvk-2.3-1-2e1a19c.tar.gz diff --git a/input_files/14-dxvk.yml b/input_files/14-dxvk.yml index 1a4dd74b..2500f353 100644 --- a/input_files/14-dxvk.yml +++ b/input_files/14-dxvk.yml @@ -1,7 +1,7 @@ -dxvk-2.3-10-6b3b934: +dxvk-2.3-1-2e1a19c: Category: dxvk Channel: unstable - Date: '1709408481' + Date: '1710762989' dxvk-2.3: Category: dxvk Channel: stable From 7375b75a86cc3625afa1debe31f7ffb35d1fd26b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 07:21:22 +0000 Subject: [PATCH 8/8] Generate index.yml --- 51.11.yml | 36 ++++++++++++++++++++++++++++-------- index.yml | 36 ++++++++++++++++++++++++++++-------- 2 files changed, 56 insertions(+), 16 deletions(-) diff --git a/51.11.yml b/51.11.yml index 43326ea3..36853c76 100644 --- a/51.11.yml +++ b/51.11.yml @@ -628,6 +628,11 @@ vaniglia-21.1.0-cx: # ./input_files/10-GE-Proton.yml # ----------------------- +ge-proton9-1: + Category: runners + Sub-category: proton + Channel: stable + Date: '1709938724' ge-proton8-32: Category: runners Sub-category: proton @@ -943,6 +948,21 @@ ge-proton7-4: # ./input_files/11-kron4ek.yml # ----------------------- +kron4ek-wine-9.4-amd64: + Category: runners + Sub-category: wine + Channel: stable + Date: '1709998098' +kron4ek-wine-9.4-staging-amd64: + Category: runners + Sub-category: wine + Channel: stable + Date: '1709998107' +kron4ek-wine-9.4-staging-tkg-amd64: + Category: runners + Sub-category: wine + Channel: stable + Date: '1709998117' kron4ek-wine-proton-exp-9.0-amd64: Category: runners Sub-category: wine @@ -1735,10 +1755,10 @@ kron4ek-wine-6.3-proton-experimental-1b31393-amd64: # ./input_files/13-vkd3d-proton.yml # ----------------------- -vkd3d-proton-2.11.1-5-ffb04fb: +vkd3d-proton-2.12: Category: vkd3d - Channel: unstable - Date: '1709841844' + Channel: stable + Date: '1710521801' vkd3d-proton-2.11.1: Category: vkd3d Channel: stable @@ -1772,10 +1792,10 @@ vkd3d-proton-2.5: # ./input_files/14-dxvk.yml # ----------------------- -dxvk-2.3-10-6b3b934: +dxvk-2.3-1-2e1a19c: Category: dxvk Channel: unstable - Date: '1709408481' + Date: '1710762989' dxvk-2.3: Category: dxvk Channel: stable @@ -1856,10 +1876,10 @@ dxvk-async-1.9.4: # ./input_files/16-dxvk-nvapi.yml # ----------------------- -dxvk-nvapi-v0.6.4-4-ad2d3f9: +dxvk-nvapi-v0.7.0: Category: nvapi - Channel: unstable - Date: '1705676900' + Channel: stable + Date: '1710525708' dxvk-nvapi-v0.6.4: Category: nvapi Channel: stable diff --git a/index.yml b/index.yml index 43326ea3..36853c76 100644 --- a/index.yml +++ b/index.yml @@ -628,6 +628,11 @@ vaniglia-21.1.0-cx: # ./input_files/10-GE-Proton.yml # ----------------------- +ge-proton9-1: + Category: runners + Sub-category: proton + Channel: stable + Date: '1709938724' ge-proton8-32: Category: runners Sub-category: proton @@ -943,6 +948,21 @@ ge-proton7-4: # ./input_files/11-kron4ek.yml # ----------------------- +kron4ek-wine-9.4-amd64: + Category: runners + Sub-category: wine + Channel: stable + Date: '1709998098' +kron4ek-wine-9.4-staging-amd64: + Category: runners + Sub-category: wine + Channel: stable + Date: '1709998107' +kron4ek-wine-9.4-staging-tkg-amd64: + Category: runners + Sub-category: wine + Channel: stable + Date: '1709998117' kron4ek-wine-proton-exp-9.0-amd64: Category: runners Sub-category: wine @@ -1735,10 +1755,10 @@ kron4ek-wine-6.3-proton-experimental-1b31393-amd64: # ./input_files/13-vkd3d-proton.yml # ----------------------- -vkd3d-proton-2.11.1-5-ffb04fb: +vkd3d-proton-2.12: Category: vkd3d - Channel: unstable - Date: '1709841844' + Channel: stable + Date: '1710521801' vkd3d-proton-2.11.1: Category: vkd3d Channel: stable @@ -1772,10 +1792,10 @@ vkd3d-proton-2.5: # ./input_files/14-dxvk.yml # ----------------------- -dxvk-2.3-10-6b3b934: +dxvk-2.3-1-2e1a19c: Category: dxvk Channel: unstable - Date: '1709408481' + Date: '1710762989' dxvk-2.3: Category: dxvk Channel: stable @@ -1856,10 +1876,10 @@ dxvk-async-1.9.4: # ./input_files/16-dxvk-nvapi.yml # ----------------------- -dxvk-nvapi-v0.6.4-4-ad2d3f9: +dxvk-nvapi-v0.7.0: Category: nvapi - Channel: unstable - Date: '1705676900' + Channel: stable + Date: '1710525708' dxvk-nvapi-v0.6.4: Category: nvapi Channel: stable