New package: mailnag-2.2.0
This commit is contained in:
parent
f365ad54e6
commit
9df19aa4b8
|
@ -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.
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue