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
e4551e5b
Commit
e4551e5b
authored
Mar 11, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
just import winetricks-20230310.tar with rpmgs script
parent
c757f1ac
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
15 deletions
+12
-15
linkcheck.yml
winetricks/.github/workflows/linkcheck.yml
+0
-13
control
winetricks/debian/control
+1
-1
linkcheck.sh
winetricks/src/linkcheck.sh
+8
-0
release.sh
winetricks/src/release.sh
+3
-1
winetricks
winetricks/src/winetricks
+0
-0
No files found.
winetricks/.github/workflows/linkcheck.yml
deleted
100644 → 0
View file @
c757f1ac
on
:
schedule
:
# * is a special character in YAML so you have to quote this string
-
cron
:
'
09
18
*
*
*'
jobs
:
linkcheck
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
checkout project
uses
:
actions/checkout@v2
-
name
:
run linkcheck
run
:
./src/linkcheck.sh crawl
winetricks/debian/control
View file @
e4551e5b
...
@@ -19,7 +19,7 @@ Depends:
...
@@ -19,7 +19,7 @@ Depends:
unzip,
unzip,
Recommends:
Recommends:
fuseiso | archivemount,
fuseiso | archivemount,
policykit-1 | gksu | kde-cli-tools | kdesudo,
p
kexec | p
olicykit-1 | gksu | kde-cli-tools | kdesudo,
sudo,
sudo,
wine,
wine,
xdg-utils,
xdg-utils,
...
...
winetricks/src/linkcheck.sh
View file @
e4551e5b
...
@@ -41,6 +41,14 @@ fi
...
@@ -41,6 +41,14 @@ fi
datadir
=
"
${
TOP
}
/output/links.d"
datadir
=
"
${
TOP
}
/output/links.d"
mkdir
-p
"
${
datadir
}
"
mkdir
-p
"
${
datadir
}
"
# This is used by url-script-fragment.tmp below in extract_all()
# shellcheck disable=SC2317
w_download
()
{
url
=
"
${
1
}
"
urlkey
=
"
$(
echo
"
${
url
}
"
|
tr
/ _
)
"
echo
"
${
url
}
"
>
"
${
datadir
}
/
${
urlkey
}
.url"
}
# Extract list of URLs from winetricks
# Extract list of URLs from winetricks
extract_all
()
{
extract_all
()
{
# w_linkcheck_ignore=1 is a stupid hack to tell linkcheck.sh to ignore a URL (e.g., because it contains a variable)
# w_linkcheck_ignore=1 is a stupid hack to tell linkcheck.sh to ignore a URL (e.g., because it contains a variable)
...
...
winetricks/src/release.sh
View file @
e4551e5b
...
@@ -93,7 +93,9 @@ else
...
@@ -93,7 +93,9 @@ else
fi
fi
# create local tarball, identical to github's generated one
# create local tarball, identical to github's generated one
git archive
--prefix
=
"winetricks-
${
version
}
/"
-o
"
${
tmpdir
}
/
${
version
}
.tar.gz"
"
${
version
}
"
git
-c
tar.tar.gz.command
=
'gzip -cn'
\
archive
--format
=
tar.gz
--prefix
=
"winetricks-
${
version
}
/"
\
-o
"
${
tmpdir
}
/
${
version
}
.tar.gz"
"
${
version
}
"
# create a detached signature of the tarball
# create a detached signature of the tarball
gpg
--armor
--default-key
0x267BCC1F053F0749
--detach-sign
"
${
tmpdir
}
/
${
version
}
.tar.gz"
gpg
--armor
--default-key
0x267BCC1F053F0749
--detach-sign
"
${
tmpdir
}
/
${
version
}
.tar.gz"
...
...
winetricks/src/winetricks
View file @
e4551e5b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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