continuing work on hyprland build
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
- name: Set hyprcursor config
|
||||
ansible.builtin.set_fact:
|
||||
vers: "{{ pkgconfig.hyprcursor.version }}"
|
||||
repo: "{{ pkgconfig.hyprcursor.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprcursor.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyprcursor.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprcursor.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprcursor"
|
||||
hyprcursor:
|
||||
vers: "{{ pkgconfig.hyprcursor.version }}"
|
||||
repo: "{{ pkgconfig.hyprcursor.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprcursor.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyprcursor.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprcursor.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprcursor"
|
||||
|
||||
8
tasks/config/hyprgraphics.yml
Normal file
8
tasks/config/hyprgraphics.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Set hyprgraphics config
|
||||
ansible.builtin.set_fact:
|
||||
hyprgraphics:
|
||||
vers: "{{ pkgconfig.hyprgraphics.version }}"
|
||||
repo: "{{ pkgconfig.hyprgraphics.repo }}"
|
||||
build_deps: "{{ pkgconfig.hyprgraphics.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprgraphics.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprgraphics"
|
||||
8
tasks/config/hyprland.yml
Normal file
8
tasks/config/hyprland.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Set hyprland config
|
||||
ansible.builtin.set_fact:
|
||||
hyprland:
|
||||
vers: "{{ pkgconfig.hyprland.version }}"
|
||||
repo: "{{ pkgconfig.hyprland.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprland.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyprland.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprland.build_installed_files }}"
|
||||
@@ -4,6 +4,6 @@
|
||||
vers: "{{ pkgconfig.hyprlang.version }}"
|
||||
repo: "{{ pkgconfig.hyprlang.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprlang.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyrplang.build_deps[ansible_os_family] }}"
|
||||
build_deps: "{{ pkgconfig.hyprlang.build_deps[ansible_os_family] }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprlang"
|
||||
installed_files: "{{ pkgconfig.hyprlang.build_installed_files }}"
|
||||
|
||||
@@ -4,3 +4,5 @@
|
||||
vers: "{{ pkgconfig.hyprwayland_scanner.version }}"
|
||||
repo: "{{ pkgconfig.hyprwayland_scanner.repo }}"
|
||||
build_deps: "{{ pkgconfig.hyprwayland_scanner.build_deps[ansible_os_family] }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprwayland-scanner"
|
||||
installed_files: "{{ pkgconfig.hyprwayland_scanner.build_installed_files }}"
|
||||
|
||||
Reference in New Issue
Block a user