Go back to Evolution over Thunderbird (#10)
* Remove Thunderbird from FreeBSD, replace with Evolution. * Add Evolution from package manager and NOT flatpak. * Fix comment. Firefox hasn't been the default for a while. * Add dependency msgfmt for `make`ing Dash To Dock. * Add dependency msgfmt for `make`ing Dash To Dock. * Add all parts of Evolution. * Modify comment. * Maybe updating Evolution will get Debian to fix the `[residual-config]` problem. * Add Evolution above Thunderbird. * Also install all add-ons.
This commit is contained in:
@ -117,6 +117,7 @@
|
||||
- com.visualstudio.code-oss
|
||||
- org.midori_browser.Midori
|
||||
- com.github.Eloston.UngoogledChromium
|
||||
- org.gnome.Evolution # Doesn't pick up GNOME theme since contained.
|
||||
ignore_errors: yes
|
||||
|
||||
|
||||
@ -131,6 +132,13 @@
|
||||
- "{{ appimagelauncher }}"
|
||||
state: present
|
||||
|
||||
- name: Workstation | Linux | Flatpak Distro | Package Manager | Update From Repo
|
||||
package:
|
||||
name:
|
||||
- "{{ evolution }}"
|
||||
- "{{ evolution }}*"
|
||||
state: present
|
||||
|
||||
- name: Workstation | Linux | Flatpak Distro | Package Manager | Remove Firefox Normal
|
||||
package:
|
||||
name:
|
||||
|
Reference in New Issue
Block a user