commit:     2158f266c26458fc85112167451fc6277e058549
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 12:47:24 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 12:47:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2158f266

net-vpn/mullvadvpn-app: fix QA

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 net-vpn/mullvadvpn-app/mullvadvpn-app-2024.1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.1.ebuild 
b/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.1.ebuild
index 81d0825e99..1efc699958 100644
--- a/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.1.ebuild
+++ b/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.1.ebuild
@@ -9,11 +9,13 @@ DESCRIPTION="Tool used to manage daemon setup"
 HOMEPAGE="https://github.com/mullvad/mullvadvpn-app https://mullvad.net/";
 SRC_URI="amd64? ( 
https://github.com/mullvad/mullvadvpn-app/releases/download/${PV}/MullvadVPN-${PV}_x86_64.rpm
 )"
 
+S="${WORKDIR}"
 LICENSE="GPL-3"
 SLOT="0"
-RESTRICT="test strip"
 KEYWORDS="-* ~amd64"
 
+RESTRICT="bindist mirror test strip"
+
 RDEPEND="
        app-accessibility/at-spi2-core
        dev-libs/nspr
@@ -33,8 +35,6 @@ RDEPEND="
 
 QA_PREBUILT="*"
 
-S="${WORKDIR}"
-
 src_install() {
        # Using doins -r would strip executable bits from all binaries
        cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files"
@@ -47,7 +47,7 @@ src_install() {
        dobin "${S}"/usr/bin/mullvad
        dobin "${S}"/usr/bin/mullvad-daemon
        dobin "${S}"/usr/bin/mullvad-exclude
-       dosym "/opt/Mullvad VPN/resources/mullvad-problem-report" 
/usr/bin/mullvad-problem-report
+       dosym "../../opt/Mullvad VPN/resources/mullvad-problem-report" 
/usr/bin/mullvad-problem-report
 
        newinitd "${FILESDIR}"/mullvad-daemon.initd mullvad-daemon
 
@@ -63,5 +63,4 @@ src_install() {
        for x in 16 32 48 64 128 256 512 1024; do
                doicon -s ${x} 
"${S}"/usr/share/icons/hicolor/${x}x${x}/apps/mullvad-vpn.png
        done
-
 }

Reply via email to