fix cleaning issues for hyprland
This commit is contained in:
@@ -6,3 +6,4 @@
|
|||||||
pkg_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.pkg_deps }}"
|
pkg_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.pkg_deps }}"
|
||||||
build_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.build_deps[ansible_os_family] }}"
|
build_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.build_deps[ansible_os_family] }}"
|
||||||
git_path: "{{ d_tempdir.path }}/xdg-desktop-portal-hyprland"
|
git_path: "{{ d_tempdir.path }}/xdg-desktop-portal-hyprland"
|
||||||
|
installed_files: "{{ pkgconfig.xdg_desktop_portal_hyprland.build_installed_files }}"
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
- name: Remove existing install {{ pkg }}
|
- name: Remove existing install {{ pkg }}
|
||||||
when:
|
|
||||||
- hyprland_clean
|
|
||||||
become: true
|
become: true
|
||||||
loop: "{{ aquamarine.installed_files }}"
|
loop: "{{ aquamarine.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
|
||||||
- hyprland_clean
|
|
||||||
become: true
|
become: true
|
||||||
loop: "{{ hyprcursor.installed_files }}"
|
loop: "{{ hyprcursor.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
|
||||||
- hyprland_clean
|
|
||||||
become: true
|
become: true
|
||||||
loop: "{{ hyprgraphics.installed_files }}"
|
loop: "{{ hyprgraphics.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
|
||||||
- hyprland_clean
|
|
||||||
become: true
|
become: true
|
||||||
loop: "{{ hypridle.installed_files }}"
|
loop: "{{ hypridle.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
|
||||||
- hyprland_clean
|
|
||||||
become: true
|
become: true
|
||||||
loop: "{{ hyprland.installed_files }}"
|
loop: "{{ hyprland.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
# vim: set filetype=yaml.ansible :
|
# vim: set filetype=yaml.ansible :
|
||||||
---
|
---
|
||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
|
||||||
- hyprland_clean
|
|
||||||
become: true
|
become: true
|
||||||
loop: "{{ hyprland_protocols.installed_files }}"
|
loop: "{{ hyprland_protocols.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
- name: Remove existing install of {{ pkg }}
|
- name: Remove existing install of {{ pkg }}
|
||||||
when:
|
|
||||||
- hyprland_clean
|
|
||||||
become: true
|
become: true
|
||||||
loop: "{{ hyprland_qt_support.installed_files }}"
|
loop: "{{ hyprland_qt_support.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
- name: Remove existing install {{ pkg }}
|
- name: Remove existing install {{ pkg }}
|
||||||
when:
|
become: true
|
||||||
- hyprland_clean
|
|
||||||
become: "{{ ext_become }}"
|
|
||||||
loop: "{{ xdg_desktop_portal_hyprland.installed_files }}"
|
loop: "{{ xdg_desktop_portal_hyprland.installed_files }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: file
|
loop_var: file
|
||||||
|
|||||||
@@ -26,6 +26,6 @@ defaults:
|
|||||||
# - paths.go: $PREFIX/go
|
# - paths.go: $PREFIX/go
|
||||||
# - paths.pipx: $PREFIX/pipx
|
# - paths.pipx: $PREFIX/pipx
|
||||||
|
|
||||||
|
always_clean_src: false
|
||||||
## Extra config that usually will not need to be changed
|
## Extra config that usually will not need to be changed
|
||||||
hyprland_clean: false
|
|
||||||
hyprgitbase: https://github.com/hyprwm
|
hyprgitbase: https://github.com/hyprwm
|
||||||
|
|||||||
Reference in New Issue
Block a user