continuing work on hyprland build
This commit is contained in:
@@ -27,3 +27,4 @@ defaults:
|
||||
|
||||
## Extra config that usually will not need to be changed
|
||||
hyprland_clean: true
|
||||
hyprgitbase: https://github.com/hyprwm
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
aquamarine:
|
||||
version: v0.7.2
|
||||
repo: https://github.com/hyprwm/aquamarine
|
||||
repo: "{{ hyprgitbase }}/aquamarine"
|
||||
pkg_deps:
|
||||
- hyprwayland_scanner
|
||||
- hyprutils
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
hyprcursor:
|
||||
version:
|
||||
repo: https://github.com/hyprwm/hyprcursor
|
||||
repo: "{{ hyprgitbase }}/hyprcursor"
|
||||
pkg_deps:
|
||||
- hyprlang
|
||||
build_deps:
|
||||
|
||||
6
vars/pkgs/hyprgraphics.yml
Normal file
6
vars/pkgs/hyprgraphics.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
hyprgraphics:
|
||||
version:
|
||||
repo: "{{ hyprgitbase }}/hyprgraphics"
|
||||
build_deps:
|
||||
RedHat: []
|
||||
build_installed_files: []
|
||||
@@ -1,6 +1,6 @@
|
||||
hyprland:
|
||||
version: v0.47.2
|
||||
repo: https://github.com/hyprwm/Hyprland
|
||||
repo: "{{ hyprgitbase }}/Hyprland"
|
||||
pkg_deps:
|
||||
- hyprwayland_scanner
|
||||
- hyprutils
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
hyprlang:
|
||||
version: v0.6.0
|
||||
repo: https://github.com/hyprwm/hyprlang
|
||||
repo: "{{ hyprgitbase }}/hyprlang"
|
||||
pkg_deps: []
|
||||
build_deps:
|
||||
RedHat: []
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
hyprutils:
|
||||
version: v0.5.1
|
||||
repo: https://github.com/hyprwm/hyprutils
|
||||
repo: "{{ hyprgitbase }}/hyprutils"
|
||||
build_deps:
|
||||
RedHat:
|
||||
- pixman-devel
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
hyprwayland_scanner:
|
||||
version: v0.4.4
|
||||
repo: https://github.com/hyprwm/hyprwayland-scanner
|
||||
repo: "{{ hyprgitbase }}/hyprwayland-scanner"
|
||||
build_deps:
|
||||
RedHat:
|
||||
- pugixml-devel
|
||||
|
||||
Reference in New Issue
Block a user