View | Details | Raw Unified | Return to bug 264123 | Differences between
and this patch

Collapse All | Expand All

(-)b/mail/Makefile (+1 lines)
Lines 39-44 Link Here
39
    SUBDIR += c-sig
39
    SUBDIR += c-sig
40
    SUBDIR += cclient
40
    SUBDIR += cclient
41
    SUBDIR += claws-mail
41
    SUBDIR += claws-mail
42
    SUBDIR += claws-mail-acpi_notifier
42
    SUBDIR += claws-mail-address_keeper
43
    SUBDIR += claws-mail-address_keeper
43
    SUBDIR += claws-mail-archive
44
    SUBDIR += claws-mail-archive
44
    SUBDIR += claws-mail-att_remover
45
    SUBDIR += claws-mail-att_remover
(-)b/mail/claws-mail-acpi_notifier/Makefile (+8 lines)
Added Link Here
1
PORTNAME=	acpi_notifier
2
3
COMMENT=	ACPI mail LED notifier plugin for Claws Mail
4
5
CLAWS_PLUGINS_BUILD=	${PORTNAME}
6
7
.include "../claws-mail/Makefile.claws"
8
.include <bsd.port.mk>
(-)b/mail/claws-mail-acpi_notifier/pkg-descr (+3 lines)
Added Link Here
1
This plugin enables mail notification via LEDs on some notebooks.
2
3
WWW: https://www.claws-mail.org/plugin.php?plugin=acpinotifier

Return to bug 264123