aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2024-04-26 14:47:24 +0200
committerDavid Roman <davidroman96@gmail.com>2024-04-26 14:47:24 +0200
commit2158f266c26458fc85112167451fc6277e058549 (patch)
treed2d6463a54f56b86276900edea08e67e6bffe8aa /net-vpn
parentnet-vpn/mullvadvpn-app: drop 2023.5, 2023.6 (diff)
downloadguru-2158f266c26458fc85112167451fc6277e058549.tar.gz
guru-2158f266c26458fc85112167451fc6277e058549.tar.bz2
guru-2158f266c26458fc85112167451fc6277e058549.zip
net-vpn/mullvadvpn-app: fix QA
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'net-vpn')
-rw-r--r--net-vpn/mullvadvpn-app/mullvadvpn-app-2024.1.ebuild9
1 files 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 81d0825e9..1efc69995 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
-
}