Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: openfortivpn-webview-1.0.3
@ 2023-02-03 19:21 classabbyamp
  2023-02-04  3:39 ` [PR PATCH] [Updated] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-03 19:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages new/openfortivpn-webview
https://github.com/void-linux/void-packages/pull/42062

New package: openfortivpn-webview-1.0.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

I have no clue if this really meets the requirements, but I needed it to log into a fortissl vpn with SAML SSO, so i'm posting the template.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/openfortivpn-webview-42062.patch --]
[-- Type: text/x-diff, Size: 1362 bytes --]

From c7868b41492907be0264f39f292806fb73eb8c2f Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 3 Feb 2023 14:18:41 -0500
Subject: [PATCH] New package: openfortivpn-webview-1.0.3

---
 srcpkgs/openfortivpn-webview/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/openfortivpn-webview/template

diff --git a/srcpkgs/openfortivpn-webview/template b/srcpkgs/openfortivpn-webview/template
new file mode 100644
index 000000000000..d3c32d11422e
--- /dev/null
+++ b/srcpkgs/openfortivpn-webview/template
@@ -0,0 +1,20 @@
+# Template file for 'openfortivpn-webview'
+pkgname=openfortivpn-webview
+version=1.0.3
+revision=1
+build_wrksrc=openfortivpn-webview-qt
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-core qt5-gui qt5-widgets qt5-webengine-devel qt5-declarative-devel
+ qt5-location-devel qt5-webchannel-devel"
+short_desc="Retrieve SVPNCOOKIE for openfortivpn SAML SSO"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="MIT"
+homepage="https://github.com/gm-vm/openfortivpn-webview"
+distfiles="https://github.com/gm-vm/openfortivpn-webview/archive/refs/tags/v${version}-electron.tar.gz"
+checksum=e3203a6273c199e89e6dbf17caec0e07de6a4f7682ada4f81a6272ca0bf8eb05
+
+do_install() {
+	vbin openfortivpn-webview
+	vlicense ../LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: openfortivpn-webview-1.0.3
  2023-02-03 19:21 [PR PATCH] New package: openfortivpn-webview-1.0.3 classabbyamp
@ 2023-02-04  3:39 ` classabbyamp
  2023-02-04  4:59 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-04  3:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages new/openfortivpn-webview
https://github.com/void-linux/void-packages/pull/42062

New package: openfortivpn-webview-1.0.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

I have no clue if this really meets the requirements, but I needed it to log into a fortissl vpn with SAML SSO, so i'm posting the template.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/openfortivpn-webview-42062.patch --]
[-- Type: text/x-diff, Size: 1362 bytes --]

From e51a60515820285dc46d0a7489e4ab1193e5d557 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 3 Feb 2023 14:18:41 -0500
Subject: [PATCH] New package: openfortivpn-webview-1.0.3

---
 srcpkgs/openfortivpn-webview/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/openfortivpn-webview/template

