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
f57014fc
Commit
f57014fc
authored
Apr 02, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: drop obsoleted i586-wine-vanilla, i586-wine-etersoft, i586-wine
parent
c1ba83a7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
63 deletions
+6
-63
i586-wine-etersoft.sh
prescription.d/i586-wine-etersoft.sh
+2
-21
i586-wine-vanilla.sh
prescription.d/i586-wine-vanilla.sh
+2
-21
i586-wine.sh
prescription.d/i586-wine.sh
+2
-21
No files found.
prescription.d/i586-wine-etersoft.sh
View file @
f57014fc
#!/bin/sh
MAIN
=
wine-etersoft
distro
=
"
$(
$DISTRVENDOR
-d
)
"
;
[
"
$distro
"
=
"ALTLinux"
]
||
[
"
$distro
"
=
"ALTServer"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
[
"
$(
$DISTRVENDOR
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
PKGNAMES
=
"lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl"
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
$PKGNAMES
exit
fi
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
# Устанавливаем wine
epm
install
$PKGNAMES
||
exit
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
||
exit
echo
"See '# epm play wine wine-etersoft' command to get best result."
echo
"This is obsoleted script. Use # epm play wine wine-etersoft"
>
&2
exit
1
prescription.d/i586-wine-vanilla.sh
View file @
f57014fc
#!/bin/sh
MAIN
=
wine-vanilla
distro
=
"
$(
$DISTRVENDOR
-d
)
"
;
[
"
$distro
"
=
"ALTLinux"
]
||
[
"
$distro
"
=
"ALTServer"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
[
"
$(
$DISTRVENDOR
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
PKGNAMES
=
"lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl"
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
$PKGNAMES
exit
fi
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
# Устанавливаем wine
epm
install
$PKGNAMES
||
exit
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
||
exit
echo
"See '# epm play wine wine-vanilla' command to get best result."
echo
"This is obsoleted script. Use # epm play wine wine-vanilla"
>
&2
exit
1
prescription.d/i586-wine.sh
View file @
f57014fc
#!/bin/sh
MAIN
=
wine
distro
=
"
$(
$DISTRVENDOR
-d
)
"
;
[
"
$distro
"
=
"ALTLinux"
]
||
[
"
$distro
"
=
"ALTServer"
]
||
{
echo
"Only ALTLinux is supported"
;
exit
1
;
}
[
"
$(
$DISTRVENDOR
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
PKGNAMES
=
"lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl"
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
$PKGNAMES
exit
fi
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
# Устанавливаем wine
epm
install
$PKGNAMES
||
exit
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
||
exit
echo
"See '# epm play wine' command to get best result."
echo
"This is obsoleted script. Use # epm play wine"
>
&2
exit
1
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