Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
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
Nurlan
eepm
Commits
8100dc85
Commit
8100dc85
authored
Jul 25, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play wine: remove wine-gl and wine-twain packages
parent
44ae84ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wine.sh
prescription.d/wine.sh
+2
-2
No files found.
prescription.d/wine.sh
View file @
8100dc85
...
...
@@ -24,8 +24,8 @@ ONLY32=''
epm
install
winetricks
||
exit
1
WTVER
=
"
$(
epm print version
for
package winetricks
)
"
if
[
"
$(
epm print compare package version
"
$WTVER
"
"20210206"
)
"
=
"1"
]
;
then
PKGNAMES
=
"
$MAIN
-full
$MAIN
-twain
"
PKGNAMES32
=
"i586-
$MAIN
i586-
$MAIN
-gl i586-
$MAIN
-twain
"
PKGNAMES
=
"
$MAIN
-full"
PKGNAMES32
=
"i586-
$MAIN
"
else
# old naming scheme
PKGNAMES
=
"
$MAIN
lib
$MAIN
lib
$MAIN
-gl lib
$MAIN
-twain"
...
...
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