From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/mullvadvpn-app/ Date: Thu, 27 Jun 2024 08:41:31 +0000 (UTC) [thread overview] Message-ID: <1719476598.f23bee6081b3b7bc3af972649083411c6b53bcd7.davidroman@gentoo> (raw) commit: f23bee6081b3b7bc3af972649083411c6b53bcd7 Author: Justin <justin026 <AT> protonmail <DOT> com> AuthorDate: Tue Jun 25 14:38:06 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> 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 <justin026 <AT> protonmail.com> Closes: https://github.com/gentoo/guru/pull/202 Signed-off-by: David Roman <davidroman96 <AT> 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
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/mullvadvpn-app/ Date: Thu, 27 Jun 2024 08:23:35 +0000 (UTC) [thread overview] Message-ID: <1719476598.f23bee6081b3b7bc3af972649083411c6b53bcd7.davidroman@gentoo> (raw) Message-ID: <20240627082335.wLKC8BL8eQaoXV-YrijPwSVEY7gF0v3o6jB3l5jR6dc@z> (raw) commit: f23bee6081b3b7bc3af972649083411c6b53bcd7 Author: Justin <justin026 <AT> protonmail <DOT> com> AuthorDate: Tue Jun 25 14:38:06 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> 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 <justin026 <AT> protonmail.com> Closes: https://github.com/gentoo/guru/pull/202 Signed-off-by: David Roman <davidroman96 <AT> 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
next reply other threads:[~2024-06-27 8:41 UTC|newest] Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-06-27 8:41 David Roman [this message] 2024-06-27 8:23 ` [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/mullvadvpn-app/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-10-23 14:25 [gentoo-commits] repo/proj/guru:master " David Roman 2024-10-23 14:25 David Roman 2024-10-11 9:55 David Roman 2024-09-27 11:41 David Roman 2024-08-24 20:56 David Roman 2024-08-23 0:18 David Roman 2024-07-25 14:54 David Roman 2024-07-25 14:54 David Roman 2024-07-17 8:40 David Roman 2024-06-25 12:16 David Roman 2024-06-25 12:16 David Roman 2024-05-16 16:27 Julien Roy 2024-05-12 9:38 Viorel Munteanu 2024-05-12 9:38 Viorel Munteanu 2024-04-11 16:22 Julien Roy 2024-01-01 3:56 David Roman 2023-12-12 9:08 [gentoo-commits] repo/proj/guru:dev " David Roman 2023-12-12 10:52 ` [gentoo-commits] repo/proj/guru:master " David Roman 2023-11-01 23:27 Haelwenn Monnier 2023-10-30 11:27 David Roman 2023-10-28 1:06 [gentoo-commits] repo/proj/guru:dev " David Roman 2023-10-28 1:15 ` [gentoo-commits] repo/proj/guru:master " David Roman
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1719476598.f23bee6081b3b7bc3af972649083411c6b53bcd7.davidroman@gentoo \ --to=davidroman96@gmail.com \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox