port hyprgraphics to using helpers
This commit is contained in:
@@ -4,8 +4,5 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
hyprgraphics:
|
hyprgraphics:
|
||||||
vers: "{{ pkgconfig.hyprgraphics.version }}"
|
vers: "{{ pkgconfig.hyprgraphics.version }}"
|
||||||
repo: "{{ pkgconfig.hyprgraphics.repo }}"
|
|
||||||
build_deps: "{{ srcconfig.hyprgraphics.deps[ansible_os_family] }}"
|
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) }}"
|
clean: "{{ pkgconfig_hyprland_clean | default(package_default_clean_src) }}"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
vars:
|
vars:
|
||||||
file_list: "{{ srcconfig.aquamarine.build_installed_files }}"
|
file_list: "{{ srcconfig.aquamarine.build_installed_files }}"
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
files: helpers/clean_install.yml
|
file: helpers/clean_install.yml
|
||||||
|
|
||||||
- name: Check for installed {{ pkg }}
|
- name: Check for installed {{ pkg }}
|
||||||
register: stat_aquamarine_inst
|
register: stat_aquamarine_inst
|
||||||
|
|||||||
@@ -35,4 +35,4 @@
|
|||||||
install_creates: "{{ srcconfig.hyprgraphics.install_creates }}"
|
install_creates: "{{ srcconfig.hyprgraphics.install_creates }}"
|
||||||
install: "{{ srcconfig.hyprcursor.install }}"
|
install: "{{ srcconfig.hyprcursor.install }}"
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
files: helpers/cmake_build.yml
|
file: helpers/cmake_build.yml
|
||||||
|
|||||||
@@ -2,6 +2,5 @@
|
|||||||
---
|
---
|
||||||
hyprgraphics:
|
hyprgraphics:
|
||||||
version: v0.1.2
|
version: v0.1.2
|
||||||
repo: "{{ hyprgitbase }}/hyprgraphics"
|
|
||||||
pkg_deps:
|
pkg_deps:
|
||||||
- hyprutils
|
- hyprutils
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# vim: set filetype=yaml.ansible :
|
# vim: set filetype=yaml.ansible :
|
||||||
---
|
---
|
||||||
hyprgraphics:
|
hyprgraphics:
|
||||||
|
gitrepo: "{{ hyprgitbase }}/hyprgraphics"
|
||||||
src_path: "{{ d_tempdir.path }}/hyprgraphics"
|
src_path: "{{ d_tempdir.path }}/hyprgraphics"
|
||||||
configure:
|
configure:
|
||||||
- cmake
|
- cmake
|
||||||
|
|||||||
Reference in New Issue
Block a user