New package: mailnag-2.2.0

This commit is contained in:
cnoob 2021-06-08 17:47:01 +02:00 committed by Piotr
parent f365ad54e6
commit 9df19aa4b8
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Install gst-plugins-base1 if you want the Sound Notifications plugin.
Install libnotify and a libnotify client if you want the LibNotify Notifications plugin.
Install mailnag-goa-plugin if you want the GNOME Online Accounts plugin.
This package needs a libsecret client (GNOME Keyring, Kwallet...).
You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about missing syslog.

17
srcpkgs/mailnag/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'mailnag'
pkgname=mailnag
version=2.2.0
revision=1
build_style=python3-module
hostmakedepends="python3 gettext"
depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
short_desc="Extensible mail notification daemon"
maintainer="meator <coder64@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/pulb/mailnag"
distfiles="https://github.com/pulb/mailnag/archive/refs/tags/v${version}.tar.gz"
checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}