added last package

- now just need to get it all to work
This commit is contained in:
Matthew Stobbs
2025-02-28 21:24:55 -07:00
parent 2a86ffb94b
commit 1492dd0db4
4 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
- name: Append to pkg_src
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + hyprgraphics.build_deps }}"
pkg_src: "{{ pkg_src + ['hyprgraphics'] }}"

View File

@@ -8,5 +8,5 @@ hyprcursor:
- cairo-devel
- libzip-devel
- librsvg2-devel
- tomlpluplus-devel
- tomlplusplus-devel
build_installed_files: []

View File

@@ -1,6 +1,18 @@
hyprgraphics:
version:
repo: "{{ hyprgitbase }}/hyprgraphics"
pkg_deps:
- hyprutils
build_deps:
RedHat: []
RedHat:
- pixman-devel
- cairo-devel
- libjpeg-turbo-devel
- libwebp-devel
- libjxl-devel
- libjxl-devtools
- libjxl-utils
- file-devel
- file-libs
- libspng-devel
build_installed_files: []

View File

@@ -25,7 +25,7 @@ hyprland:
- pango-devel
- pixman-devel
- systemd-devel
- tomlpluplus-devel
- tomlplusplus-devel
- vulkan-loader-devel
- wayland-devel
- wayland-protocols-devel