Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
winetricks
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
winetricks
Commits
4506717d
Commit
4506717d
authored
Oct 06, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into etersoft
parents
2e13678e
cca9c099
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
45 additions
and
12 deletions
+45
-12
winetricks.spec
winetricks.spec
+4
-1
install.yml
winetricks/.github/workflows/install.yml
+3
-2
shell-checks.yml
winetricks/.github/workflows/shell-checks.yml
+2
-1
update.yml
winetricks/.github/workflows/update.yml
+2
-1
winetricks
winetricks/src/winetricks
+0
-0
winetricks.1
winetricks/src/winetricks.1
+34
-7
No files found.
winetricks.spec
View file @
4506717d
%define oname winetricks
Name: wine-etersoft-winetricks
Version: 2023
0505
Version: 2023
1003
Release: eter1
Summary: Work around common problems in Wine
...
...
@@ -81,6 +81,9 @@ desktop-file-validate %buildroot%_desktopdir/%oname.desktop
#exclude %_datadir/appdata/%name.appdata.xml
%changelog
* Fri Oct 06 2023 Vitaly Lipatov <lav@altlinux.ru> 20231003-eter1
- new version 20231003 (with rpmrb script)
* Sat May 20 2023 Vitaly Lipatov <lav@altlinux.ru> 20230505-eter1
- new version (20230505) with rpmgs script
...
...
winetricks/.github/workflows/install.yml
View file @
4506717d
on
:
[
push
,
pull_request
]
name
:
install
jobs
:
macos
:
name
:
make install (with prefix)
runs-on
:
macos-latest
steps
:
-
name
:
checkout project
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
# OSX doesn't allow writing to /usr/bin, so skip the non-PREFIX check
-
name
:
run make install (with PREFIX)
run
:
time make install PREFIX="$(mktemp -d)"
...
...
@@ -14,7 +15,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
checkout project
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
run make install (with PREFIX)
run
:
time make install PREFIX="$(mktemp -d)"
-
name
:
run make install (without PREFIX)
...
...
winetricks/.github/workflows/shell-checks.yml
View file @
4506717d
on
:
[
push
,
pull_request
]
name
:
shellcheck
jobs
:
shellcheck
:
name
:
shellcheck
runs-on
:
ubuntu-latest
steps
:
-
name
:
checkout project
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
run shell-checks
run
:
sudo apt-get -y install shellcheck python3-bashate && time ./tests/shell-checks
winetricks/.github/workflows/update.yml
View file @
4506717d
on
:
[
push
,
pull_request
]
name
:
Update
jobs
:
update
:
name
:
self-update-test
...
...
@@ -8,6 +9,6 @@ jobs:
os
:
[
macos-latest
,
ubuntu-latest
]
steps
:
-
name
:
checkout project
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
run self-update-test
run
:
./tests/self-update-test
winetricks/src/winetricks
View file @
4506717d
This diff is collapsed.
Click to expand it.
winetricks/src/winetricks.1
View file @
4506717d
...
...
@@ -27,7 +27,7 @@ Set country code to CC and don't detect your IP address
when retrying downloads
.TP
.B
\-\-force
\-
f, \-
\-force
Don't check whether packages were already installed
.TP
.B
...
...
@@ -35,10 +35,22 @@ Don't check whether packages were already installed
Show GUI diagnostics even when driven by the command-line interface
.TP
.B
\-\-gui=OPT
Set OPT to kdialog or zenity to override GUI engine
.TP
.B
\-\-isolate
Install each app or game in its own bottle
.TP
.B
\-\-self\-update
Update this application to the last version
.TP
.B
\-\-update\-rollback
Rollback the last self update
.TP
.B
\-k, \-\-keep_isos
Cache ISOs (allows later installation without disc)
.TP
...
...
@@ -51,6 +63,14 @@ Don't install each app or game in its own bottle (default)
Don't delete temp directories (useful during debugging)
.TP
.B
\-\-optin
Opt in to reporting which verbs you use to the Winetricks maintainers
.TP
.B
\-\-optout
Opt out of reporting which verbs you use to the Winetricks maintainers
.TP
.B
\-q, \-\-unattended
Don't ask any questions, just install automatically
.TP
...
...
@@ -59,10 +79,18 @@ Don't ask any questions, just install automatically
Retry hard when caching scratched discs
.TP
.B
\-t, \-\-torify
Run downloads under torify, if available
.TP
.B
\-v, \-\-verbose
Echo all commands as they are executed
.TP
.B
\-\-verify
Run (automated) GUI tests for verbs, if available
.TP
.B
\-h, \-\-help
Display this message and exit
.TP
...
...
@@ -85,10 +113,6 @@ dlls list
list verbs in category 'dlls'
.TP
.B
games list
list verbs in category 'games'
.TP
.B
fonts list
list verbs in category 'fonts'
.TP
...
...
@@ -172,17 +196,20 @@ See <https://www.gnu.org/licenses/>.
.SH BUGS
.PP
Bugs may be reported at
.I https://github.com/Winetricks/winetricks
.I https://github.com/Winetricks/winetricks
/issues
.PP
.SH AVAILABILITY
The most recent version of
.B winetricks
can be downloaded from
.I https://github.com/Winetricks/winetricks/releases
.I https://github.com/Winetricks/winetricks/releases
/latest
.PP
The latest snapshot of the code may be obtained via git; see
.I https://github.com/Winetricks/winetricks/
.PP
Documentation for Winetricks can be found at
.I https://github.com/Winetricks/winetricks/wiki
.PP
For further information about
.B winetricks
see
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment