Skip to content

Commit 1451d36

Browse files
authored
Merge pull request #462 from jntesteves/kron4ek-ntsync
Add build of kron4ek ntsync-wow64
2 parents 4aa4867 + 98b3d14 commit 1451d36

File tree

6 files changed

+85
-14
lines changed

6 files changed

+85
-14
lines changed

51.18.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,11 @@ kron4ek-wine-10.13-staging-tkg-amd64:
11431143
Sub-category: wine
11441144
Channel: stable
11451145
Date: '1755385726'
1146+
kron4ek-wine-10.13-staging-tkg-ntsync-amd64-wow64:
1147+
Category: runners
1148+
Sub-category: wine
1149+
Channel: stable
1150+
Date: '1755385757'
11461151
kron4ek-wine-proton-10.0-2-amd64:
11471152
Category: runners
11481153
Sub-category: wine

51.22.yml

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,21 @@ vaniglia-21.1.0-cx:
638638

639639
# ./input_files/10-GE-Proton.yml
640640
# -----------------------
641+
ge-proton10-13:
642+
Category: runners
643+
Sub-category: proton
644+
Channel: stable
645+
Date: '1755924171'
646+
ge-proton10-12:
647+
Category: runners
648+
Sub-category: proton
649+
Channel: stable
650+
Date: '1755039786'
651+
ge-proton10-11:
652+
Category: runners
653+
Sub-category: proton
654+
Channel: stable
655+
Date: '1754876344'
641656
ge-proton10-10:
642657
Category: runners
643658
Sub-category: proton
@@ -1113,6 +1128,31 @@ ge-proton7-4:
11131128

11141129
# ./input_files/11-kron4ek.yml
11151130
# -----------------------
1131+
kron4ek-wine-10.13-amd64:
1132+
Category: runners
1133+
Sub-category: wine
1134+
Channel: stable
1135+
Date: '1755385700'
1136+
kron4ek-wine-10.13-staging-amd64:
1137+
Category: runners
1138+
Sub-category: wine
1139+
Channel: stable
1140+
Date: '1755385709'
1141+
kron4ek-wine-10.13-staging-tkg-amd64:
1142+
Category: runners
1143+
Sub-category: wine
1144+
Channel: stable
1145+
Date: '1755385726'
1146+
kron4ek-wine-10.13-staging-tkg-ntsync-amd64-wow64:
1147+
Category: runners
1148+
Sub-category: wine
1149+
Channel: stable
1150+
Date: '1755385757'
1151+
kron4ek-wine-proton-10.0-2-amd64:
1152+
Category: runners
1153+
Sub-category: wine
1154+
Channel: stable
1155+
Date: '1753975920'
11161156
kron4ek-wine-10.12-amd64:
11171157
Category: runners
11181158
Sub-category: wine
@@ -2445,10 +2485,10 @@ kron4ek-wine-6.3-proton-experimental-1b31393-amd64:
24452485

24462486
# ./input_files/13-vkd3d-proton.yml
24472487
# -----------------------
2448-
vkd3d-proton-2.14.1-11-3a36428:
2488+
vkd3d-proton-2.14.1-13-c5cf288:
24492489
Category: vkd3d
24502490
Channel: unstable
2451-
Date: '1751379826'
2491+
Date: '1755013705'
24522492
vkd3d-proton-2.14.1:
24532493
Category: vkd3d
24542494
Channel: stable
@@ -2498,6 +2538,10 @@ vkd3d-proton-2.5:
24982538

