Diff gallium-nine-standalone-0.7-r1 with a gallium-nine-standalone-0.8-r1
/usr/portage/app-emulation/gallium-nine-standalone/gallium-nine-standalone-0.8-r1.ebuild 2023-10-09 14:52:28.724368331 +0300 | ||
---|---|---|
38 | 38 |
" |
39 | 39 | |
40 | 40 |
PATCHES=( |
41 |
"${FILESDIR}"/0.7-no-libwine.patch |
|
42 |
"${FILESDIR}"/0.7-cross-files.patch |
|
41 |
"${FILESDIR}"/0.8-cross-files.patch |
|
43 | 42 |
"${FILESDIR}"/0.3-nine-dll-path.patch |
44 | 43 |
) |
45 | 44 | |
... | ... | |
86 | 85 |
) |
87 | 86 |
meson_src_configure |
88 | 87 |
} |
89 | ||
90 |
pkg_postinst() { |
|
91 |
local bits=$(bits) |
|
92 | ||
93 |
einfo "Don't remove the Z: drive from your WINEPREFIX as this relies on it." |
|
94 |
einfo |
|
95 |
einfo "To set up the ${bits}-bit library, launch your preferred Wine as follows:" |
|
96 |
einfo " wine${bits/32} ${EPREFIX}/usr/$(get_libdir)/ninewinecfg.exe.so" |
|
97 | ||
98 |
if use abi_x86_64 && use abi_x86_32; then |
|
99 |
einfo |
|
100 |
einfo "To set up the 32-bit library, launch your preferred Wine as follows:" |
|
101 |
einfo " wine ${EPREFIX}/usr/$(ABI=x86 get_libdir)/ninewinecfg.exe.so" |
|
102 |
fi |
|
103 |
} |