Author: jbeich Date: Wed Nov 20 02:59:55 2013 New Revision: 1398 Log: use valid categories
Modified: trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in 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-firefox/files/linux-firefox.desktop.in trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in trunk/www/seamonkey/files/seamonkey.desktop.in Modified: trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in ============================================================================== --- trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in Wed Nov 20 02:49:00 2013 (r1397) +++ trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in Wed Nov 20 02:59:55 2013 (r1398) @@ -8,4 +8,4 @@ StartupNotify=false Terminal=false Type=Application -Categories=Application;Network; +Categories=Network;Email; Modified: trunk/mail/thunderbird/files/thunderbird.desktop.in ============================================================================== --- trunk/mail/thunderbird/files/thunderbird.desktop.in Wed Nov 20 02:49:00 2013 (r1397) +++ trunk/mail/thunderbird/files/thunderbird.desktop.in Wed Nov 20 02:59:55 2013 (r1398) @@ -8,4 +8,4 @@ StartupNotify=false Terminal=false Type=Application -Categories=Application;Network; +Categories=Network;Email; Modified: trunk/www/firefox-esr/files/firefox.desktop.in ============================================================================== --- trunk/www/firefox-esr/files/firefox.desktop.in Wed Nov 20 02:49:00 2013 (r1397) +++ trunk/www/firefox-esr/files/firefox.desktop.in Wed Nov 20 02:59:55 2013 (r1398) @@ -187,5 +187,5 @@ StartupNotify=false Terminal=false Type=Application -Categories=Application;Network; +Categories=Network;WebBrowser; 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/firefox-nightly/files/firefox.desktop.in ============================================================================== --- trunk/www/firefox-nightly/files/firefox.desktop.in Wed Nov 20 02:49:00 2013 (r1397) +++ trunk/www/firefox-nightly/files/firefox.desktop.in Wed Nov 20 02:59:55 2013 (r1398) @@ -187,5 +187,5 @@ StartupNotify=false Terminal=false Type=Application -Categories=Application;Network; +Categories=Network;WebBrowser; 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/firefox/files/firefox.desktop.in ============================================================================== --- trunk/www/firefox/files/firefox.desktop.in Wed Nov 20 02:49:00 2013 (r1397) +++ trunk/www/firefox/files/firefox.desktop.in Wed Nov 20 02:59:55 2013 (r1398) @@ -187,5 +187,5 @@ StartupNotify=false Terminal=false Type=Application -Categories=Application;Network; +Categories=Network;WebBrowser; 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-firefox/files/linux-firefox.desktop.in ============================================================================== --- trunk/www/linux-firefox/files/linux-firefox.desktop.in Wed Nov 20 02:49:00 2013 (r1397) +++ trunk/www/linux-firefox/files/linux-firefox.desktop.in Wed Nov 20 02:59:55 2013 (r1398) @@ -187,5 +187,5 @@ StartupNotify=false Terminal=false Type=Application -Categories=Application;Network; +Categories=Network;WebBrowser; 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/files/linux-seamonkey.desktop.in ============================================================================== --- trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in Wed Nov 20 02:49:00 2013 (r1397) +++ trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in Wed Nov 20 02:59:55 2013 (r1398) @@ -165,5 +165,5 @@ Terminal=false Type=Application Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm -Categories=Application;Network; +Categories=Network;WebBrowser; MimeType=text/html;text/xml;application/xhtml+xml; Modified: trunk/www/seamonkey/files/seamonkey.desktop.in ============================================================================== --- trunk/www/seamonkey/files/seamonkey.desktop.in Wed Nov 20 02:49:00 2013 (r1397) +++ trunk/www/seamonkey/files/seamonkey.desktop.in Wed Nov 20 02:59:55 2013 (r1398) @@ -165,5 +165,5 @@ Terminal=false Type=Application Icon=%%MOZILLA%%.png -Categories=Application;Network; +Categories=Network;WebBrowser; MimeType=text/html;text/xml;application/xhtml+xml; _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