24992539
# ./input_files/14-dxvk.yml
25002540
# -----------------------
2541+
dxvk-2.7-3-402c290:
2542+
Category: dxvk
2543+
Channel: unstable
2544+
Date: '1756039649'
25012545
dxvk-2.7:
25022546
Category: dxvk
25032547
Channel: stable

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To propose new components, it is necessary to open a [Pull Request](https://gith
1515

1616
To do it, there is currently two methods.
1717

18-
### 1 - Add an entry to the CI (prefered method)
18+
### 1 - Add an entry to the CI (preferred method)
1919
For most components, new stable versions (and experimental builds if they exist) are automatically pulled. This is accomplished by the [pull-components.yml](https://github.com/bottlesdevs/components/blob/main/.github/workflows/pull-components.yml) workflow, where components are described in the following format:
2020

2121
```yaml
@@ -31,13 +31,13 @@ Sub-category: "",
3131
```
3232
where:
3333
- **repo** is the GitHub repository in the format `owner/repository`
34-
- **workflow** is the workflow filename used to generate exerimental builds, if any
35-
- **branch** is the **workflow** branch used to generate exerimental builds, if any
36-
- **name-prefix** is used to generate the full name of the component using **name-prefix** + `version` + **name-suffix** (e.g. `dxvk-` + `2.0` + ∅), and look for release/experimental asset whose filename is begining by **name-prefix**
37-
- **name-suffix** serves the exact same purpose as **name-prefix**, is only used when multiple variants are available for one component (e.g. `-x86`, `-x64`, etc)
38-
- **version-prefix** is used to find the latest release version whose [tag](https://github.com/doitsujin/dxvk/tags) is begining by **version-prefix**, and to remove **version-prefix** from the final `version` string (e.g. `v2.0` will become `2.0`)
34+
- **workflow** is the workflow filename used to generate experimental builds, if any
35+
- **branch** is the **workflow** branch used to generate experimental builds, if any
36+
- **name-prefix** is used to generate the full name of the component using **name-prefix** + `version` + **name-suffix** (e.g. `dxvk-` + `2.0` + ∅), and look for release/experimental asset whose filename is beginning by **name-prefix**
37+
- **name-suffix** serves the exact same purpose as **name-prefix**, is only used when multiple variants are available for one component (e.g. `-x86`, `-x64`, etc.)
38+
- **version-prefix** is used to find the latest release version whose [tag](https://github.com/doitsujin/dxvk/tags) is beginning by **version-prefix**, and to remove **version-prefix** from the final `version` string (e.g. `v2.0` will become `2.0`)
3939
- **yaml-file** is the YAML component filename located in the [input_files](https://github.com/bottlesdevs/components/blob/main/input_files) directory
40-
- **Category** and **Sub-category** are repectively the Category and Sub-category as described in the **yaml-file** (e.g. [14-dxvk.yml](https://github.com/bottlesdevs/components/blob/main/input_files/14-dxvk.yml))
40+
- **Category** and **Sub-category** are respectively the Category and Sub-category as described in the **yaml-file** (e.g. [14-dxvk.yml](https://github.com/bottlesdevs/components/blob/main/input_files/14-dxvk.yml))
4141

4242
### 2 - Manually (legacy method)
4343
Each poster must follow the following layout:
@@ -51,9 +51,7 @@ File:
5151
file_checksum: 659ee0ee3dbe5274825734ad19692e12
5252
rename: caffe-7.2-x86_64.tar.xz
5353
```
54-
old json manifests can be converted using this [online tool](https://www.json2yaml.com).
55-
56-
where:
54+
Old JSON manifests can be converted using this [online tool](https://www.json2yaml.com), where:
5755
- **Name** is a name without spaces, including version, of the component (must reflect the name of the manifest file)
5856
- **Provider** is the name of the component supplier (not the maintainer)
5957
- **Channel** should be stable or unstable
@@ -74,9 +72,9 @@ Post:
7472

7573
We provide an [automatic tools](https://github.com/bottlesdevs/tools/blob/main/MaintainersHelpers/component-generator.py) for generating the manifest.
7674

77-
In addition to the manifest, en entry must be created in the corresponding file located in the [input_files](https://github.com/bottlesdevs/components/blob/main/input_files) directory. The index can then be regenerated using the [generate_index.sh](https://github.com/bottlesdevs/components/blob/main/generate_index.sh) script.
75+
In addition to the manifest, an entry must be created in the corresponding file located in the [input_files](https://github.com/bottlesdevs/components/blob/main/input_files) directory. The index can then be regenerated using the [generate_index.sh](https://github.com/bottlesdevs/components/blob/main/generate_index.sh) script.
7876

79-
Please double check and test using the `LOCAL_COMPONENTS=/path/to/components flatpak run com.usebottles.bottles` command before open a pull request.
77+
Please double-check and test using the `LOCAL_COMPONENTS=/path/to/components flatpak run com.usebottles.bottles` command before open a pull request.
8078

8179
### Guidelines
8280
The sources of the components must be public and searchable and must not infringe any copyright. Also, each archive must contain the compiled version and not the source code.

index.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,11 @@ kron4ek-wine-10.13-staging-tkg-amd64:
11431143
Sub-category: wine
11441144
Channel: stable
11451145
Date: '1755385726'
1146+
kron4ek-wine-10.13-staging-tkg-ntsync-amd64-wow64:
1147+
Category: runners
1148+
Sub-category: wine
1149+
Channel: stable
1150+
Date: '1755385757'
11461151
kron4ek-wine-proton-10.0-2-amd64:
11471152
Category: runners
11481153
Sub-category: wine

input_files/11-kron4ek.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ kron4ek-wine-10.13-staging-tkg-amd64:
1313
Sub-category: wine
1414
Channel: stable
1515
Date: '1755385726'
16+
kron4ek-wine-10.13-staging-tkg-ntsync-amd64-wow64:
17+
Category: runners
18+
Sub-category: wine
19+
Channel: stable
20+
Date: '1755385757'
1621
kron4ek-wine-proton-10.0-2-amd64:
1722
Category: runners
1823
Sub-category: wine
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Name: kron4ek-wine-10.13-staging-tkg-ntsync-amd64-wow64
2+
Provider: Kron4ek
3+
Maintainer: CI
4+
Channel: stable
5+
File:
6+
- file_name: wine-10.13-staging-tkg-ntsync-amd64-wow64.tar.xz
7+
url: https://github.com/Kron4ek/Wine-Builds/releases/download/10.13/wine-10.13-staging-tkg-ntsync-amd64-wow64.tar.xz
8+
file_checksum: bcc72565d0224e0901a8ad20fc86c147
9+
file_size: 71923932
10+
rename: wine-10.13-staging-tkg-ntsync-amd64-wow64.tar.xz
11+
Post:
12+
- action: rename
13+
source: wine-10.13-staging-tkg-ntsync-amd64-wow64
14+
dest: kron4ek-wine-10.13-staging-tkg-ntsync-amd64-wow64

0 commit comments

Comments
 (0)