From 2b67b98dbd805cd9239da6f2b27fc1512511e28f Mon Sep 17 00:00:00 2001 From: cnoob Date: Tue, 8 Jun 2021 17:47:01 +0200 Subject: [PATCH 1/2] New package: mailnag-2.2.0 --- srcpkgs/mailnag/files/README.voidlinux | 5 +++++ srcpkgs/mailnag/template | 17 +++++++++++++++++ 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 00000000000000..66ea0e65b5262a --- /dev/null +++ b/srcpkgs/mailnag/files/README.voidlinux @@ -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. diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template new file mode 100644 index 00000000000000..5fbc5deff10d50 --- /dev/null +++ b/srcpkgs/mailnag/template @@ -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 " +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" +} From 4dbd24d185c63990719001c2d0b7d3b2ed722e64 Mon Sep 17 00:00:00 2001 From: meator Date: Sat, 12 Jun 2021 17:53:07 +0200 Subject: [PATCH 2/2] New package: mailnag-goa-plugin-2.0.0 --- srcpkgs/mailnag-goa-plugin/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/mailnag-goa-plugin/template diff --git a/srcpkgs/mailnag-goa-plugin/template b/srcpkgs/mailnag-goa-plugin/template new file mode 100644 index 00000000000000..11549f9f8cc3c9 --- /dev/null +++ b/srcpkgs/mailnag-goa-plugin/template @@ -0,0 +1,13 @@ +# Template file for 'mailnag-goa-plugin' +pkgname=mailnag-goa-plugin +version=2.0.0 +revision=1 +build_style=python3-module +hostmakedepends="python3" +depends="mailnag gnome-online-accounts" +short_desc="Mailnag GNOME Online Accounts plugin" +maintainer="meator " +license="GPL-2.0-or-later" +homepage="https://github.com/pulb/mailnag-goa-plugin" +distfiles="https://github.com/pulb/mailnag-goa-plugin/archive/refs/tags/v${version}.tar.gz" +checksum=8adfbd21d9c42243381856c2d46b1c97ec35c48fad5a0057e7b7e5c54bf7a45c