Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
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
Ivan Ivlev
winetricks
Commits
c8891dc6
Commit
c8891dc6
authored
Jan 21, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
just import winetricks-20230120.tar with rpmgs script
parent
630e7502
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
README.md
winetricks/README.md
+1
-1
all.txt
winetricks/files/verbs/all.txt
+1
-1
apps.txt
winetricks/files/verbs/apps.txt
+1
-1
download.txt
winetricks/files/verbs/download.txt
+1
-1
README.txt
winetricks/misc/filelists/README.txt
+1
-1
linkcheck.sh
winetricks/src/linkcheck.sh
+1
-1
release.sh
winetricks/src/release.sh
+1
-1
winetricks
winetricks/src/winetricks
+0
-0
shell-checks
winetricks/tests/shell-checks
+2
-2
No files found.
winetricks/README.md
View file @
c8891dc6
...
...
@@ -123,7 +123,7 @@ chmod +x update_winetricks
su root sh -c 'mv update_winetricks /usr/bin/'
```
To use
```curl```
instead of
```wget```
: subsitute all
```wget```
calls with
```curl -O```
, in the winetricks update script.
To use
```curl```
instead of
```wget```
: subs
t
itute all
```wget```
calls with
```curl -O```
, in the winetricks update script.
# Updating
...
...
winetricks/files/verbs/all.txt
View file @
c8891dc6
...
...
@@ -46,7 +46,7 @@ qqintl QQ International Instant Messenger 2.11 (Tencent, 2014)
safari Safari (Apple, 2010) [downloadable]
sketchup SketchUp 8 (Google, 2012) [downloadable]
steam Steam (Valve, 2010) [downloadable]
u
play Uplay (Ubisoft, 2013
) [downloadable]
u
bisoftconnect Ubisoft Connect (Ubisoft, 2020
) [downloadable]
utorrent µTorrent 2.2.1 (BitTorrent, 2011)
utorrent3 µTorrent 3.4 (BitTorrent, 2011) [downloadable]
vc2005express MS Visual C++ 2005 Express (Microsoft, 2005) [downloadable]
...
...
winetricks/files/verbs/apps.txt
View file @
c8891dc6
...
...
@@ -45,7 +45,7 @@ qqintl QQ International Instant Messenger 2.11 (Tencent, 2014)
safari Safari (Apple, 2010) [downloadable]
sketchup SketchUp 8 (Google, 2012) [downloadable]
steam Steam (Valve, 2010) [downloadable]
u
play Uplay (Ubisoft, 2013
) [downloadable]
u
bisoftconnect Ubisoft Connect (Ubisoft, 2020
) [downloadable]
utorrent µTorrent 2.2.1 (BitTorrent, 2011)
utorrent3 µTorrent 3.4 (BitTorrent, 2011) [downloadable]
vc2005express MS Visual C++ 2005 Express (Microsoft, 2005) [downloadable]
...
...
winetricks/files/verbs/download.txt
View file @
c8891dc6
...
...
@@ -357,10 +357,10 @@ tmnationsforever
trebuchet
trine_demo_steam
trine_steam
ubisoftconnect
uff
unifont
updspapi
uplay
urlmon
usp10
utorrent3
...
...
winetricks/misc/filelists/README.txt
View file @
c8891dc6
This is a list of what files are in the helper verbs (i.e., DirectX / Service Packs)
Checking into git makes it a lo
s
t easier to search without having to manually extract
Checking into git makes it a lot easier to search without having to manually extract
the files just to see if a native one is easily available.
winetricks/src/linkcheck.sh
View file @
c8891dc6
...
...
@@ -101,7 +101,7 @@ crawl_one() {
base
=
${
urlfile
%.url
}
url
=
"
$(
cat
"
${
urlfile
}
"
)
"
curl
--connect-timeout
10
--retry
6
-s
-S
-I
"
${
url
}
"
2>&1 |
curl
--connect-timeout
60
--retry-connrefused
--retry
10
-s
-S
-I
"
${
url
}
"
2>&1 |
tr
-d
'\015'
|
grep
.
|
sort
>
"
${
base
}
.log"
...
...
winetricks/src/release.sh
View file @
c8891dc6
...
...
@@ -96,7 +96,7 @@ fi
git archive
--prefix
=
"winetricks-
${
version
}
/"
-o
"
${
tmpdir
}
/
${
version
}
.tar.gz"
"
${
version
}
"
# create a detached signature of the tarball
gpg
--armor
--default-key
0x053F0749
--detach-sign
"
${
tmpdir
}
/
${
version
}
.tar.gz"
gpg
--armor
--default-key
0x
267BCC1F
053F0749
--detach-sign
"
${
tmpdir
}
/
${
version
}
.tar.gz"
# upload the detached signature to github:
if
[
${
nopush
}
=
1
]
;
then
...
...
winetricks/src/winetricks
View file @
c8891dc6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
winetricks/tests/shell-checks
View file @
c8891dc6
...
...
@@ -58,7 +58,7 @@ test_bashate() {
# Can't ignore individual things for now, filed bug:
# https://bugs.launchpad.net/bash8/+bug/1698088
# E006=line length check
# E044=Use [[ for non-POSIX comparis
i
ons
# E044=Use [[ for non-POSIX comparisons
echo
"Checking
${
shellscript
}
with bashate:"
w_try
"
${
bashate
}
"
-i
E006,E044
"
${
shellscript
}
"
}
...
...
@@ -106,7 +106,7 @@ test_linkcheck() {
# Check for uses of variables in w_download when w_linkcheck_ignore isn't set
# Using w_download https://example.com/${file1} breaks src/linkcheck.sh
# FIXME: technically '$' is valid in a URL, if there's actually a URL using it this will need a tweak
if
grep
"^ *w_download "
src/winetricks |
grep
-E
"ftp|http"
|
grep
-v
"w_linkcheck_ignore=1"
|
sed
"s/^ *//"
|
tr
-d
"
\\\\
"
|
cut
-d
" "
-f2
|
grep
"
\\
$"
;
then
if
grep
"^ *w_download "
src/winetricks |
grep
-E
"ftp|http"
|
grep
-v
"w_linkcheck_ignore=1"
|
sed
"s/^ *//"
|
tr
-d
"
\\\\
"
|
grep
"
\\
$"
;
then
w_die
"Do not use variables in these URLs, it breaks src/linkcheck.sh"
else
echo
"linkcheck checks passed"
...
...
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