From 4dc618f360b7f68dd7eca02488edee4886c81cdc Mon Sep 17 00:00:00 2001 From: Milan Obuch Date: Tue, 31 May 2022 15:17:38 +0200 Subject: [PATCH] mail/claws-mail-acpi_notifier: Add new port This port adds ACPI Notifier plugin for Claws Mail allowing mail notification via LED on some notebooks. Approved by: Chris Hutchinson (maintainer) PR: 264123 --- mail/Makefile | 1 + mail/claws-mail-acpi_notifier/Makefile | 8 ++++++++ mail/claws-mail-acpi_notifier/pkg-descr | 3 +++ 3 files changed, 12 insertions(+) create mode 100644 mail/claws-mail-acpi_notifier/Makefile create mode 100644 mail/claws-mail-acpi_notifier/pkg-descr diff --git a/mail/Makefile b/mail/Makefile index 3cbbde67242d..a229c79d42b3 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -39,6 +39,7 @@ SUBDIR += c-sig SUBDIR += cclient SUBDIR += claws-mail + SUBDIR += claws-mail-acpi_notifier SUBDIR += claws-mail-address_keeper SUBDIR += claws-mail-archive SUBDIR += claws-mail-att_remover diff --git a/mail/claws-mail-acpi_notifier/Makefile b/mail/claws-mail-acpi_notifier/Makefile new file mode 100644 index 000000000000..4d4b93572a6d --- /dev/null +++ b/mail/claws-mail-acpi_notifier/Makefile @@ -0,0 +1,8 @@ +PORTNAME= acpi_notifier + +COMMENT= ACPI mail LED notifier plugin for Claws Mail + +CLAWS_PLUGINS_BUILD= ${PORTNAME} + +.include "${.CURDIR}/../claws-mail/Makefile.claws" +.include diff --git a/mail/claws-mail-acpi_notifier/pkg-descr b/mail/claws-mail-acpi_notifier/pkg-descr new file mode 100644 index 000000000000..c380d4aba36c --- /dev/null +++ b/mail/claws-mail-acpi_notifier/pkg-descr @@ -0,0 +1,3 @@ +This plugin enables mail notification via LEDs on some notebooks. + +WWW: https://www.claws-mail.org/plugin.php?plugin=acpinotifier