Files
ansible_role_package/tasks/config/xdg_desktop_portal_hyprland.yml
2025-03-29 15:02:28 -06:00

11 lines
635 B
YAML

- name: Set xdg-desktop-portal-hyprland config
ansible.builtin.set_fact:
xdg_desktop_portal_hyprland:
vers: "{{ pkgconfig.xdg_desktop_portal_hyprland.version }}"
repo: "{{ pkgconfig.xdg_desktop_portal_hyprland.repo }}"
pkg_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.pkg_deps }}"
build_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.build_deps[ansible_os_family] }}"
git_path: "{{ d_tempdir.path }}/xdg-desktop-portal-hyprland"
installed_files: "{{ pkgconfig.xdg_desktop_portal_hyprland.build_installed_files }}"
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"