26 lines
600 B
YAML
26 lines
600 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
hyprland_qtutils:
|
|
version: v0.1.3
|
|
repo: "{{ hyprgitbase }}/hyprland-qtutils"
|
|
pkg_deps:
|
|
- hyprutils
|
|
build_deps:
|
|
RedHat:
|
|
- qt6-qtbase-private-devel
|
|
- qt6-qtbase-devel
|
|
- qt6-qtdeclarative-devel
|
|
- wayland-devel
|
|
- wayland-protocols-devel
|
|
- qt6-qtwayland-devel
|
|
Alpine:
|
|
- qt6-qtbase-dev
|
|
- qt6-qtdeclarative-dev
|
|
- wayland-dev
|
|
- wayland-protocols
|
|
- qt6-qtwayland-dev
|
|
build_installed_files:
|
|
- bin/hyprland-dialog
|
|
- bin/hyprland-update-screen
|
|
- bin/hyprland-donate-screen
|