Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2004 01:17:58 +0200
From:      "\"Radek Kozlowski\" <Radek Kozlowski" <radek@raadradd.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/71780: [PATCH] mail/thunderbird: allow users to choose the new thunderbird icon
Message-ID:  <1095290278.0@ddardaar>
Resent-Message-ID: <200409152320.i8FNKEFF096678@freefall.freebsd.org>

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

>Number:         71780
>Category:       ports
>Synopsis:       [PATCH] mail/thunderbird: allow users to choose the new thunderbird icon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 15 23:20:13 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radek Kozlowski
>Release:        FreeBSD 5.3-BETA3 i386
>Organization:
>Environment:


System: FreeBSD 5.3-BETA3 #3: Fri Sep 10 03:22:15 CEST 2004
    root@ddardaar:/usr/obj/usr/src/sys/DDARDAAR



>Description:


If a user defines WITH_NEW_ICON the new thunderbird icon will be installed.

http://spekt.net/~raadradd/gnome/thunderbird-icon.png


>How-To-Repeat:





>Fix:


--- thunderbird.patch begins here ---
--- Makefile.orig	Wed Sep 15 22:50:00 2004
+++ Makefile	Thu Sep 16 00:13:05 2004
@@ -151,6 +151,14 @@
 	${RM} -fr ${LOCAL_PREFIX}/lib/${PORTNAME}-${PORTVERSION}/chrome/en-${ii}${jj}
 .endfor
 .endfor
+.if defined(WITH_NEW_ICON)
+	${CP} -f ${WRKSRC}/other-licenses/branding/thunderbird/default.xpm \
+		${LOCAL_PREFIX}/lib/${PORTNAME}-${PORTVERSION}/chrome/icons/default/default.xpm
+	${CP} -f ${WRKSRC}/other-licenses/branding/thunderbird/mozicon50.xpm \
+		${LOCAL_PREFIX}/lib/${PORTNAME}-${PORTVERSION}/chrome/icons/default/messengerWindow.xpm
+	${CP} -f ${WRKSRC}/other-licenses/branding/thunderbird/mozicon50.xpm \
+		${LOCAL_PREFIX}/lib/${PORTNAME}-${PORTVERSION}/chrome/icons/default/messengerWindow16.xpm
+.endif # defined(WITH_NEW_ICON)
 
 cons-plist:
 	-${RM} -f ${PLIST}
--- thunderbird.patch ends here ---



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



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