From 70c626a61deb5664eb6f0ed45313950fe45e4f74 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 4 Jun 2024 17:13:25 +0200 Subject: [PATCH] Updated patch --- .../files/disable-proton-ui.patch | 12 ------------ .../mobile-config-firefox-4.3.1.ebuild | 4 ---- 2 files changed, 16 deletions(-) delete mode 100644 app-mobilephone/mobile-config-firefox/files/disable-proton-ui.patch diff --git a/app-mobilephone/mobile-config-firefox/files/disable-proton-ui.patch b/app-mobilephone/mobile-config-firefox/files/disable-proton-ui.patch deleted file mode 100644 index 1b18ea3..0000000 --- a/app-mobilephone/mobile-config-firefox/files/disable-proton-ui.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/mobile-config-prefs.js b/src/mobile-config-prefs.js -index 6090643..787e48e 100644 ---- a/src/mobile-config-prefs.js -+++ b/src/mobile-config-prefs.js -@@ -33,3 +33,7 @@ pref('toolkit.cosmeticAnimations.enabled', false); - - // Disable download animations, save CPU - pref('browser.download.animateNotifications', false); -+ -+// Disable the new Proton design -+pref('browser.proton.enabled', false); -+ diff --git a/app-mobilephone/mobile-config-firefox/mobile-config-firefox-4.3.1.ebuild b/app-mobilephone/mobile-config-firefox/mobile-config-firefox-4.3.1.ebuild index 5f8d6a3..73a08d6 100644 --- a/app-mobilephone/mobile-config-firefox/mobile-config-firefox-4.3.1.ebuild +++ b/app-mobilephone/mobile-config-firefox/mobile-config-firefox-4.3.1.ebuild @@ -11,10 +11,6 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm64" -PATCHES=( - "${FILESDIR}"/disable-proton-ui.patch -) - src_install() { default mv "${D}"/usr/lib "${D}"/usr/lib64 || die