switched GNOME calendar source
from flatpak to Arch Linux repo
This commit is contained in:
parent
bddb6b6e4d
commit
b5b07cb4fa
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
from src.util import flatpak_install
|
||||
from src.util import paru_install
|
||||
|
||||
name = "Calendar"
|
||||
|
||||
|
@ -6,4 +6,5 @@ name = "Calendar"
|
|||
def setup():
|
||||
"""GNOME calendar"""
|
||||
|
||||
flatpak_install("org.gnome.Calendar")
|
||||
# not using the flatpak version because it doesn't integrate well with the GNOME shell
|
||||
paru_install("gnome-calendar")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue