Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: MullvadVPN-2019.9
@ 2019-10-11 21:22 voidlinux-github
  2019-10-11 21:30 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 21:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/austinriddell/void-packages MullvadVPN
https://github.com/void-linux/void-packages/pull/15372

New package: MullvadVPN-2019.9


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

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

From 1b68d6a8c8ebd960742993a7630c1c20983957e2 Mon Sep 17 00:00:00 2001
From: Austin Riddell <austin.riddell@tutanota.com>
Date: Fri, 11 Oct 2019 16:16:45 -0500
Subject: [PATCH] New package: MullvadVPN-2019.9

---
 srcpkgs/MullvadVPN/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/MullvadVPN/template

diff --git a/srcpkgs/MullvadVPN/template b/srcpkgs/MullvadVPN/template
new file mode 100644
index 00000000000..cbc92204d82
--- /dev/null
+++ b/srcpkgs/MullvadVPN/template
@@ -0,0 +1,27 @@
+# Template file for 'MullvadVPN'
+pkgname=MullvadVPN
+version=2019.9
+revision=1
+archs="x86_64"
+build_style=fetch
+depends="GConf gtk+3 libappindicator libnotify libXScrnSaver nss"
+short_desc="Mullvad VPN client app"
+maintainer="Austin Riddell <austin.riddell@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://mullvad.net/en/"
+distfiles="https://mullvad.net/media/app/${pkgname}-${version}_amd64.deb"
+checksum=4ba5b1c87cb5afdadbcfb37413bdd7ea72df139dd01815e9ca0f1c54f81f03e1
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}_amd64.deb
+	tar xf data.tar.xz
+}
+
+do_install() {
+	vcopy opt /
+	vcopy usr /
+}
+
+post_install() {
+	vlicense opt/Mullvad\ VPN/LICENSE.electron.txt
+}

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

* Re: [PR PATCH] [Updated] New package: MullvadVPN-2019.9
  2019-10-11 21:22 [PR PATCH] New package: MullvadVPN-2019.9 voidlinux-github
  2019-10-11 21:30 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-11 21:30 ` voidlinux-github
  2019-10-11 21:34 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 21:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by austinriddell against master on the void-packages repository

https://github.com/austinriddell/void-packages MullvadVPN
https://github.com/void-linux/void-packages/pull/15372

New package: MullvadVPN-2019.9


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

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

From 7a9770164e12f7523b57946496d24f36614360e3 Mon Sep 17 00:00:00 2001
From: Austin Riddell <austin.riddell@tutanota.com>
Date: Fri, 11 Oct 2019 16:16:45 -0500
Subject: [PATCH] New package: MullvadVPN-2019.9

---
 srcpkgs/MullvadVPN/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/MullvadVPN/template

diff --git a/srcpkgs/MullvadVPN/template b/srcpkgs/MullvadVPN/template
new file mode 100644
index 00000000000..cbc92204d82
--- /dev/null
+++ b/srcpkgs/MullvadVPN/template
@@ -0,0 +1,27 @@
+# Template file for 'MullvadVPN'
+pkgname=MullvadVPN
+version=2019.9
+revision=1
+archs="x86_64"
+build_style=fetch
+depends="GConf gtk+3 libappindicator libnotify libXScrnSaver nss"
+short_desc="Mullvad VPN client app"
+maintainer="Austin Riddell <austin.riddell@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://mullvad.net/en/"
+distfiles="https://mullvad.net/media/app/${pkgname}-${version}_amd64.deb"
+checksum=4ba5b1c87cb5afdadbcfb37413bdd7ea72df139dd01815e9ca0f1c54f81f03e1
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}_amd64.deb
+	tar xf data.tar.xz
+}
+
+do_install() {
+	vcopy opt /
+	vcopy usr /
+}
+
+post_install() {
+	vlicense opt/Mullvad\ VPN/LICENSE.electron.txt
+}

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

* Re: [PR PATCH] [Updated] New package: MullvadVPN-2019.9
  2019-10-11 21:22 [PR PATCH] New package: MullvadVPN-2019.9 voidlinux-github
@ 2019-10-11 21:30 ` voidlinux-github
  2019-10-11 21:30 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 21:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by austinriddell against master on the void-packages repository

https://github.com/austinriddell/void-packages MullvadVPN
https://github.com/void-linux/void-packages/pull/15372

New package: MullvadVPN-2019.9


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

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

From 7a9770164e12f7523b57946496d24f36614360e3 Mon Sep 17 00:00:00 2001
From: Austin Riddell <austin.riddell@tutanota.com>
Date: Fri, 11 Oct 2019 16:16:45 -0500
Subject: [PATCH] New package: MullvadVPN-2019.9

---
 srcpkgs/MullvadVPN/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/MullvadVPN/template

diff --git a/srcpkgs/MullvadVPN/template b/srcpkgs/MullvadVPN/template
new file mode 100644
index 00000000000..cbc92204d82
--- /dev/null
+++ b/srcpkgs/MullvadVPN/template
@@ -0,0 +1,27 @@
+# Template file for 'MullvadVPN'
+pkgname=MullvadVPN
+version=2019.9
+revision=1
+archs="x86_64"
+build_style=fetch
+depends="GConf gtk+3 libappindicator libnotify libXScrnSaver nss"
+short_desc="Mullvad VPN client app"
+maintainer="Austin Riddell <austin.riddell@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://mullvad.net/en/"
+distfiles="https://mullvad.net/media/app/${pkgname}-${version}_amd64.deb"
+checksum=4ba5b1c87cb5afdadbcfb37413bdd7ea72df139dd01815e9ca0f1c54f81f03e1
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}_amd64.deb
+	tar xf data.tar.xz
+}
+
+do_install() {
+	vcopy opt /
+	vcopy usr /
+}
+
+post_install() {
+	vlicense opt/Mullvad\ VPN/LICENSE.electron.txt
+}

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

