23 lines
789 B
YAML
23 lines
789 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
hyprland_protocols:
|
|
version: v0.6.2
|
|
repo: "{{ hyprgitbase }}/hyprland-protocols"
|
|
build_deps:
|
|
RedHat:
|
|
- meson
|
|
- ninja-build
|
|
Alpine:
|
|
- meson
|
|
- ninja-build
|
|
build_installed_files:
|
|
- share/hyprland-protocols/protocols
|
|
- share/hyprland-protocols/protocols/hyprland-ctm-control-v1.xml
|
|
- share/hyprland-protocols/protocols/hyprland-focus-grab-v1.xml
|
|
- share/hyprland-protocols/protocols/hyprland-global-shortcuts-v1.xml
|
|
- share/hyprland-protocols/protocols/hyprland-lock-notify-v1.xml
|
|
- share/hyprland-protocols/protocols/hyprland-surface-v1.xml
|
|
- share/hyprland-protocols/protocols/hyprland-toplevel-export-v1.xml
|
|
- share/hyprland-protocols
|
|
- share/pkgconfig/hyprland-protocols.pc
|