From 0df1510afc1d95a1f6e3353a6e1934084f47e2d1 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Thu, 30 Mar 2023 11:42:15 +0200 Subject: [PATCH] Add flatpak autoconf patch to patches.txt For switching flatpak builds over to using source + bsys builds, the patch fixing the (odd?) default handling of the browser being in a flatpak environment/sandbox (causing it to not load any of the LibreWolf settings at all) would need to be added to the patches.txt, too. It should not break anything else, as it is relatively specific to only modify in-flatpak-behavior, as far as I understand it. --- assets/patches.txt | 1 + patches/{flatpak_autoconf.patch => flatpak-autoconf.patch} | 0 2 files changed, 1 insertion(+) rename patches/{flatpak_autoconf.patch => flatpak-autoconf.patch} (100%) diff --git a/assets/patches.txt b/assets/patches.txt index 6503a8a..82dbc10 100644 --- a/assets/patches.txt +++ b/assets/patches.txt @@ -5,6 +5,7 @@ patches/context-menu.patch patches/custom-ubo-assets-bootstrap-location.patch patches/disable-data-reporting-at-compile-time.patch patches/faster-package-multi-locale.patch +patches/flatpak-autoconf.patch patches/hide-passwordmgr.patch patches/librewolf-pref-pane.patch patches/librewolf-prefs.patch diff --git a/patches/flatpak_autoconf.patch b/patches/flatpak-autoconf.patch similarity index 100% rename from patches/flatpak_autoconf.patch rename to patches/flatpak-autoconf.patch