1
0
Fork 0

switched GNOME calendar source

from flatpak to Arch Linux repo
This commit is contained in:
Kim, Jimin 2022-05-11 20:23:49 +09:00
parent bddb6b6e4d
commit b5b07cb4fa

View file

@ -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")