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
2e13678e
Commit
2e13678e
authored
May 22, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Plain Diff
20230505-eter1
- new version (20230505) with rpmgs script
parents
5f50d069
661db676
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
17 deletions
+24
-17
winetricks.spec
winetricks.spec
+10
-2
linkcheck.yml
winetricks/.github/workflows/linkcheck.yml
+0
-13
control
winetricks/debian/control
+1
-1
all.txt
winetricks/files/verbs/all.txt
+1
-0
settings.txt
winetricks/files/verbs/settings.txt
+1
-0
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.spec
View file @
2e13678e
%define oname winetricks
Name: wine-etersoft-winetricks
Version: 20230
212
Release:
alt
1
Version: 20230
505
Release:
eter
1
Summary: Work around common problems in Wine
...
...
@@ -33,6 +33,8 @@ Conflicts: wine-vanilla < 3.18
Conflicts: wine < 3.18
Conflicts: wine-etersoft < 4.0
Conflicts: winetricks
Provides: %oname = %EVR
Conflicts: %oname < %EVR
...
...
@@ -79,6 +81,12 @@ desktop-file-validate %buildroot%_desktopdir/%oname.desktop
#exclude %_datadir/appdata/%name.appdata.xml
%changelog
* Sat May 20 2023 Vitaly Lipatov <lav@altlinux.ru> 20230505-eter1
- new version (20230505) with rpmgs script
* Sat Mar 11 2023 Vitaly Lipatov <lav@altlinux.ru> 20230310-alt1
- new version 20230310 (with rpmrb script)
* Sun Feb 12 2023 Vitaly Lipatov <lav@altlinux.ru> 20230212-alt1
- new version 20230212 (with rpmrb script)
...
...
winetricks/.github/workflows/linkcheck.yml
deleted
100644 → 0
View file @
5f50d069
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 @
2e13678e
...
...
@@ -19,7 +19,7 @@ Depends:
unzip,
Recommends:
fuseiso | archivemount,
policykit-1 | gksu | kde-cli-tools | kdesudo,
p
kexec | p
olicykit-1 | gksu | kde-cli-tools | kdesudo,
sudo,
wine,
xdg-utils,
...
...
winetricks/files/verbs/all.txt
View file @
2e13678e
...
...
@@ -600,6 +600,7 @@ vsm=1 Set MaxShaderModelVS to 1
vsm=2 Set MaxShaderModelVS to 2
vsm=3 Set MaxShaderModelVS to 3
win10 Set Windows version to Windows 10
win11 Set Windows version to Windows 11
win20 Set Windows version to Windows 2.0
win2k Set Windows version to Windows 2000
win2k3 Set Windows version to Windows 2003
...
...
winetricks/files/verbs/settings.txt
View file @
2e13678e
...
...
@@ -90,6 +90,7 @@ vsm=1 Set MaxShaderModelVS to 1
vsm=2 Set MaxShaderModelVS to 2
vsm=3 Set MaxShaderModelVS to 3
win10 Set Windows version to Windows 10
win11 Set Windows version to Windows 11
win20 Set Windows version to Windows 2.0
win2k Set Windows version to Windows 2000
win2k3 Set Windows version to Windows 2003
...
...
winetricks/src/linkcheck.sh
View file @
2e13678e
...
...
@@ -41,6 +41,14 @@ fi
datadir
=
"
${
TOP
}
/output/links.d"
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_all
()
{
# 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 @
2e13678e
...
...
@@ -93,7 +93,9 @@ else
fi
# 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
gpg
--armor
--default-key
0x267BCC1F053F0749
--detach-sign
"
${
tmpdir
}
/
${
version
}
.tar.gz"
...
...
winetricks/src/winetricks
View file @
2e13678e
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