mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-emulation/gallium-nine-standalone: Switch to meson-multilib
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson multilib-minimal toolchain-funcs
|
||||
inherit meson-multilib toolchain-funcs
|
||||
|
||||
MY_PN="wine-nine-standalone"
|
||||
DESCRIPTION="A standalone version of the WINE parts of Gallium Nine"
|
||||
@@ -87,14 +87,6 @@ multilib_src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
multilib_src_compile() {
|
||||
meson_src_compile
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
local bits=$(bits)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson multilib-minimal toolchain-funcs
|
||||
inherit meson-multilib toolchain-funcs
|
||||
|
||||
MY_PN="wine-nine-standalone"
|
||||
DESCRIPTION="A standalone version of the WINE parts of Gallium Nine"
|
||||
@@ -85,26 +85,3 @@ multilib_src_configure() {
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
multilib_src_compile() {
|
||||
meson_src_compile
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
local bits=$(bits)
|
||||
|
||||
einfo "Don't remove the Z: drive from your WINEPREFIX as this relies on it."
|
||||
einfo
|
||||
einfo "To set up the ${bits}-bit library, launch your preferred Wine as follows:"
|
||||
einfo " wine${bits/32} ${EPREFIX}/usr/$(get_libdir)/ninewinecfg.exe.so"
|
||||
|
||||
if use abi_x86_64 && use abi_x86_32; then
|
||||
einfo
|
||||
einfo "To set up the 32-bit library, launch your preferred Wine as follows:"
|
||||
einfo " wine ${EPREFIX}/usr/$(ABI=x86 get_libdir)/ninewinecfg.exe.so"
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson multilib-minimal toolchain-funcs
|
||||
inherit meson-multilib toolchain-funcs
|
||||
|
||||
MY_PN="wine-nine-standalone"
|
||||
DESCRIPTION="A standalone version of the WINE parts of Gallium Nine"
|
||||
@@ -85,26 +85,3 @@ multilib_src_configure() {
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
multilib_src_compile() {
|
||||
meson_src_compile
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
local bits=$(bits)
|
||||
|
||||
einfo "Don't remove the Z: drive from your WINEPREFIX as this relies on it."
|
||||
einfo
|
||||
einfo "To set up the ${bits}-bit library, launch your preferred Wine as follows:"
|
||||
einfo " wine${bits/32} ${EPREFIX}/usr/$(get_libdir)/ninewinecfg.exe.so"
|
||||
|
||||
if use abi_x86_64 && use abi_x86_32; then
|
||||
einfo
|
||||
einfo "To set up the 32-bit library, launch your preferred Wine as follows:"
|
||||
einfo " wine ${EPREFIX}/usr/$(ABI=x86 get_libdir)/ninewinecfg.exe.so"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user