adding hyprcursor
This commit is contained in:
8
tasks/config/hyprcursor.yml
Normal file
8
tasks/config/hyprcursor.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
- 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"
|
||||||
4
tasks/pkgs/hyprcursor.yml
Normal file
4
tasks/pkgs/hyprcursor.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- name: Append to pkg_src
|
||||||
|
ansible.builtin.set_fact:
|
||||||
|
pkg_sys: "{{ pkg_sys + hyprcursor.build_deps }}"
|
||||||
|
pkg_src: "{{ pkg_src + ['hyprcursor'] }}"
|
||||||
@@ -1,7 +1,12 @@
|
|||||||
hyprcursor:
|
hyprcursor:
|
||||||
version:
|
version:
|
||||||
repo: https://github.com/hyprwm/hyprcursor
|
repo: https://github.com/hyprwm/hyprcursor
|
||||||
pkg_deps: []
|
pkg_deps:
|
||||||
|
- hyprlang
|
||||||
build_deps:
|
build_deps:
|
||||||
RedHat: []
|
RedHat:
|
||||||
build_installed_file: []
|
- cairo-devel
|
||||||
|
- libzip-devel
|
||||||
|
- librsvg2-devel
|
||||||
|
- tomlpluplus-devel
|
||||||
|
build_installed_files: []
|
||||||
|
|||||||
Reference in New Issue
Block a user