testttttttttt

This commit is contained in:
askiiart 2025-03-12 10:06:47 -05:00
parent edda56f8f6
commit 0ebad6023a
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 32 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Summary: Librewolf, with the privacy.override_rfp_for_color_scheme option
License: MPL-2.0
URL: https://git.askiiart.net/pkg-repo/librewolf-allow-dark
BuildRequires: tar zstd
Source0: librewolf.desktop
%description
Librewolf with the privacy.override_rfp_for_color_scheme about:config option added, which if enabled lets you change the color scheme even if rfp is turned on
@ -22,6 +23,10 @@ mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/applications
mv ./librewolf %{buildroot}%{_bindir}/librewolf
mv %{_topdir}/librewolf.desktop
find / -name "librewolf.desktop"
resolutions=(16 32 64 128)
for res in $resolutions; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${res}x${res}/apps