* Re: [PR PATCH] [Updated] New package: MullvadVPN-2019.9
  2019-10-11 21:22 [PR PATCH] New package: MullvadVPN-2019.9 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-11 21:34 ` voidlinux-github
@ 2019-10-11 21:34 ` voidlinux-github
  2019-10-11 21:42 ` [PR PATCH] [Closed]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 21:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by austinriddell against master on the void-packages repository

https://github.com/austinriddell/void-packages MullvadVPN
https://github.com/void-linux/void-packages/pull/15372

New package: MullvadVPN-2019.9


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

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

From a3c3c19ca843842498dac0adf4cf64e96d1bcd0a Mon Sep 17 00:00:00 2001
From: Austin Riddell <austin.riddell@tutanota.com>
Date: Fri, 11 Oct 2019 16:16:45 -0500
Subject: [PATCH] New package: MullvadVPN-2019.9

---
 srcpkgs/MullvadVPN/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/MullvadVPN/template

diff --git a/srcpkgs/MullvadVPN/template b/srcpkgs/MullvadVPN/template
new file mode 100644
index 00000000000..cbc92204d82
--- /dev/null
+++ b/srcpkgs/MullvadVPN/template
@@ -0,0 +1,27 @@
+# Template file for 'MullvadVPN'
+pkgname=MullvadVPN
+version=2019.9
+revision=1
+archs="x86_64"
+build_style=fetch
+depends="GConf gtk+3 libappindicator libnotify libXScrnSaver nss"
+short_desc="Mullvad VPN client app"
+maintainer="Austin Riddell <austin.riddell@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://mullvad.net/en/"
+distfiles="https://mullvad.net/media/app/${pkgname}-${version}_amd64.deb"
+checksum=4ba5b1c87cb5afdadbcfb37413bdd7ea72df139dd01815e9ca0f1c54f81f03e1
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}_amd64.deb
+	tar xf data.tar.xz
+}
+
+do_install() {
+	vcopy opt /
+	vcopy usr /
+}
+
+post_install() {
+	vlicense opt/Mullvad\ VPN/LICENSE.electron.txt
+}

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

* Re: [PR PATCH] [Updated] New package: MullvadVPN-2019.9
  2019-10-11 21:22 [PR PATCH] New package: MullvadVPN-2019.9 voidlinux-github
  2019-10-11 21:30 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-11 21:30 ` voidlinux-github
@ 2019-10-11 21:34 ` voidlinux-github
  2019-10-11 21:34 ` voidlinux-github
  2019-10-11 21:42 ` [PR PATCH] [Closed]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 21:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by austinriddell against master on the void-packages repository

https://github.com/austinriddell/void-packages MullvadVPN
https://github.com/void-linux/void-packages/pull/15372

New package: MullvadVPN-2019.9


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

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

From a3c3c19ca843842498dac0adf4cf64e96d1bcd0a Mon Sep 17 00:00:00 2001
From: Austin Riddell <austin.riddell@tutanota.com>
Date: Fri, 11 Oct 2019 16:16:45 -0500
Subject: [PATCH] New package: MullvadVPN-2019.9

---
 srcpkgs/MullvadVPN/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/MullvadVPN/template

diff --git a/srcpkgs/MullvadVPN/template b/srcpkgs/MullvadVPN/template
new file mode 100644
index 00000000000..cbc92204d82
--- /dev/null
+++ b/srcpkgs/MullvadVPN/template
@@ -0,0 +1,27 @@
+# Template file for 'MullvadVPN'
+pkgname=MullvadVPN
+version=2019.9
+revision=1
+archs="x86_64"
+build_style=fetch
+depends="GConf gtk+3 libappindicator libnotify libXScrnSaver nss"
+short_desc="Mullvad VPN client app"
+maintainer="Austin Riddell <austin.riddell@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://mullvad.net/en/"
+distfiles="https://mullvad.net/media/app/${pkgname}-${version}_amd64.deb"
+checksum=4ba5b1c87cb5afdadbcfb37413bdd7ea72df139dd01815e9ca0f1c54f81f03e1
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}_amd64.deb
+	tar xf data.tar.xz
+}
+
+do_install() {
+	vcopy opt /
+	vcopy usr /
+}
+
+post_install() {
+	vlicense opt/Mullvad\ VPN/LICENSE.electron.txt
+}

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

* Re: [PR PATCH] [Closed]: New package: MullvadVPN-2019.9
  2019-10-11 21:22 [PR PATCH] New package: MullvadVPN-2019.9 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-11 21:34 ` voidlinux-github
@ 2019-10-11 21:42 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 21:42 UTC (permalink / raw)
  To: ml

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

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

New package: MullvadVPN-2019.9
https://github.com/void-linux/void-packages/pull/15372

Description:


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

end of thread, other threads:[~2019-10-11 21:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 21:22 [PR PATCH] New package: MullvadVPN-2019.9 voidlinux-github
2019-10-11 21:30 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-11 21:30 ` voidlinux-github
2019-10-11 21:34 ` voidlinux-github
2019-10-11 21:34 ` voidlinux-github
2019-10-11 21:42 ` [PR PATCH] [Closed]: " voidlinux-github

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).