[SVN-Commit] r1405 - in trunk: mail/thunderbird/files www/firefox-esr/files www/firefox-nightly/files www/firefox/files www/linux-seamonkey/files www/linux-tor-browser

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sat Nov 23 01:42:58 UTC 2013


Author: jbeich
Date: Sat Nov 23 01:42:51 2013
New Revision: 1405

Log:
non-linux ports are built with --enable-startup-notification by default

Modified:
   trunk/mail/thunderbird/files/thunderbird.desktop.in
   trunk/www/firefox-esr/files/firefox.desktop.in
   trunk/www/firefox-nightly/files/firefox.desktop.in
   trunk/www/firefox/files/firefox.desktop.in
   trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in
   trunk/www/linux-tor-browser/Makefile

Modified: trunk/mail/thunderbird/files/thunderbird.desktop.in
==============================================================================
--- trunk/mail/thunderbird/files/thunderbird.desktop.in	Sat Nov 23 01:42:42 2013	(r1404)
+++ trunk/mail/thunderbird/files/thunderbird.desktop.in	Sat Nov 23 01:42:51 2013	(r1405)
@@ -5,7 +5,7 @@
 Comment=Mail client and News Reader
 Exec=@MOZILLA@ %u
 Icon=@PORTNAME_ICON@
-StartupNotify=false
+StartupNotify=true
 Terminal=false
 Type=Application
 Categories=Network;Email;News;InstantMessaging;

Modified: trunk/www/firefox-esr/files/firefox.desktop.in
==============================================================================
--- trunk/www/firefox-esr/files/firefox.desktop.in	Sat Nov 23 01:42:42 2013	(r1404)
+++ trunk/www/firefox-esr/files/firefox.desktop.in	Sat Nov 23 01:42:51 2013	(r1405)
@@ -184,7 +184,7 @@
 Comment[zh_TW]=瀏覽網頁
 Exec=@MOZILLA@ %U
 Icon=@FIREFOX_ICON@
-StartupNotify=false
+StartupNotify=true
 Terminal=false
 Type=Application
 Categories=Network;WebBrowser;

Modified: trunk/www/firefox-nightly/files/firefox.desktop.in
==============================================================================
--- trunk/www/firefox-nightly/files/firefox.desktop.in	Sat Nov 23 01:42:42 2013	(r1404)
+++ trunk/www/firefox-nightly/files/firefox.desktop.in	Sat Nov 23 01:42:51 2013	(r1405)
@@ -184,7 +184,7 @@
 Comment[zh_TW]=瀏覽網頁
 Exec=@MOZILLA@ %U
 Icon=@FIREFOX_ICON@
-StartupNotify=false
+StartupNotify=true
 Terminal=false
 Type=Application
 Categories=Network;WebBrowser;

Modified: trunk/www/firefox/files/firefox.desktop.in
==============================================================================
--- trunk/www/firefox/files/firefox.desktop.in	Sat Nov 23 01:42:42 2013	(r1404)
+++ trunk/www/firefox/files/firefox.desktop.in	Sat Nov 23 01:42:51 2013	(r1405)
@@ -184,7 +184,7 @@
 Comment[zh_TW]=瀏覽網頁
 Exec=@MOZILLA@ %U
 Icon=@FIREFOX_ICON@
-StartupNotify=false
+StartupNotify=true
 Terminal=false
 Type=Application
 Categories=Network;WebBrowser;

Modified: trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in
==============================================================================
--- trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in	Sat Nov 23 01:42:42 2013	(r1404)
+++ trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in	Sat Nov 23 01:42:51 2013	(r1405)
@@ -161,7 +161,7 @@
 Comment[zh_CN]=浏览 Web
 Comment[zh_TW]=瀏覽網頁
 Exec=linux-seamonkey %u
-StartupNotify=true
+StartupNotify=false
 Terminal=false
 Type=Application
 Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm

Modified: trunk/www/linux-tor-browser/Makefile
==============================================================================
--- trunk/www/linux-tor-browser/Makefile	Sat Nov 23 01:42:42 2013	(r1404)
+++ trunk/www/linux-tor-browser/Makefile	Sat Nov 23 01:42:51 2013	(r1405)
@@ -74,7 +74,7 @@
 		"${PREFIX}/lib/${UNIQUENAME}/App/Firefox/icons/mozicon128.png" \
 		"start-tor-browser" \
 		"Network;WebBrowser;" \
-		true
+		false
 
 ALL_LOCALES=	ar de en-US es-ES fa fr it ko nl pl pt-PT ru vi zh-CN
 LOCALE=		${${PORT_OPTIONS:MLANG_*}}


More information about the freebsd-gecko mailing list