From c9242ec8587aff1fd27005eda0c4fdbf47faeb6f Mon Sep 17 00:00:00 2001 From: Benjamin Slade 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 " 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