Paint requires mfc42, added to Bash script, dependency for grep and winetricks added to ebuild
This commit is contained in:
parent
10d6d2141d
commit
8bf8b004be
@ -1,3 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
MFC42_FOUND=$(winetricks list-installed | grep -cE '^mfc42$|^vcrun6$')
|
||||||
|
if [ ${MFC42_FOUND} -eq 0 ]; then
|
||||||
|
winetricks mfc42
|
||||||
|
fi
|
||||||
wine /usr/share/mspaint/mspaint.exe
|
wine /usr/share/mspaint/mspaint.exe
|
||||||
|
@ -24,6 +24,8 @@ BDEPEND+="
|
|||||||
RDEPEND+="
|
RDEPEND+="
|
||||||
app-shells/bash:0
|
app-shells/bash:0
|
||||||
virtual/wine[abi_x86_32]
|
virtual/wine[abi_x86_32]
|
||||||
|
app-emulation/winetricks
|
||||||
|
sys-apps/grep
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
Loading…
Reference in New Issue
Block a user