Extend the desktop file: add a couple of mime types (x-scheme-handler)

so that the mozilla browsers are properly recognized in the "default
browser" specification.

ok landry@ (maintainer)
This commit is contained in:
ajacoutot 2012-10-06 07:55:55 +00:00
parent 65b98e729a
commit f1d7d38b4b
10 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2012/09/22 10:30:17 landry Exp $
# $OpenBSD: Makefile,v 1.29 2012/10/06 07:55:55 ajacoutot Exp $
COMMENT = Mozilla mobile web browser
@ -7,7 +7,7 @@ MOZILLA_BRANCH = esr10
MOZILLA_PROJECT = fennec
MOZILLA_CODENAME = mobile
PKGNAME = ${MOZILLA_PROJECT}-${MOZILLA_VERSION:S/esr//}
REVISION = 2
REVISION = 3
SO_VERSION = 6.0
# NOTE: Must bump minor version if any shlib's are removed from the

View File

@ -10,4 +10,4 @@ StartupNotify=false
Terminal=false
Type=Application
Categories=Application;Network;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.82 2012/09/22 10:30:17 landry Exp $
# $OpenBSD: Makefile,v 1.83 2012/10/06 07:55:55 ajacoutot Exp $
COMMENT = Mozilla web browser
@ -8,7 +8,7 @@ MOZILLA_PROJECT = firefox35
MOZILLA_DIST = firefox
MOZILLA_CODENAME = browser
REVISION = 16
REVISION = 17
SO_VERSION = 24.0
# NOTE: Must bump minor version if any shlib's are removed from the

View File

@ -189,4 +189,4 @@ StartupNotify=false
Terminal=false
Type=Application
Categories=Application;Network;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.27 2012/09/22 10:30:17 landry Exp $
# $OpenBSD: Makefile,v 1.28 2012/10/06 07:55:55 ajacoutot Exp $
COMMENT = Mozilla web browser
# Don't forget to update devel/xulrunner/1.9 if patches changes.
MOZILLA_VERSION = 3.6.28
REVISION = 5
REVISION = 6
MOZILLA_BRANCH = 1.9.2
MOZILLA_PROJECT = firefox36
MOZILLA_DIST = firefox

View File

@ -189,4 +189,4 @@ StartupNotify=false
Terminal=false
Type=Application
Categories=Application;Network;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.211 2012/09/22 10:30:17 landry Exp $
# $OpenBSD: Makefile,v 1.212 2012/10/06 07:55:55 ajacoutot Exp $
COMMENT = Mozilla web browser
BROKEN-sparc64 = https://bugzilla.mozilla.org/show_bug.cgi?id=577056
@ -10,7 +10,7 @@ MOZILLA_VERSION = 15.0.1
MOZILLA_BRANCH = release
MOZILLA_PROJECT = firefox
MOZILLA_CODENAME = browser
REVISION = 1
REVISION = 2
SO_VERSION = 34.0
# NOTE: Must bump minor version if any shlib's are removed from the

View File

@ -189,4 +189,4 @@ StartupNotify=false
Terminal=false
Type=Application
Categories=Application;Network;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.110 2012/09/22 10:30:17 landry Exp $
# $OpenBSD: Makefile,v 1.111 2012/10/06 07:55:55 ajacoutot Exp $
COMMENT-main = Mozilla application suite
COMMENT-lightning = Mozilla Seamonkey calendar extension
@ -12,7 +12,7 @@ MOZILLA_CODENAME = suite
MULTI_PACKAGES = -main -lightning -enigmail
PKGNAME-main = ${PKGNAME}
REVISION-main = 1
REVISION-main = 2
PKGNAME-lightning = lightning-seamonkey-1.7beta1
ENIG_V = 1.4.4
PKGNAME-enigmail = enigmail-seamonkey-${ENIG_V}

View File

@ -6,5 +6,5 @@ Terminal=false
Type=Application
Icon=${TRUEPREFIX}/lib/${MOZILLA_PROJECT}-${MOZILLA_VERSION}/chrome/icons/default/${MOZILLA_PROJECT}.png
Categories=Application;Network;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
StartupNotify=True