added galendae dep, TODO compile galendae

This commit is contained in:
opalvaults
2022-07-21 17:19:40 -07:00
parent 8fe69be5fe
commit 25cfbd6d37
2 changed files with 8 additions and 0 deletions

View File

@@ -40,6 +40,12 @@
state: present state: present
loop: "{{ font_packages }}" loop: "{{ font_packages }}"
- name: install build dependency packages
dnf:
name: "{{ item }}"
state: present
loop: "{{ build_dep_packages }}"
- name: install veracrypt from rpm - name: install veracrypt from rpm
dnf: dnf:
name: "{{ veracrypt_url }}" name: "{{ veracrypt_url }}"

View File

@@ -77,6 +77,8 @@ doom_dep_packages:
- python3-pytest - python3-pytest
- npm - npm
build_dep_packages:
- gtk+ # for galendae calandar widget
font_packages: font_packages:
- fontawesome5-fonts - fontawesome5-fonts