Commit f2b2c0e1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

just import…

just import https://github.com/Winetricks/winetricks/archive/refs/heads/master.zip to winetricks subdir with rpmgs script
parent 661db676
on: [push, pull_request] on: [push, pull_request]
name: install
jobs: jobs:
macos: macos:
name: make install (with prefix) name: make install (with prefix)
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- name: checkout project - name: checkout project
uses: actions/checkout@v2 uses: actions/checkout@v3
# OSX doesn't allow writing to /usr/bin, so skip the non-PREFIX check # OSX doesn't allow writing to /usr/bin, so skip the non-PREFIX check
- name: run make install (with PREFIX) - name: run make install (with PREFIX)
run: time make install PREFIX="$(mktemp -d)" run: time make install PREFIX="$(mktemp -d)"
...@@ -14,7 +15,7 @@ jobs: ...@@ -14,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout project - name: checkout project
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: run make install (with PREFIX) - name: run make install (with PREFIX)
run: time make install PREFIX="$(mktemp -d)" run: time make install PREFIX="$(mktemp -d)"
- name: run make install (without PREFIX) - name: run make install (without PREFIX)
......
on: [push, pull_request] on: [push, pull_request]
name: shellcheck
jobs: jobs:
shellcheck: shellcheck:
name: shellcheck name: shellcheck
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout project - name: checkout project
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: run shell-checks - name: run shell-checks
run: sudo apt-get -y install shellcheck python3-bashate && time ./tests/shell-checks run: sudo apt-get -y install shellcheck python3-bashate && time ./tests/shell-checks
on: [push, pull_request] on: [push, pull_request]
name: Update
jobs: jobs:
update: update:
name: self-update-test name: self-update-test
...@@ -8,6 +9,6 @@ jobs: ...@@ -8,6 +9,6 @@ jobs:
os: [macos-latest, ubuntu-latest] os: [macos-latest, ubuntu-latest]
steps: steps:
- name: checkout project - name: checkout project
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: run self-update-test - name: run self-update-test
run: ./tests/self-update-test run: ./tests/self-update-test
...@@ -27,7 +27,7 @@ Set country code to CC and don't detect your IP address ...@@ -27,7 +27,7 @@ Set country code to CC and don't detect your IP address
when retrying downloads when retrying downloads
.TP .TP
.B .B
\-\-force \-f, \-\-force
Don't check whether packages were already installed Don't check whether packages were already installed
.TP .TP
.B .B
...@@ -35,10 +35,22 @@ Don't check whether packages were already installed ...@@ -35,10 +35,22 @@ Don't check whether packages were already installed
Show GUI diagnostics even when driven by the command-line interface Show GUI diagnostics even when driven by the command-line interface
.TP .TP
.B .B
\-\-gui=OPT
Set OPT to kdialog or zenity to override GUI engine
.TP
.B
\-\-isolate \-\-isolate
Install each app or game in its own bottle Install each app or game in its own bottle
.TP .TP
.B .B
\-\-self\-update
Update this application to the last version
.TP
.B
\-\-update\-rollback
Rollback the last self update
.TP
.B
\-k, \-\-keep_isos \-k, \-\-keep_isos
Cache ISOs (allows later installation without disc) Cache ISOs (allows later installation without disc)
.TP .TP
...@@ -51,6 +63,14 @@ Don't install each app or game in its own bottle (default) ...@@ -51,6 +63,14 @@ Don't install each app or game in its own bottle (default)
Don't delete temp directories (useful during debugging) Don't delete temp directories (useful during debugging)
.TP .TP
.B .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 \-q, \-\-unattended
Don't ask any questions, just install automatically Don't ask any questions, just install automatically
.TP .TP
...@@ -59,10 +79,18 @@ Don't ask any questions, just install automatically ...@@ -59,10 +79,18 @@ Don't ask any questions, just install automatically
Retry hard when caching scratched discs Retry hard when caching scratched discs
.TP .TP
.B .B
\-t, \-\-torify
Run downloads under torify, if available
.TP
.B
\-v, \-\-verbose \-v, \-\-verbose
Echo all commands as they are executed Echo all commands as they are executed
.TP .TP
.B .B
\-\-verify
Run (automated) GUI tests for verbs, if available
.TP
.B
\-h, \-\-help \-h, \-\-help
Display this message and exit Display this message and exit
.TP .TP
...@@ -85,10 +113,6 @@ dlls list ...@@ -85,10 +113,6 @@ dlls list
list verbs in category 'dlls' list verbs in category 'dlls'
.TP .TP
.B .B
games list
list verbs in category 'games'
.TP
.B
fonts list fonts list
list verbs in category 'fonts' list verbs in category 'fonts'
.TP .TP
...@@ -172,17 +196,20 @@ See <https://www.gnu.org/licenses/>. ...@@ -172,17 +196,20 @@ See <https://www.gnu.org/licenses/>.
.SH BUGS .SH BUGS
.PP .PP
Bugs may be reported at Bugs may be reported at
.I https://github.com/Winetricks/winetricks .I https://github.com/Winetricks/winetricks/issues
.PP .PP
.SH AVAILABILITY .SH AVAILABILITY
The most recent version of The most recent version of
.B winetricks .B winetricks
can be downloaded from can be downloaded from
.I https://github.com/Winetricks/winetricks/releases .I https://github.com/Winetricks/winetricks/releases/latest
.PP .PP
The latest snapshot of the code may be obtained via git; see The latest snapshot of the code may be obtained via git; see
.I https://github.com/Winetricks/winetricks/ .I https://github.com/Winetricks/winetricks/
.PP .PP
Documentation for Winetricks can be found at
.I https://github.com/Winetricks/winetricks/wiki
.PP
For further information about For further information about
.B winetricks .B winetricks
see see
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment