ports/71780: [PATCH] mail/thunderbird: allow users to choose the new thunderbird icon

"Radek Kozlowski" <Radek Kozlowski radek at raadradd.com
Wed Sep 15 23:20:14 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list