[SVN-Commit] r1396 - in trunk/www: linux-firefox/files linux-seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Nov 20 02:48:59 UTC 2013


Author: jbeich
Date: Wed Nov 20 02:48:51 2013
New Revision: 1396

Log:
sync linux- .desktop file

Modified:
   trunk/www/linux-firefox/files/linux-firefox.desktop.in
   trunk/www/linux-seamonkey/Makefile.common

Modified: trunk/www/linux-firefox/files/linux-firefox.desktop.in
==============================================================================
--- trunk/www/linux-firefox/files/linux-firefox.desktop.in	Wed Nov 20 02:48:44 2013	(r1395)
+++ trunk/www/linux-firefox/files/linux-firefox.desktop.in	Wed Nov 20 02:48:51 2013	(r1396)
@@ -188,4 +188,4 @@
 Terminal=false
 Type=Application
 Categories=Application;Network;
-MimeType=text/html;text/xml;application/xhtml+xml;
+MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;

Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common	Wed Nov 20 02:48:44 2013	(r1395)
+++ trunk/www/linux-seamonkey/Makefile.common	Wed Nov 20 02:48:51 2013	(r1396)
@@ -128,6 +128,8 @@
 
 snatch-desktop:
 	${SED} -E -e 's/${PORTNAME}/${APP_NAME}/' \
+		-e "s, at MOZILLA_NAME@,$$(echo ${PORTNAME} | ${SED} 's/\b./\u&/g')," \
+		-e 's/@MOZILLA@|%%MOZILLA%%/${APP_NAME}/' \
 		-e 's/^(Name.*=.+)$$/\1 ${DESKTOP_SUFFIX}/' \
 		-e 's/^(GenericName.*=.+)$$/\1 ${DESKTOP_SUFFIX}/' \
 		-e 's!^Icon=.*$$!Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm!' \


More information about the freebsd-gecko mailing list