27 lines
1014 B
YAML
27 lines
1014 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
hyprland_qt_support:
|
|
version: v0.1.0
|
|
repo: "{{ hyprgitbase }}/hyprland-qt-support"
|
|
pkg_deps:
|
|
- hyprlang
|
|
build_deps:
|
|
RedHat:
|
|
- qt6-qtdeclarative-devel
|
|
Alpine:
|
|
- qt6-qtdeclarative-dev
|
|
build_installed_files:
|
|
- lib/libhyprland-quick-style-impl.so
|
|
- lib/qt6/qml/org/hyprland/style/impl/libhyprland-quick-style-implplugin.so
|
|
- lib/qt6/qml/org/hyprland/style/impl/qmldir
|
|
- lib/qt6/qml/org/hyprland/style/impl/hyprland-quick-style-impl.qmltypes
|
|
- lib/qt6/qml/org/hyprland/style/impl/HyprlandStyle.qml
|
|
- lib/qt6/qml/org/hyprland/style/impl/MotionBehavior.qml
|
|
- lib/libhyprland-quick-style.so
|
|
- lib/qt6/qml/org/hyprland/style/libhyprland-quick-styleplugin.so
|
|
- lib/qt6/qml/org/hyprland/style/qmldir
|
|
- lib/qt6/qml/org/hyprland/style/hyprland-quick-style.qmltypes
|
|
- lib/qt6/qml/org/hyprland/style/Button.qml
|
|
- lib/qt6/qml/org/hyprland/style/CheckBox.qml
|
|
- lib/qt6/qml/org/hyprland/style/TextField.qml
|