Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mullvad-vpn-2021.6
@ 2021-12-27 16:28 vutunganh
  2021-12-30 14:17 ` sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vutunganh @ 2021-12-27 16:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]

There is a new pull request by vutunganh against master on the void-packages repository

https://github.com/vutunganh/void-packages mullvad-vpn
https://github.com/void-linux/void-packages/pull/34720

New package: mullvad-vpn-2021.6
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Resolves https://github.com/void-linux/void-packages/issues/21154.

A patch file from https://github.com/void-linux/void-packages/pull/34720.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mullvad-vpn-34720.patch --]
[-- Type: text/x-diff, Size: 1986 bytes --]

From 897b7d6b86debe4ef091e1c576b79f9ce73853ef Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Mon, 27 Dec 2021 17:20:15 +0100
Subject: [PATCH] New package: mullvad-vpn-2021.6

---
 srcpkgs/mullvad-vpn/files/mullvad-vpn/run |  3 +++
 srcpkgs/mullvad-vpn/template              | 33 +++++++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100755 srcpkgs/mullvad-vpn/files/mullvad-vpn/run
 create mode 100644 srcpkgs/mullvad-vpn/template

diff --git a/srcpkgs/mullvad-vpn/files/mullvad-vpn/run b/srcpkgs/mullvad-vpn/files/mullvad-vpn/run
new file mode 100755
index 000000000000..f88c5b95848b
--- /dev/null
+++ b/srcpkgs/mullvad-vpn/files/mullvad-vpn/run
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+
+/opt/Mullvad-VPN/resources/mullvad-daemon -v
diff --git a/srcpkgs/mullvad-vpn/template b/srcpkgs/mullvad-vpn/template
new file mode 100644
index 000000000000..cfe5eed55034
--- /dev/null
+++ b/srcpkgs/mullvad-vpn/template
@@ -0,0 +1,33 @@
+# Template file for 'mullvad-vpn'
+pkgname=mullvad-vpn
+version=2021.6
+revision=1
+archs="x86_64"
+short_desc="Mullvad VPN client app"
+depends="dbus"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://mullvad.net"
+distfiles="https://github.com/mullvad/mullvadvpn-app/releases/download/$version/MullvadVPN-${version}_amd64.deb"
+checksum=95b9638f304a00d72ce6b6f3a38ff9f623142541cfaa4d6e9aa142c27d86ea6e
+nopie_files="/opt/Mullvad-VPN/resources/app.asar.unpacked/node_modules/grpc-tools/bin/grpc_node_plugin
+ /opt/Mullvad-VPN/resources/app.asar.unpacked/node_modules/grpc-tools/bin/protoc"
+make_dirs="/var/log/mullvad-vpn 755 0 0"
+
+do_extract() {
+	ar p ${XBPS_SRCDISTDIR}/${pkgname}-${version}/MullvadVPN-${version}_amd64.deb \
+		data.tar.xz | bsdtar -x -f -
+
+	mv "opt/Mullvad VPN" opt/Mullvad-VPN
+	mv usr/local/share/zsh usr/share
+}
+
+do_install() {
+	vmkdir usr
+	vcopy ${wrksrc}/usr/* usr
+
+	vmkdir opt
+	vcopy ${wrksrc}/opt/* opt
+
+	vsv mullvad-vpn
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New package: mullvad-vpn-2021.6
  2021-12-27 16:28 [PR PATCH] New package: mullvad-vpn-2021.6 vutunganh
@ 2021-12-30 14:17 ` sgn
  2022-01-02  9:10 ` vutunganh
  2022-01-02  9:10 ` [PR PATCH] [Closed]: " vutunganh
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-12-30 14:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/34720#issuecomment-1003049172

Comment:
Beside the universal hatred toward rust, we usually not re-package binary open-source package.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New package: mullvad-vpn-2021.6
  2021-12-27 16:28 [PR PATCH] New package: mullvad-vpn-2021.6 vutunganh
  2021-12-30 14:17 ` sgn
@ 2022-01-02  9:10 ` vutunganh
  2022-01-02  9:10 ` [PR PATCH] [Closed]: " vutunganh
  2 siblings, 0 replies; 4+ messages in thread
From: vutunganh @ 2022-01-02  9:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New comment by vutunganh on void-packages repository

https://github.com/void-linux/void-packages/pull/34720#issuecomment-1003685207

Comment:
Ok, I will build it properly.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: mullvad-vpn-2021.6
  2021-12-27 16:28 [PR PATCH] New package: mullvad-vpn-2021.6 vutunganh
  2021-12-30 14:17 ` sgn
  2022-01-02  9:10 ` vutunganh
@ 2022-01-02  9:10 ` vutunganh
  2 siblings, 0 replies; 4+ messages in thread
From: vutunganh @ 2022-01-02  9:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]

There's a closed pull request on the void-packages repository

New package: mullvad-vpn-2021.6
https://github.com/void-linux/void-packages/pull/34720

Description:
Since this packages precompiled binaries (for Debian), maybe the package name should be renamed to something like `mullvad-vpn-bin`. I am not sure what the procedure is, please let me know.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Resolves https://github.com/void-linux/void-packages/issues/21154.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-02  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 16:28 [PR PATCH] New package: mullvad-vpn-2021.6 vutunganh
2021-12-30 14:17 ` sgn
2022-01-02  9:10 ` vutunganh
2022-01-02  9:10 ` [PR PATCH] [Closed]: " vutunganh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).