media-radio/grig: change phase definition order

... to match execution order.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-02-24 04:47:07 +00:00
parent e9632a52a2
commit 920752b2a5

View File

@@ -23,10 +23,6 @@ PATCHES=( "${FILESDIR}"/grig-0.8.1-hamlib4.patch
"${FILESDIR}"/grig-0.8.1-hamlib45.patch
"${FILESDIR}"/grig-0.8.1-hamlib46.patch )
src_configure() {
econf --enable-hardware
}
src_prepare() {
# prepare for media-radio/hamlib-4.2 change of API
if has_version '>=media-libs/hamlib-4.2' ; then
@@ -35,6 +31,10 @@ src_prepare() {
default
}
src_configure() {
econf --enable-hardware
}
src_install() {
default
make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "HamRadio"