Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2009 09:39:49 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r224 - branches/experimental/www/seamonkey2 branches/experimental/www/seamonkey2/files trunk/www/seamonkey2 trunk/www/seamonkey2/files
Message-ID:  <200912270939.nBR9dnb7091770@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Sun Dec 27 09:39:49 2009
New Revision: 224

Log:
- Fix default icon

Submitted by:	Barbara <barbara.xxx1975 AT libero.it>

Modified:
   branches/experimental/www/seamonkey2/Makefile
   branches/experimental/www/seamonkey2/files/seamonkey.desktop.in
   trunk/www/seamonkey2/Makefile
   trunk/www/seamonkey2/files/seamonkey.desktop.in

Modified: branches/experimental/www/seamonkey2/Makefile
==============================================================================
--- branches/experimental/www/seamonkey2/Makefile	Mon Dec 21 17:41:15 2009	(r223)
+++ branches/experimental/www/seamonkey2/Makefile	Sun Dec 27 09:39:49 2009	(r224)
@@ -2,7 +2,7 @@
 # Date created:		31 Mar 1998
 # Whom:			eivind/dima/jseger
 #
-# $FreeBSD: ports/www/seamonkey2/Makefile,v 1.295 2009/12/14 12:22:21 beat Exp $
+# $FreeBSD: ports/www/seamonkey2/Makefile,v 1.296 2009/12/16 12:42:51 beat Exp $
 #
 
 PORTNAME=	seamonkey
@@ -32,8 +32,6 @@
 
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
 
-GECKO_PLIST_PRE_FILES=	lib/${MOZILLA}/chrome/icons/default/default.xpm
-
 MOZ_EXTENSIONS=	default
 MOZ_OPTIONS+=	--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
 		--enable-svg \
@@ -157,8 +155,6 @@
 pre-install:
 	${ECHO_CMD} share/applications/seamonkey.desktop >> ${PLIST}
 	${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST}
-	${CP} ${WRKSRC}/other-licenses/branding/sunbird/default.xpm \
-		${FAKEDIR}/lib/${MOZILLA}/chrome/icons/default/
 
 do-install:
 	${MKDIR} ${PREFIX}/share/applications

Modified: branches/experimental/www/seamonkey2/files/seamonkey.desktop.in
==============================================================================
--- branches/experimental/www/seamonkey2/files/seamonkey.desktop.in	Mon Dec 21 17:41:15 2009	(r223)
+++ branches/experimental/www/seamonkey2/files/seamonkey.desktop.in	Sun Dec 27 09:39:49 2009	(r224)
@@ -164,6 +164,6 @@
 StartupNotify=true
 Terminal=false
 Type=Application
-Icon=%%PREFIX%%/lib/seamonkey/chrome/icons/default/default.xpm
+Icon=%%PREFIX%%/lib/seamonkey/chrome/icons/default/default48.png
 Categories=Application;Network;
 MimeType=text/html;text/xml;application/xhtml+xml;

Modified: trunk/www/seamonkey2/Makefile
==============================================================================
--- trunk/www/seamonkey2/Makefile	Mon Dec 21 17:41:15 2009	(r223)
+++ trunk/www/seamonkey2/Makefile	Sun Dec 27 09:39:49 2009	(r224)
@@ -2,7 +2,7 @@
 # Date created:		31 Mar 1998
 # Whom:			eivind/dima/jseger
 #
-# $FreeBSD: ports/www/seamonkey2/Makefile,v 1.295 2009/12/14 12:22:21 beat Exp $
+# $FreeBSD: ports/www/seamonkey2/Makefile,v 1.296 2009/12/16 12:42:51 beat Exp $
 #
 
 PORTNAME=	seamonkey
@@ -32,8 +32,6 @@
 
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
 
-GECKO_PLIST_PRE_FILES=	lib/${MOZILLA}/chrome/icons/default/default.xpm
-
 MOZ_EXTENSIONS=	default
 MOZ_OPTIONS+=	--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
 		--enable-svg \
@@ -157,8 +155,6 @@
 pre-install:
 	${ECHO_CMD} share/applications/seamonkey.desktop >> ${PLIST}
 	${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST}
-	${CP} ${WRKSRC}/other-licenses/branding/sunbird/default.xpm \
-		${FAKEDIR}/lib/${MOZILLA}/chrome/icons/default/
 
 do-install:
 	${MKDIR} ${PREFIX}/share/applications

Modified: trunk/www/seamonkey2/files/seamonkey.desktop.in
==============================================================================
--- trunk/www/seamonkey2/files/seamonkey.desktop.in	Mon Dec 21 17:41:15 2009	(r223)
+++ trunk/www/seamonkey2/files/seamonkey.desktop.in	Sun Dec 27 09:39:49 2009	(r224)
@@ -164,6 +164,6 @@
 StartupNotify=true
 Terminal=false
 Type=Application
-Icon=%%PREFIX%%/lib/seamonkey/chrome/icons/default/default.xpm
+Icon=%%PREFIX%%/lib/seamonkey/chrome/icons/default/default48.png
 Categories=Application;Network;
 MimeType=text/html;text/xml;application/xhtml+xml;



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