added last package
- now just need to get it all to work
This commit is contained in:
4
tasks/pkgs/hyprgraphics.yml
Normal file
4
tasks/pkgs/hyprgraphics.yml
Normal 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'] }}"
|
||||||
@@ -8,5 +8,5 @@ hyprcursor:
|
|||||||
- cairo-devel
|
- cairo-devel
|
||||||
- libzip-devel
|
- libzip-devel
|
||||||
- librsvg2-devel
|
- librsvg2-devel
|
||||||
- tomlpluplus-devel
|
- tomlplusplus-devel
|
||||||
build_installed_files: []
|
build_installed_files: []
|
||||||
|
|||||||
@@ -1,6 +1,18 @@
|
|||||||
hyprgraphics:
|
hyprgraphics:
|
||||||
version:
|
version:
|
||||||
repo: "{{ hyprgitbase }}/hyprgraphics"
|
repo: "{{ hyprgitbase }}/hyprgraphics"
|
||||||
|
pkg_deps:
|
||||||
|
- hyprutils
|
||||||
build_deps:
|
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: []
|
build_installed_files: []
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ hyprland:
|
|||||||
- pango-devel
|
- pango-devel
|
||||||
- pixman-devel
|
- pixman-devel
|
||||||
- systemd-devel
|
- systemd-devel
|
||||||
- tomlpluplus-devel
|
- tomlplusplus-devel
|
||||||
- vulkan-loader-devel
|
- vulkan-loader-devel
|
||||||
- wayland-devel
|
- wayland-devel
|
||||||
- wayland-protocols-devel
|
- wayland-protocols-devel
|
||||||
|
|||||||
Reference in New Issue
Block a user