fix(recipe): comment out Firefox RPM removal & flatpak install (#20)

* fix(recipe): Uncomment Firefox RPM removal

Firefox RPM removal is an opinionated choice, which should be represented as an example of how to remove RPM package properly, not as a "rule".

Solves:
https://github.com/blue-build/template/issues/16

* fix(recipe): Also exclude Firefox from default-flatpaks & add more detailed RPM removal comment

* fix(recipe): Formatting

* fix: streamline comment on ff removal

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
This commit is contained in:
fiftydinar 2024-03-09 07:45:09 +01:00 committed by GitHub
parent a9b2e2773b
commit 9a88dde5bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,10 @@ modules:
# - micro # - micro
# - starship # - starship
remove: remove:
- firefox # default firefox removed in favor of flatpak # example: removing firefox (in favor of the flatpak)
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems # "firefox" is the main package, "firefox-langpacks" is a dependency
# - firefox
# - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
- type: default-flatpaks - type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false) notify: true # Send notification after install/uninstall is finished (true/false)
@ -34,7 +36,7 @@ modules:
# repo-name: flathub # repo-name: flathub
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software # repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install: install:
- org.mozilla.firefox # - org.mozilla.firefox
# - org.gnome.Loupe # - org.gnome.Loupe
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch). # - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08), # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),