Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: vpnd-0.1.1
@ 2020-05-12 23:49 emacsomancer
  2020-05-14 13:25 ` [PR PATCH] [Updated] " emacsomancer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: emacsomancer @ 2020-05-12 23:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages vpnd
https://github.com/void-linux/void-packages/pull/21897

New package: vpnd-0.1.1
package notifier for Void

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

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

From 98e9c6c2feafc82fd0d3cd921f6f7af3c1f26bea Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 12 May 2020 17:45:35 -0600
Subject: [PATCH] New package: vpnd-0.1.1

---
 srcpkgs/vpnd/INSTALL.msg |  2 ++
 srcpkgs/vpnd/template    | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/vpnd/INSTALL.msg
 create mode 100644 srcpkgs/vpnd/template

diff --git a/srcpkgs/vpnd/INSTALL.msg b/srcpkgs/vpnd/INSTALL.msg
new file mode 100644
index 00000000000..3dc156ea77a
--- /dev/null
+++ b/srcpkgs/vpnd/INSTALL.msg
@@ -0,0 +1,2 @@
+See the vpnd.conf file in /etc for customisation options
+(including different icons themes).
diff --git a/srcpkgs/vpnd/template b/srcpkgs/vpnd/template
new file mode 100644
index 00000000000..947dc20d127
--- /dev/null
+++ b/srcpkgs/vpnd/template
@@ -0,0 +1,20 @@
+# Template file for 'vpnd'
+pkgname=vpnd
+version=0.1.1
+revision=1
+archs=noarch
+depends="bash yad"
+short_desc="Systray notifier for Void Linux packages"
+maintainer="Benjamin Slade <slade@lambda-y.net>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/emacsomancer/vpnd"
+distfiles="https://gitlab.com/emacsomancer/vpnd/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=49e148766f1e0bdb4a48d58bd72448e72c977f4c326393d694ae0cce2b42f6f9
+
+do_install() {
+	vbin vpnd
+	vmkdir usr/share/icons/vpnd
+	vcopy *.png usr/share/icons/vpnd
+	vmkdir etc
+	vcopy vpnd.conf etc
+}

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

* Re: [PR PATCH] [Updated] New package: vpnd-0.1.1
  2020-05-12 23:49 [PR PATCH] New package: vpnd-0.1.1 emacsomancer
@ 2020-05-14 13:25 ` emacsomancer
  2020-05-14 13:28 ` emacsomancer
  2020-05-14 13:42 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: emacsomancer @ 2020-05-14 13:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages vpnd
https://github.com/void-linux/void-packages/pull/21897

New package: vpnd-0.1.1
package notifier for Void

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

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

From e969954fe12686512ab61b0e0846d9d0d4cfccb7 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 12 May 2020 17:45:35 -0600
Subject: [PATCH] New package: vpnd-0.1.1

---
 srcpkgs/vpnd/INSTALL.msg |  2 ++
 srcpkgs/vpnd/template    | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/vpnd/INSTALL.msg
 create mode 100644 srcpkgs/vpnd/template

diff --git a/srcpkgs/vpnd/INSTALL.msg b/srcpkgs/vpnd/INSTALL.msg
new file mode 100644
index 00000000000..3dc156ea77a
--- /dev/null
+++ b/srcpkgs/vpnd/INSTALL.msg
@@ -0,0 +1,2 @@
+See the vpnd.conf file in /etc for customisation options
+(including different icons themes).
diff --git a/srcpkgs/vpnd/template b/srcpkgs/vpnd/template
new file mode 100644
index 00000000000..3f4a80556ae
--- /dev/null
+++ b/srcpkgs/vpnd/template
@@ -0,0 +1,19 @@
+# Template file for 'vpnd'
+pkgname=vpnd
+version=0.1.1
+revision=1
+archs=noarch
+depends="bash yad"
+short_desc="Systray notifier for Void Linux packages"
+maintainer="Benjamin Slade <slade@lambda-y.net>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/emacsomancer/vpnd"
+distfiles="https://gitlab.com/emacsomancer/vpnd/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=49e148766f1e0bdb4a48d58bd72448e72c977f4c326393d694ae0cce2b42f6f9
+
+do_install() {
+	vbin vpnd
+	vmkdir usr/share/icons/vpnd
+	vcopy "*.png" usr/share/icons/vpnd
+        vconf vpnd.conf
+}

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

* Re: [PR PATCH] [Updated] New package: vpnd-0.1.1
  2020-05-12 23:49 [PR PATCH] New package: vpnd-0.1.1 emacsomancer
  2020-05-14 13:25 ` [PR PATCH] [Updated] " emacsomancer
@ 2020-05-14 13:28 ` emacsomancer
  2020-05-14 13:42 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: emacsomancer @ 2020-05-14 13:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages vpnd
https://github.com/void-linux/void-packages/pull/21897

New package: vpnd-0.1.1
package notifier for Void

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

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

From 4a686b34bf2eeaf74359eaa334a040f7b529d1dd Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 12 May 2020 17:45:35 -0600
Subject: [PATCH] New package: vpnd-0.1.1

---
 srcpkgs/vpnd/INSTALL.msg |  2 ++
 srcpkgs/vpnd/template    | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/vpnd/INSTALL.msg
 create mode 100644 srcpkgs/vpnd/template

diff --git a/srcpkgs/vpnd/INSTALL.msg b/srcpkgs/vpnd/INSTALL.msg
new file mode 100644
index 00000000000..3dc156ea77a
--- /dev/null
+++ b/srcpkgs/vpnd/INSTALL.msg
@@ -0,0 +1,2 @@
+See the vpnd.conf file in /etc for customisation options
+(including different icons themes).
diff --git a/srcpkgs/vpnd/template b/srcpkgs/vpnd/template
new file mode 100644
index 00000000000..7efe0f122f4
--- /dev/null
+++ b/srcpkgs/vpnd/template
@@ -0,0 +1,19 @@
+# Template file for 'vpnd'
+pkgname=vpnd
+version=0.1.1
+revision=1
+archs=noarch
+depends="bash yad"
+short_desc="Systray notifier for Void Linux packages"
+maintainer="Benjamin Slade <slade@lambda-y.net>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/emacsomancer/vpnd"
+distfiles="https://gitlab.com/emacsomancer/vpnd/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=49e148766f1e0bdb4a48d58bd72448e72c977f4c326393d694ae0cce2b42f6f9
+
+do_install() {
+	vbin vpnd
+	vmkdir usr/share/icons/vpnd
+	vcopy "*.png" usr/share/icons/vpnd
+	vconf vpnd.conf
+}

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

* Re: [PR PATCH] [Merged]: New package: vpnd-0.1.1
  2020-05-12 23:49 [PR PATCH] New package: vpnd-0.1.1 emacsomancer
  2020-05-14 13:25 ` [PR PATCH] [Updated] " emacsomancer
  2020-05-14 13:28 ` emacsomancer
@ 2020-05-14 13:42 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-05-14 13:42 UTC (permalink / raw)
  To: ml

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

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

New package: vpnd-0.1.1
https://github.com/void-linux/void-packages/pull/21897

Description:
package notifier for Void

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

end of thread, other threads:[~2020-05-14 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 23:49 [PR PATCH] New package: vpnd-0.1.1 emacsomancer
2020-05-14 13:25 ` [PR PATCH] [Updated] " emacsomancer
2020-05-14 13:28 ` emacsomancer
2020-05-14 13:42 ` [PR PATCH] [Merged]: " Piraty

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