mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
games-emulation/higan: eutils->desktop
Only ahs eutils for the implicit desktop inheritance for doicon and make_desktop_entry. Package-Manager: Portage-2.3.44, Repoman-2.3.10
This commit is contained in:
committed by
James Le Cuirot
parent
85efdc28e5
commit
fbcf13fcb9
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils gnome2-utils toolchain-funcs qmake-utils
|
||||
inherit desktop gnome2-utils toolchain-funcs qmake-utils
|
||||
|
||||
MY_COMMIT=41efdba45afa770db99bc7484a8ad340ccc597d2
|
||||
|
||||
@@ -47,6 +47,11 @@ DEPEND="${RDEPEND}
|
||||
|
||||
S=${WORKDIR}/${PN}-${MY_COMMIT}-${MY_COMMIT}
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-header-locations.patch
|
||||
"${FILESDIR}"/${P}-QA.patch
|
||||
)
|
||||
|
||||
disable_module() {
|
||||
sed -i \
|
||||
-e "s|$1\b||" \
|
||||
@@ -54,15 +59,11 @@ disable_module() {
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-header-locations.patch
|
||||
epatch "${FILESDIR}"/${P}-QA.patch
|
||||
|
||||
default
|
||||
sed -i \
|
||||
-e "/handle/s#/usr/local/lib#/usr/$(get_libdir)#" \
|
||||
nall/dl.hpp || die "fixing libdir failed!"
|
||||
|
||||
eapply_user
|
||||
|
||||
# audio modules
|
||||
use ao || disable_module audio.ao
|
||||
use openal || disable_module audio.openal
|
||||
|
||||
Reference in New Issue
Block a user