Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: uget-integrator-1.0.0
@ 2019-10-08  4:39 voidlinux-github
  2019-10-08  4:50 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-08  4:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_uget-integrator
https://github.com/void-linux/void-packages/pull/15233

New package: uget-integrator-1.0.0


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

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

From b1d0148f2f7b0271759dc5d904ba33a1ce0b1db7 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Tue, 8 Oct 2019 00:32:46 -0400
Subject: [PATCH] New package: uget-integrator-1.0.0

---
 srcpkgs/uget-integrator/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/uget-integrator/template

diff --git a/srcpkgs/uget-integrator/template b/srcpkgs/uget-integrator/template
new file mode 100644
index 00000000000..8bfb558a8eb
--- /dev/null
+++ b/srcpkgs/uget-integrator/template
@@ -0,0 +1,21 @@
+# Template file for 'uget-integrator'
+pkgname=uget-integrator
+version=1.0.0
+revision=1
+depends="python3 uget"
+short_desc="A native messaging script to allow uGet to integrate with a browser"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ugetdm/uget-integrator"
+distfiles="https://github.com/ugetdm/uget-integrator/archive/v1.0.0.tar.gz"
+checksum=bbc85c32d94e2b6a21977c559f6e49cea9613028713df89e91327a23fef19fa9
+
+do_install () {
+	vbin bin/uget-integrator
+
+	# setup chromium integration
+	vinstall conf/com.ugetdm.chrome.json 0644 etc/chromium/native-messaging-hosts/
+
+	# setup firefox integration
+	vinstall conf/com.ugetdm.firefox.json 0644 usr/lib/mozilla/native-messaging-hosts/
+}

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

* Re: [PR PATCH] [Updated] New package: uget-integrator-1.0.0
  2019-10-08  4:39 [PR PATCH] New package: uget-integrator-1.0.0 voidlinux-github
@ 2019-10-08  4:50 ` voidlinux-github
  2019-10-08  4:50 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-08  4:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_uget-integrator
https://github.com/void-linux/void-packages/pull/15233

New package: uget-integrator-1.0.0


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

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

From 1dcaf78c5025730534e1309aaea9eb4ba696dd4e Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Tue, 8 Oct 2019 00:32:46 -0400
Subject: [PATCH] New package: uget-integrator-1.0.0

---
 srcpkgs/uget-integrator/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/uget-integrator/template

diff --git a/srcpkgs/uget-integrator/template b/srcpkgs/uget-integrator/template
new file mode 100644
index 00000000000..62302d8bb64
--- /dev/null
+++ b/srcpkgs/uget-integrator/template
@@ -0,0 +1,21 @@
+# Template file for 'uget-integrator'
+pkgname=uget-integrator
+version=1.0.0
+revision=1
+depends="python3 uget"
+short_desc="Native messaging script to allow uGet to integrate with a browser"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ugetdm/uget-integrator"
+distfiles="https://github.com/ugetdm/uget-integrator/archive/v${version}.tar.gz"
+checksum=bbc85c32d94e2b6a21977c559f6e49cea9613028713df89e91327a23fef19fa9
+
+do_install() {
+	vbin bin/uget-integrator
+
+	# setup chromium integration
+	vinstall conf/com.ugetdm.chrome.json 0644 etc/chromium/native-messaging-hosts/
+
+	# setup firefox integration
+	vinstall conf/com.ugetdm.firefox.json 0644 usr/lib/mozilla/native-messaging-hosts/
+}

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

* Re: [PR PATCH] [Updated] New package: uget-integrator-1.0.0
  2019-10-08  4:39 [PR PATCH] New package: uget-integrator-1.0.0 voidlinux-github
  2019-10-08  4:50 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-08  4:50 ` voidlinux-github
  2019-10-09  2:54 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-08  4:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_uget-integrator
https://github.com/void-linux/void-packages/pull/15233

New package: uget-integrator-1.0.0


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

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

From 1dcaf78c5025730534e1309aaea9eb4ba696dd4e Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Tue, 8 Oct 2019 00:32:46 -0400
Subject: [PATCH] New package: uget-integrator-1.0.0

---
 srcpkgs/uget-integrator/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/uget-integrator/template

diff --git a/srcpkgs/uget-integrator/template b/srcpkgs/uget-integrator/template
new file mode 100644
index 00000000000..62302d8bb64
--- /dev/null
+++ b/srcpkgs/uget-integrator/template
@@ -0,0 +1,21 @@
+# Template file for 'uget-integrator'
+pkgname=uget-integrator
+version=1.0.0
+revision=1
+depends="python3 uget"
+short_desc="Native messaging script to allow uGet to integrate with a browser"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ugetdm/uget-integrator"
+distfiles="https://github.com/ugetdm/uget-integrator/archive/v${version}.tar.gz"
+checksum=bbc85c32d94e2b6a21977c559f6e49cea9613028713df89e91327a23fef19fa9
+
+do_install() {
+	vbin bin/uget-integrator
+
+	# setup chromium integration
+	vinstall conf/com.ugetdm.chrome.json 0644 etc/chromium/native-messaging-hosts/
+
+	# setup firefox integration
+	vinstall conf/com.ugetdm.firefox.json 0644 usr/lib/mozilla/native-messaging-hosts/
+}

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

