Repo config for building/updating/packaging librewolf-allow-dark
.drone.yml | ||
allow_dark.patch | ||
bocchi-the-firefox.png | ||
compilation.sh | ||
LICENSE | ||
README.md |
Librewolf-allow-dark build
Librewolf with the privacy.override_rfp_for_color_scheme about:config option added, which (if enabled) let's you change the color scheme even if rfp is turned on
- Builds librewolf-allow-dark and places it in
$COMPILED_DIR/librewolf-allow-dark/librewolf.tar.zst
- Version file at
$COMPILED_DIR/librewolf-allow-dark/version
Archive details
TODO: FIX THIS SECTION
.
├── application.ini
├── browser
│ ├── chrome
│ │ └── icons
│ │ └── default
│ │ ├── default128.png
│ │ ├── default16.png
│ │ ├── default32.png
│ │ ├── default48.png
│ │ └── default64.png
│ ├── features
│ │ ├── formautofill@mozilla.org.xpi
│ │ ├── pictureinpicture@mozilla.org.xpi
│ │ ├── screenshots@mozilla.org.xpi
│ │ └── webcompat@mozilla.org.xpi
│ └── omni.ja
├── defaults
│ └── pref
│ └── channel-prefs.js
├── dependentlibs.list
├── distribution
│ └── policies.json
├── fonts
│ └── TwemojiMozilla.ttf
├── glxtest
├── gmp-clearkey
│ └── 0.1
│ ├── libclearkey.so
│ └── manifest.json
├── libfreeblpriv3.so
├── libgkcodecs.so
├── libipcclientcerts.so
├── liblgpllibs.so
├── libmozavcodec.so
├── libmozavutil.so
├── libmozgtk.so
├── libmozsandbox.so
├── libmozsqlite3.so
├── libmozwayland.so
├── libnspr4.so
├── libnss3.so
├── libnssckbi.so
├── libnssutil3.so
├── libplc4.so
├── libplds4.so
├── librewolf
├── librewolf-bin
├── librewolf.cfg
├── librewolf.desktop
├── librewolf.ico
├── libsmime3.so
├── libsoftokn3.so
├── libssl3.so
├── libxul.so
├── omni.ja
├── platform.ini
└── vaapitest
For recommended locations, see spec file in fedora branch
For packaging info, see:
- Based on the librewolf-allow-dark AUR package, directly copying
allow_dark.patch
from it. librewolf.desktop
andlibrewolf.ico
are grabbed from bsys6.- Bocchi the Firefox was created by Dr Blobfish - here.
- The original image wasn't square, so it was modified by adding 8 pixels of transparency on the left and right sides using
convert bocchi-the-firefox.png -gravity center -background transparent -extent 516x516 bocchi-the-firefox.png
- It's then converted and resized to match all the original Librewolf images.
- The original image wasn't square, so it was modified by adding 8 pixels of transparency on the left and right sides using