diff options
author | Martin Stransky <stransky@redhat.com> | 2018-01-31 10:08:11 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-01-31 10:08:11 +0100 |
commit | 4e625cc771099ce469b4c1590a8299fcf8c05d2e (patch) | |
tree | 7ec6e9c782fdb5958989b817c0a0b0e37bcb8667 /firefox.spec | |
parent | Added X11 launcher (diff) | |
download | librewolf-fedora-ff-4e625cc771099ce469b4c1590a8299fcf8c05d2e.tar.gz librewolf-fedora-ff-4e625cc771099ce469b4c1590a8299fcf8c05d2e.tar.bz2 librewolf-fedora-ff-4e625cc771099ce469b4c1590a8299fcf8c05d2e.zip |
Added firefox-x11 launch script, make wayland default
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 181a470..853456b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -117,6 +117,7 @@ Source26: distribution.ini Source27: google-api-key Source28: firefox-wayland.sh.in Source29: firefox-x11.desktop +Source30: firefox-x11.sh.in # Build patches Patch3: mozilla-build-arm.patch @@ -592,6 +593,8 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE29} %{__chmod} 755 %{buildroot}%{_bindir}/firefox %{__cat} %{SOURCE28} > %{buildroot}%{_bindir}/firefox-wayland %{__chmod} 755 %{buildroot}%{_bindir}/firefox-wayland +%{__cat} %{SOURCE30} > %{buildroot}%{_bindir}/firefox-x11 +%{__chmod} 755 %{buildroot}%{_bindir}/firefox-x11 %{__install} -p -D -m 644 %{SOURCE23} %{buildroot}%{_mandir}/man1/firefox.1 @@ -791,6 +794,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %{_bindir}/firefox %{_bindir}/firefox-wayland +%{_bindir}/firefox-x11 %{mozappdir}/firefox %{mozappdir}/firefox-bin %doc %{_mandir}/man1/* |