testttttttttt
This commit is contained in:
parent
edda56f8f6
commit
0ebad6023a
2 changed files with 32 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue