added galendae dep, TODO compile galendae
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user