Skip to content

Commit

Permalink
fix(recipe): Also exclude Firefox from default-flatpaks & add more de…
Browse files Browse the repository at this point in the history
…tailed RPM removal comment
  • Loading branch information
fiftydinar committed Mar 8, 2024
1 parent 8ce237a commit dfecf96
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ modules:
# - micro
# - starship
remove:
# - firefox # default firefox removed in favor of flatpak
# - firefox-langpacks # langpacks needs to also be removed to prevent dependency problems
# This is an example on how to remove RPMs properly
# "firefox" as main package, "firefox-langpacks" as a dependency
# not all packages need specific removal of a dependency,
# as that is usually handled automatically, this is just a rare case where that's needed.
#
# - firefox
# - firefox-langpacks

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
Expand All @@ -34,7 +39,7 @@ modules:
# repo-name: flathub
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install:
- org.mozilla.firefox
# - org.mozilla.firefox
# - org.gnome.Loupe
# - 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),
Expand Down

0 comments on commit dfecf96

Please sign in to comment.