From 544c8c10648f5fca6ea901add3ab5c61fc8df9e9 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 05 Nov 2021 18:09:59 +0100
Subject: [PATCH] firefox: remove mediator

---
 components/web/firefox/Makefile    |    2 +-
 components/web/firefox/firefox.p5m |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/web/firefox/Makefile b/components/web/firefox/Makefile
index 29d4c58..65e999b 100644
--- a/components/web/firefox/Makefile
+++ b/components/web/firefox/Makefile
@@ -26,7 +26,7 @@
 
 COMPONENT_NAME =	firefox
 COMPONENT_VERSION =	91.3.0
-COMPONENT_REVISION=     0
+COMPONENT_REVISION=     1
 COMPONENT_SUMMARY=      Mozilla Firefox Web browser
 COMPONENT_PROJECT_URL =	https://www.mozilla.com/firefox
 COMPONENT_SRC_NAME =	$(COMPONENT_NAME)-$(COMPONENT_VERSION)
diff --git a/components/web/firefox/firefox.p5m b/components/web/firefox/firefox.p5m
index 9811554..81b7d0d 100644
--- a/components/web/firefox/firefox.p5m
+++ b/components/web/firefox/firefox.p5m
@@ -37,7 +37,8 @@
 file files/firefox.desktop path=usr/share/applications/firefox.desktop
 file usr/lib/$(MACH64)/firefox/browser/chrome/icons/default/default48.png path=usr/share/pixmaps/firefox-icon.png
 
-link path=usr/bin/firefox target=../lib/$(MACH64)/firefox/firefox mediator=firefox mediator-version=78
+#link path=usr/bin/firefox target=../lib/$(MACH64)/firefox/firefox mediator=firefox mediator-version=91
+link path=usr/bin/firefox target=../lib/$(MACH64)/firefox/firefox
 
 file ach.xpi path=usr/lib/$(MACH64)/firefox/browser/extensions/langpack-ach@firefox.mozilla.org.xpi facet.locale.ach=true
 file af.xpi path=usr/lib/$(MACH64)/firefox/browser/extensions/langpack-af@firefox.mozilla.org.xpi facet.locale.af=true

--
Gitblit v1.9.3