* Re: [PR PATCH] [Updated] New package: uget-integrator-1.0.0
  2019-10-08  4:39 [PR PATCH] New package: uget-integrator-1.0.0 voidlinux-github
  2019-10-08  4:50 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-08  4:50 ` voidlinux-github
@ 2019-10-09  2:54 ` voidlinux-github
  2019-10-09  2:54 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-09  2:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_uget-integrator
https://github.com/void-linux/void-packages/pull/15233

New package: uget-integrator-1.0.0


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

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

From f440e14a0c495be4ba40e11bdf9ae2c4caab3e6f Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Tue, 8 Oct 2019 00:32:46 -0400
Subject: [PATCH] New package: uget-integrator-1.0.0

---
 srcpkgs/uget-integrator/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/uget-integrator/template

diff --git a/srcpkgs/uget-integrator/template b/srcpkgs/uget-integrator/template
new file mode 100644
index 00000000000..bd46429fdcc
--- /dev/null
+++ b/srcpkgs/uget-integrator/template
@@ -0,0 +1,24 @@
+# Template file for 'uget-integrator'
+pkgname=uget-integrator
+version=1.0.0
+revision=1
+depends="python3 uget"
+short_desc="Native messaging script to allow uGet to integrate with a browser"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ugetdm/uget-integrator"
+distfiles="https://github.com/ugetdm/uget-integrator/archive/v${version}.tar.gz"
+checksum=bbc85c32d94e2b6a21977c559f6e49cea9613028713df89e91327a23fef19fa9
+
+do_install() {
+	vbin bin/uget-integrator
+
+	# setup chrome integration
+	vinstall conf/com.ugetdm.chrome.json 0644 etc/opt/chrome/native-messaging-hosts/
+
+	# setup chromium integration
+	vinstall conf/com.ugetdm.chrome.json 0644 etc/chromium/native-messaging-hosts/
+
+	# setup firefox integration
+	vinstall conf/com.ugetdm.firefox.json 0644 usr/lib/mozilla/native-messaging-hosts/
+}

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

* Re: [PR PATCH] [Updated] New package: uget-integrator-1.0.0
  2019-10-08  4:39 [PR PATCH] New package: uget-integrator-1.0.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-09  2:54 ` voidlinux-github
@ 2019-10-09  2:54 ` voidlinux-github
  2020-11-01  2:21 ` ericonr
  2020-11-01 19:54 ` [PR PATCH] [Merged]: " Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-09  2:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_uget-integrator
https://github.com/void-linux/void-packages/pull/15233

New package: uget-integrator-1.0.0


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

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

From f440e14a0c495be4ba40e11bdf9ae2c4caab3e6f Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Tue, 8 Oct 2019 00:32:46 -0400
Subject: [PATCH] New package: uget-integrator-1.0.0

---
 srcpkgs/uget-integrator/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/uget-integrator/template

diff --git a/srcpkgs/uget-integrator/template b/srcpkgs/uget-integrator/template
new file mode 100644
index 00000000000..bd46429fdcc
--- /dev/null
+++ b/srcpkgs/uget-integrator/template
@@ -0,0 +1,24 @@
+# Template file for 'uget-integrator'
+pkgname=uget-integrator
+version=1.0.0
+revision=1
+depends="python3 uget"
+short_desc="Native messaging script to allow uGet to integrate with a browser"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ugetdm/uget-integrator"
+distfiles="https://github.com/ugetdm/uget-integrator/archive/v${version}.tar.gz"
+checksum=bbc85c32d94e2b6a21977c559f6e49cea9613028713df89e91327a23fef19fa9
+
+do_install() {
+	vbin bin/uget-integrator
+
+	# setup chrome integration
+	vinstall conf/com.ugetdm.chrome.json 0644 etc/opt/chrome/native-messaging-hosts/
+
+	# setup chromium integration
+	vinstall conf/com.ugetdm.chrome.json 0644 etc/chromium/native-messaging-hosts/
+
+	# setup firefox integration
+	vinstall conf/com.ugetdm.firefox.json 0644 usr/lib/mozilla/native-messaging-hosts/
+}

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

* Re: New package: uget-integrator-1.0.0
  2019-10-08  4:39 [PR PATCH] New package: uget-integrator-1.0.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-09  2:54 ` voidlinux-github
@ 2020-11-01  2:21 ` ericonr
  2020-11-01 19:54 ` [PR PATCH] [Merged]: " Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-11-01  2:21 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/15233#issuecomment-720016224

Comment:
Ping @Johnnynator 

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

* Re: [PR PATCH] [Merged]: New package: uget-integrator-1.0.0
  2019-10-08  4:39 [PR PATCH] New package: uget-integrator-1.0.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-11-01  2:21 ` ericonr
@ 2020-11-01 19:54 ` Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2020-11-01 19:54 UTC (permalink / raw)
  To: ml

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

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

New package: uget-integrator-1.0.0
https://github.com/void-linux/void-packages/pull/15233

Description:


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

end of thread, other threads:[~2020-11-01 19:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08  4:39 [PR PATCH] New package: uget-integrator-1.0.0 voidlinux-github
2019-10-08  4:50 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08  4:50 ` voidlinux-github
2019-10-09  2:54 ` voidlinux-github
2019-10-09  2:54 ` voidlinux-github
2020-11-01  2:21 ` ericonr
2020-11-01 19:54 ` [PR PATCH] [Merged]: " Johnnynator

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