diff --git a/srcpkgs/openfortivpn-webview/template b/srcpkgs/openfortivpn-webview/template
new file mode 100644
index 000000000000..d3c32d11422e
--- /dev/null
+++ b/srcpkgs/openfortivpn-webview/template
@@ -0,0 +1,20 @@
+# Template file for 'openfortivpn-webview'
+pkgname=openfortivpn-webview
+version=1.0.3
+revision=1
+build_wrksrc=openfortivpn-webview-qt
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-core qt5-gui qt5-widgets qt5-webengine-devel qt5-declarative-devel
+ qt5-location-devel qt5-webchannel-devel"
+short_desc="Retrieve SVPNCOOKIE for openfortivpn SAML SSO"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="MIT"
+homepage="https://github.com/gm-vm/openfortivpn-webview"
+distfiles="https://github.com/gm-vm/openfortivpn-webview/archive/refs/tags/v${version}-electron.tar.gz"
+checksum=e3203a6273c199e89e6dbf17caec0e07de6a4f7682ada4f81a6272ca0bf8eb05
+
+do_install() {
+	vbin openfortivpn-webview
+	vlicense ../LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: openfortivpn-webview-1.0.3
  2023-02-03 19:21 [PR PATCH] New package: openfortivpn-webview-1.0.3 classabbyamp
  2023-02-04  3:39 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-02-04  4:59 ` classabbyamp
  2023-02-04 17:58 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-04  4:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages new/openfortivpn-webview
https://github.com/void-linux/void-packages/pull/42062

New package: openfortivpn-webview-1.0.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

I have no clue if this really meets the requirements, but I needed it to log into a fortissl vpn with SAML SSO, so i'm posting the template.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/openfortivpn-webview-42062.patch --]
[-- Type: text/x-diff, Size: 1362 bytes --]

From 4243b96be715f7dace806ba27c888a6593630d88 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 3 Feb 2023 14:18:41 -0500
Subject: [PATCH] New package: openfortivpn-webview-1.0.3

---
 srcpkgs/openfortivpn-webview/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/openfortivpn-webview/template

diff --git a/srcpkgs/openfortivpn-webview/template b/srcpkgs/openfortivpn-webview/template
new file mode 100644
index 000000000000..d3c32d11422e
--- /dev/null
+++ b/srcpkgs/openfortivpn-webview/template
@@ -0,0 +1,20 @@
+# Template file for 'openfortivpn-webview'
+pkgname=openfortivpn-webview
+version=1.0.3
+revision=1
+build_wrksrc=openfortivpn-webview-qt
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-core qt5-gui qt5-widgets qt5-webengine-devel qt5-declarative-devel
+ qt5-location-devel qt5-webchannel-devel"
+short_desc="Retrieve SVPNCOOKIE for openfortivpn SAML SSO"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="MIT"
+homepage="https://github.com/gm-vm/openfortivpn-webview"
+distfiles="https://github.com/gm-vm/openfortivpn-webview/archive/refs/tags/v${version}-electron.tar.gz"
+checksum=e3203a6273c199e89e6dbf17caec0e07de6a4f7682ada4f81a6272ca0bf8eb05
+
+do_install() {
+	vbin openfortivpn-webview
+	vlicense ../LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: openfortivpn-webview-1.0.3
  2023-02-03 19:21 [PR PATCH] New package: openfortivpn-webview-1.0.3 classabbyamp
  2023-02-04  3:39 ` [PR PATCH] [Updated] " classabbyamp
  2023-02-04  4:59 ` classabbyamp
@ 2023-02-04 17:58 ` classabbyamp
  2023-05-06  1:49 ` github-actions
  2023-05-20  1:51 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-04 17:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages new/openfortivpn-webview
https://github.com/void-linux/void-packages/pull/42062

New package: openfortivpn-webview-1.0.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

I have no clue if this really meets the requirements, but I needed it to log into a fortissl vpn with SAML SSO, so i'm posting the template.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/openfortivpn-webview-42062.patch --]
[-- Type: text/x-diff, Size: 1362 bytes --]

From 338bdd025e56ae7f28791cc422aefa5e637988de Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 3 Feb 2023 14:18:41 -0500
Subject: [PATCH] New package: openfortivpn-webview-1.0.3

---
 srcpkgs/openfortivpn-webview/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/openfortivpn-webview/template

diff --git a/srcpkgs/openfortivpn-webview/template b/srcpkgs/openfortivpn-webview/template
new file mode 100644
index 000000000000..d3c32d11422e
--- /dev/null
+++ b/srcpkgs/openfortivpn-webview/template
@@ -0,0 +1,20 @@
+# Template file for 'openfortivpn-webview'
+pkgname=openfortivpn-webview
+version=1.0.3
+revision=1
+build_wrksrc=openfortivpn-webview-qt
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-core qt5-gui qt5-widgets qt5-webengine-devel qt5-declarative-devel
+ qt5-location-devel qt5-webchannel-devel"
+short_desc="Retrieve SVPNCOOKIE for openfortivpn SAML SSO"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="MIT"
+homepage="https://github.com/gm-vm/openfortivpn-webview"
+distfiles="https://github.com/gm-vm/openfortivpn-webview/archive/refs/tags/v${version}-electron.tar.gz"
+checksum=e3203a6273c199e89e6dbf17caec0e07de6a4f7682ada4f81a6272ca0bf8eb05
+
+do_install() {
+	vbin openfortivpn-webview
+	vlicense ../LICENSE.txt
+}

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

* Re: New package: openfortivpn-webview-1.0.3
  2023-02-03 19:21 [PR PATCH] New package: openfortivpn-webview-1.0.3 classabbyamp
                   ` (2 preceding siblings ...)
  2023-02-04 17:58 ` classabbyamp
@ 2023-05-06  1:49 ` github-actions
  2023-05-20  1:51 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-05-06  1:49 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42062#issuecomment-1536974053

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: openfortivpn-webview-1.0.3
  2023-02-03 19:21 [PR PATCH] New package: openfortivpn-webview-1.0.3 classabbyamp
                   ` (3 preceding siblings ...)
  2023-05-06  1:49 ` github-actions
@ 2023-05-20  1:51 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-05-20  1:51 UTC (permalink / raw)
  To: ml

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

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

New package: openfortivpn-webview-1.0.3
https://github.com/void-linux/void-packages/pull/42062

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

I have no clue if this really meets the requirements, but I needed it to log into a fortissl vpn with SAML SSO, so i'm posting the template.


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

end of thread, other threads:[~2023-05-20  1:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 19:21 [PR PATCH] New package: openfortivpn-webview-1.0.3 classabbyamp
2023-02-04  3:39 ` [PR PATCH] [Updated] " classabbyamp
2023-02-04  4:59 ` classabbyamp
2023-02-04 17:58 ` classabbyamp
2023-05-06  1:49 ` github-actions
2023-05-20  1:51 ` [PR PATCH] [Closed]: " github-actions

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