Date: Wed, 20 Nov 2013 02:48:52 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1396 - in trunk/www: linux-firefox/files linux-seamonkey Message-ID: <201311200248.rAK2mqiJ081463@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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,@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!' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311200248.rAK2mqiJ081463>