continuing work on hyprland build

This commit is contained in:
Matthew Stobbs
2025-02-28 21:08:35 -07:00
parent ac87ba3f4c
commit 2a86ffb94b
22 changed files with 79 additions and 145 deletions

View File

@@ -27,3 +27,4 @@ defaults:
## Extra config that usually will not need to be changed
hyprland_clean: true
hyprgitbase: https://github.com/hyprwm

View File

@@ -1,6 +1,6 @@
aquamarine:
version: v0.7.2
repo: https://github.com/hyprwm/aquamarine
repo: "{{ hyprgitbase }}/aquamarine"
pkg_deps:
- hyprwayland_scanner
- hyprutils

View File

@@ -1,6 +1,6 @@
hyprcursor:
version:
repo: https://github.com/hyprwm/hyprcursor
repo: "{{ hyprgitbase }}/hyprcursor"
pkg_deps:
- hyprlang
build_deps:

View File

@@ -0,0 +1,6 @@
hyprgraphics:
version:
repo: "{{ hyprgitbase }}/hyprgraphics"
build_deps:
RedHat: []
build_installed_files: []

View File

@@ -1,6 +1,6 @@
hyprland:
version: v0.47.2
repo: https://github.com/hyprwm/Hyprland
repo: "{{ hyprgitbase }}/Hyprland"
pkg_deps:
- hyprwayland_scanner
- hyprutils

View File

@@ -1,6 +1,6 @@
hyprlang:
version: v0.6.0
repo: https://github.com/hyprwm/hyprlang
repo: "{{ hyprgitbase }}/hyprlang"
pkg_deps: []
build_deps:
RedHat: []

View File

@@ -1,6 +1,6 @@
hyprutils:
version: v0.5.1
repo: https://github.com/hyprwm/hyprutils
repo: "{{ hyprgitbase }}/hyprutils"
build_deps:
RedHat:
- pixman-devel

View File

@@ -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