From 5a99877feb1f4789f7ad3b133cada864cfdd5292 Mon Sep 17 00:00:00 2001 From: cnoob Date: Tue, 8 Jun 2021 17:47:01 +0200 Subject: [PATCH] New package: mailnag-2.2.0 --- srcpkgs/mailnag/files/README.voidlinux | 4 ++++ srcpkgs/mailnag/template | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 srcpkgs/mailnag/files/README.voidlinux create mode 100644 srcpkgs/mailnag/template diff --git a/srcpkgs/mailnag/files/README.voidlinux b/srcpkgs/mailnag/files/README.voidlinux new file mode 100644 index 000000000000..e3dc65132beb --- /dev/null +++ b/srcpkgs/mailnag/files/README.voidlinux @@ -0,0 +1,4 @@ +install gst-plugins-base1 if you want the Sound Notifications plugin +install libnotify and a libnotify client if you want the LibNotify Notifications plugin +a libsecret client (GNOME Keyring, Kwallet...) is needed +You should also have a working syslog (https://docs.voidlinux.org/config/services/logging.html) if you do not want error messages about syslog diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template new file mode 100644 index 000000000000..7af0e7f7829c --- /dev/null +++ b/srcpkgs/mailnag/template @@ -0,0 +1,18 @@ +# 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="cnoob " +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" + +post_install() { + vdoc "${FILESDIR}/README.voidlinux" +} + +checksum=27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9