Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2007 20:21:22 +0200
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/114456: [maintainer update] mail/claws-mail-notification
Message-ID:  <1184005282.99180@caprica.slowicza.org>
Resent-Message-ID: <200707091830.l69IU3v2087736@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114456
>Category:       ports
>Synopsis:       [maintainer update] mail/claws-mail-notification
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 09 18:30:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-RELEASE #2: Sat Jan 13 12:52:19 CET 2007
    corn@caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC



>Description:


- install translation files
- add libnotify support


>How-To-Repeat:





>Fix:


--- claws-notification.diff begins here ---
diff -urN /usr/ports/mail/claws-mail-notification/Makefile claws-mail-notification/Makefile
--- /usr/ports/mail/claws-mail-notification/Makefile	Sat Jul  7 19:22:41 2007
+++ claws-mail-notification/Makefile	Mon Jul  9 20:12:48 2007
@@ -15,6 +15,7 @@
 MAINTAINER=	c0rn@o2.pl
 COMMENT=	New/unread mail notification plugin for claws-mail
 
+LIB_DEPENDS=	notify:${PORTSDIR}/devel/libnotify
 BUILD_DEPENDS=	claws-mail>=2.10:${PORTSDIR}/mail/claws-mail
 RUN_DEPENDS=	claws-mail>=2.10:${PORTSDIR}/mail/claws-mail
 
@@ -22,8 +23,16 @@
 USE_XLIB=	yes
 USE_AUTOTOOLS=	autoconf:261
 
+CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
+	--with-libintl-prefix=${LOCALBASE}
+
 PLIST_FILES=	lib/claws-mail/plugins/notification_plugin.a \
 		lib/claws-mail/plugins/notification_plugin.la \
-		lib/claws-mail/plugins/notification_plugin.so
+		lib/claws-mail/plugins/notification_plugin.so \
+		share/locale/ca/LC_MESSAGES/notification_plugin.mo \
+		share/locale/cs/LC_MESSAGES/notification_plugin.mo \
+		share/locale/hu/LC_MESSAGES/notification_plugin.mo \
+		share/locale/pt_BR/LC_MESSAGES/notification_plugin.mo \
+		share/locale/zh_CN/LC_MESSAGES/notification_plugin.mo
 
 .include <bsd.port.mk>
--- claws-notification.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1184005282.99180>