Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vpnd: update to 0.1.2
@ 2020-05-19  4:11 emacsomancer
  2020-05-19  8:30 ` Piraty
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: emacsomancer @ 2020-05-19  4:11 UTC (permalink / raw)
  To: ml

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

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

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

vpnd: update to 0.1.2
*Breaking changes:*
- in vpnd.conf, icons are referenced _without_ the `icon:` prefix in the path
   - also new settings introduced
- `yad` removed from dependencies since notification option
  introduced (users who want systray icon should (re)install `yad`)

*Improvements:*
- optional notifications via notify-send(.sh)
- connectivity check (if ncat/nmap/curl are installed)
- ability to run w/o yad (if no systray is desired) via notify-send(.sh)
- fixes to formatting of `xbps` update output

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

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

From c9242ec8587aff1fd27005eda0c4fdbf47faeb6f Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Mon, 18 May 2020 22:08:20 -0600
Subject: [PATCH] vpnd: update to 0.1.2

*Breaking changes:*
- in vpnd.conf, icons are referenced _without_ the `icon:` prefix in the path
   - also new settings introduced
- `yad` removed from dependencies since notification option
  introduced (users who want systray icon should (re)install `yad`)

*Improvements:*
- optional notifications via notify-send(.sh)
- connectivity check (if ncat/nmap/curl are installed)
- ability to run w/o yad (if no systray is desired) via notify-send(.sh)
- fixes to formatting of `xbps` update output
---
 srcpkgs/vpnd/INSTALL.msg | 9 +++++++++
 srcpkgs/vpnd/template    | 8 ++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vpnd/INSTALL.msg b/srcpkgs/vpnd/INSTALL.msg
index 3dc156ea77a..b31475e7f50 100644
--- a/srcpkgs/vpnd/INSTALL.msg
+++ b/srcpkgs/vpnd/INSTALL.msg
@@ -1,2 +1,11 @@
+* Breaking changes for 0.1.2:
+  - no longer has `yad` as dependency - install `yad` if you want a systray icon
+  - in vpnd.conf, icons are now referenced without the 'icon:' prefix in the path 
+
+Has additional functionality when the following are installed:
+  - `yad` provides systray icon notifier
+  - `notify-send(.sh)` provides pop-up notifications
+  - `ncat`/`nmap`/`curl` provides connectivity checks
+
 See the vpnd.conf file in /etc for customisation options
 (including different icons themes).
diff --git a/srcpkgs/vpnd/template b/srcpkgs/vpnd/template
index 7efe0f122f4..75f82871b05 100644
--- a/srcpkgs/vpnd/template
+++ b/srcpkgs/vpnd/template
@@ -1,15 +1,15 @@
 # Template file for 'vpnd'
 pkgname=vpnd
-version=0.1.1
+version=0.1.2
 revision=1
 archs=noarch
-depends="bash yad"
-short_desc="Systray notifier for Void Linux packages"
+depends="bash"
+short_desc="Package update notifier daemon for Void Linux"
 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
+checksum=8fe090f5a9512839f4989e60db2d6f9a8d3f91ef5103300166713108bb823ed3
 
 do_install() {
 	vbin vpnd

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

end of thread, other threads:[~2020-05-20 10:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19  4:11 [PR PATCH] vpnd: update to 0.1.2 emacsomancer
2020-05-19  8:30 ` Piraty
2020-05-19  8:30 ` Piraty
2020-05-19 10:01 ` emacsomancer
2020-05-19 21:30 ` [PR PATCH] [Updated] " emacsomancer
2020-05-19 21:31 ` vpnd: update to 0.1.2.1 emacsomancer
2020-05-19 21:32 ` emacsomancer
2020-05-19 21:32 ` emacsomancer
2020-05-20 10:25 ` [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).