From 946cfc1677785eaab319e999b321b57ec4af64d0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 12 Jun 2014 19:34:33 +0400 Subject: [PATCH 1/1] metainfo: add notification plugin Reference: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3210 Signed-off-by: Igor Gnatenko --- src/plugins/notification/Makefile.am | 6 +++++- .../claws-mail-notification.metainfo.xml | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/plugins/notification/claws-mail-notification.metainfo.xml diff --git a/src/plugins/notification/Makefile.am b/src/plugins/notification/Makefile.am index a5a196952..4521a817b 100644 --- a/src/plugins/notification/Makefile.am +++ b/src/plugins/notification/Makefile.am @@ -2,6 +2,10 @@ # This file is part of Claws Mail package. # See COPYING file for license details. +appdata_files = claws-mail-notification.metainfo.xml +appdatadir = $(datadir)/appdata +appdata_DATA = $(appdata_files) + if BUILD_HOTKEYS hotkey_lib = libcmnpgtkhotkey.la hotkey_lib_path = $(top_builddir)/src/plugins/notification/gtkhotkey/libcmnpgtkhotkey.la @@ -11,7 +15,7 @@ hotkey_lib_path = endif SUBDIRS=gtkhotkey -EXTRA_DIST = claws.def plugin.def version.rc +EXTRA_DIST = claws.def plugin.def version.rc $(appdata_files) CFLAGS += "-Wall" IFLAGS = \ diff --git a/src/plugins/notification/claws-mail-notification.metainfo.xml b/src/plugins/notification/claws-mail-notification.metainfo.xml new file mode 100644 index 000000000..799f0f276 --- /dev/null +++ b/src/plugins/notification/claws-mail-notification.metainfo.xml @@ -0,0 +1,12 @@ + + + +claws-mail-notification +claws-mail.desktop +Notification +Provides various ways to notify the user of new and unread email +http://claws-mail.org/plugin.php?plugin=notification +CC0-1.0 +GPL-3.0+ +i.gnatenko.brain@gmail.com + -- 2.25.1