Github messages for voidlinux
 help / color / mirror / Atom feed
From: shizonic <shizonic@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vpnd: drop noarch + add runit service
Date: Mon, 09 Nov 2020 07:17:08 +0100	[thread overview]
Message-ID: <20201109061708.CWtegarqiXLSGyz_3yBcd6IWWfiTg2B9-SCwvoYR6dI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26162@inbox.vuxu.org>

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

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

https://github.com/shizonic/void-packages vpnd
https://github.com/void-linux/void-packages/pull/26162

vpnd: drop noarch + add runit service


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

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

From 5d667707ebc20c3f384e7784a60a66c531a69eb1 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 6 Nov 2020 07:57:24 +0100
Subject: [PATCH] vpnd: drop noarch + add runit service

---
 srcpkgs/vpnd/files/vpnd/run | 2 ++
 srcpkgs/vpnd/template       | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/vpnd/files/vpnd/run

diff --git a/srcpkgs/vpnd/files/vpnd/run b/srcpkgs/vpnd/files/vpnd/run
new file mode 100644
index 00000000000..9f023775841
--- /dev/null
+++ b/srcpkgs/vpnd/files/vpnd/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/bin/vpnd
diff --git a/srcpkgs/vpnd/template b/srcpkgs/vpnd/template
index fa4222ae372..af90e155cab 100644
--- a/srcpkgs/vpnd/template
+++ b/srcpkgs/vpnd/template
@@ -1,9 +1,8 @@
 # Template file for 'vpnd'
 pkgname=vpnd
 version=0.1.3
-revision=1
-archs=noarch
-depends="bash"
+revision=2
+depends="bash libnotify"
 conf_files="/etc/vpnd.conf"
 short_desc="Package update notifier daemon for Void Linux"
 maintainer="Benjamin Slade <slade@lambda-y.net>"
@@ -17,4 +16,5 @@ do_install() {
 	vmkdir usr/share/icons/vpnd
 	vcopy "*.png" usr/share/icons/vpnd
 	vconf vpnd.conf
+	vsv vpnd
 }

  parent reply	other threads:[~2020-11-09  6:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06  6:58 [PR PATCH] " shizonic
2020-11-06 14:39 ` [PR REVIEW] " ahesford
2020-11-06 17:26 ` shizonic
2020-11-09  6:17 ` shizonic [this message]
2020-11-09  6:17 ` shizonic
2020-11-09 18:51 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201109061708.CWtegarqiXLSGyz_3yBcd6IWWfiTg2B9-SCwvoYR6dI@z \
    --to=shizonic@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).