port hyprgraphics to using helpers
This commit is contained in:
@@ -4,8 +4,5 @@
|
||||
ansible.builtin.set_fact:
|
||||
hyprgraphics:
|
||||
vers: "{{ pkgconfig.hyprgraphics.version }}"
|
||||
repo: "{{ pkgconfig.hyprgraphics.repo }}"
|
||||
build_deps: "{{ srcconfig.hyprgraphics.deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprgraphics.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprgraphics"
|
||||
clean: "{{ pkgconfig_hyprland_clean | default(package_default_clean_src) }}"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
vars:
|
||||
file_list: "{{ srcconfig.aquamarine.build_installed_files }}"
|
||||
ansible.builtin.include_tasks:
|
||||
files: helpers/clean_install.yml
|
||||
file: helpers/clean_install.yml
|
||||
|
||||
- name: Check for installed {{ pkg }}
|
||||
register: stat_aquamarine_inst
|
||||
|
||||
@@ -35,4 +35,4 @@
|
||||
install_creates: "{{ srcconfig.hyprgraphics.install_creates }}"
|
||||
install: "{{ srcconfig.hyprcursor.install }}"
|
||||
ansible.builtin.include_tasks:
|
||||
files: helpers/cmake_build.yml
|
||||
file: helpers/cmake_build.yml
|
||||
|
||||
Reference in New Issue
Block a user