From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C064415802E for ; Thu, 27 Jun 2024 08:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FA90E2B6A; Thu, 27 Jun 2024 08:41:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B8FEE2B6E for ; Thu, 27 Jun 2024 08:41:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B12F5343060 for ; Thu, 27 Jun 2024 08:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 634F61D85 for ; Thu, 27 Jun 2024 08:41:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1719476598.f23bee6081b3b7bc3af972649083411c6b53bcd7.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/mullvadvpn-app/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild X-VCS-Directories: net-vpn/mullvadvpn-app/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f23bee6081b3b7bc3af972649083411c6b53bcd7 X-VCS-Branch: master Date: Thu, 27 Jun 2024 08:41:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ae9da55-c26b-4acf-85b8-d80174908f70 X-Archives-Hash: 77bb2b5bbda68e68416018d9d59a0cb3 commit: f23bee6081b3b7bc3af972649083411c6b53bcd7 Author: Justin protonmail com> AuthorDate: Tue Jun 25 14:38:06 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Jun 27 08:23:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f23bee60 net-vpn/mullvadvpn-app: Add gui to /usr/bin Signed-off-by: Justin protonmail.com> Closes: https://github.com/gentoo/guru/pull/202 Signed-off-by: David Roman gmail.com> net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild b/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild index 4332496f1..10a75386a 100644 --- a/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild +++ b/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild @@ -36,6 +36,8 @@ RDEPEND=" QA_PREBUILT="*" src_install() { + sed -i "s|SCRIPT_DIR=.*|SCRIPT_DIR=\"/opt/Mullvad VPN/\"|g" "${S}"/opt/Mullvad\ VPN/mullvad-vpn + # Using doins -r would strip executable bits from all binaries cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files" fperms +x "/opt/Mullvad VPN/chrome_crashpad_handler" @@ -47,6 +49,7 @@ src_install() { dobin "${S}"/usr/bin/mullvad dobin "${S}"/usr/bin/mullvad-daemon dobin "${S}"/usr/bin/mullvad-exclude + dosym "../../opt/Mullvad VPN/mullvad-vpn" /usr/bin/mullvad-vpn dosym "../../opt/Mullvad VPN/resources/mullvad-problem-report" /usr/bin/mullvad-problem-report # mullvad-exclude uses cgroups to manage exclusions, which requires root permissions, but is From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E26B15802E for ; Thu, 27 Jun 2024 08:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6238AE2B3C; Thu, 27 Jun 2024 08:23:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44E0FE2B3C for ; Thu, 27 Jun 2024 08:23:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BA44335D2B for ; Thu, 27 Jun 2024 08:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B45F4126B for ; Thu, 27 Jun 2024 08:23:35 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1719476598.f23bee6081b3b7bc3af972649083411c6b53bcd7.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/mullvadvpn-app/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild X-VCS-Directories: net-vpn/mullvadvpn-app/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f23bee6081b3b7bc3af972649083411c6b53bcd7 X-VCS-Branch: dev Date: Thu, 27 Jun 2024 08:23:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6374e90-ba9a-4864-9218-9bfa0f8b3dca X-Archives-Hash: 8023025b2c64b3463a3c40d06d770c22 Message-ID: <20240627082335.wLKC8BL8eQaoXV-YrijPwSVEY7gF0v3o6jB3l5jR6dc@z> commit: f23bee6081b3b7bc3af972649083411c6b53bcd7 Author: Justin protonmail com> AuthorDate: Tue Jun 25 14:38:06 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Jun 27 08:23:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f23bee60 net-vpn/mullvadvpn-app: Add gui to /usr/bin Signed-off-by: Justin protonmail.com> Closes: https://github.com/gentoo/guru/pull/202 Signed-off-by: David Roman gmail.com> net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild b/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild index 4332496f1..10a75386a 100644 --- a/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild +++ b/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.3.ebuild @@ -36,6 +36,8 @@ RDEPEND=" QA_PREBUILT="*" src_install() { + sed -i "s|SCRIPT_DIR=.*|SCRIPT_DIR=\"/opt/Mullvad VPN/\"|g" "${S}"/opt/Mullvad\ VPN/mullvad-vpn + # Using doins -r would strip executable bits from all binaries cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files" fperms +x "/opt/Mullvad VPN/chrome_crashpad_handler" @@ -47,6 +49,7 @@ src_install() { dobin "${S}"/usr/bin/mullvad dobin "${S}"/usr/bin/mullvad-daemon dobin "${S}"/usr/bin/mullvad-exclude + dosym "../../opt/Mullvad VPN/mullvad-vpn" /usr/bin/mullvad-vpn dosym "../../opt/Mullvad VPN/resources/mullvad-problem-report" /usr/bin/mullvad-problem-report # mullvad-exclude uses cgroups to manage exclusions, which requires root permissions, but is