more hyprland fixes

This commit is contained in:
Matthew Stobbs
2025-03-02 09:44:40 -07:00
parent 1492dd0db4
commit 18fca577e7
14 changed files with 242 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
hyprcursor:
version:
version: v0.1.11
repo: "{{ hyprgitbase }}/hyprcursor"
pkg_deps:
- hyprlang
@@ -9,4 +9,11 @@ hyprcursor:
- libzip-devel
- librsvg2-devel
- tomlplusplus-devel
build_installed_files: []
build_installed_files:
- lib64/libhyprcursor.so.0.1.11
- lib64/libhyprcursor.so.0
- lib64/libhyprcursor.so
- include/hyprcursor.hpp
- bin/hyprcursor-util
- include/hyprcursor
- lib64/pkgconfig/hyprcursor.pc

View File

@@ -1,5 +1,5 @@
hyprgraphics:
version:
version: v0.1.2
repo: "{{ hyprgitbase }}/hyprgraphics"
pkg_deps:
- hyprutils
@@ -15,4 +15,9 @@ hyprgraphics:
- file-devel
- file-libs
- libspng-devel
build_installed_files: []
build_installed_files:
- lib64/libhyprgraphics.so.0.1.2
- lib64/libhyprgraphics.so.0
- lib64/libhyprgraphics.so
- include/hyprgraphics
- lib64/pkgconfig/hyprgraphics.pc

View File

@@ -2,6 +2,7 @@ hyprland:
version: v0.47.2
repo: "{{ hyprgitbase }}/Hyprland"
pkg_deps:
- git
- hyprwayland_scanner
- hyprutils
- hyprlang
@@ -18,7 +19,12 @@ hyprland:
- libglvnd-devel
- libinput-devel
- libseat-devel
- libuuid-devel
- libxcb-devel
- libXcursor-devel
- xcb-util-wm-devel
- xcb-util-errors-devel
- re2-devel
- libxkbcommon-devel
- mesa-libgbm-devel
- meson
@@ -32,4 +38,28 @@ hyprland:
- xcb-util-renderutil-devel
- xcb-util-wm-devel
- xorg-x11-server-Xwayland-devel
build_installed_files: []
build_installed_files:
- share/wayland-sessions/hyprland-uwsm.desktop
- bin/hyprctl
- share/bash-completion/completions/hyprctl
- share/fish/vendor_completions.d/hyprctl.fish
- share/zsh/site-functions/_hyprctl
- include
- include/glaze
- bin/hyprpm
- share/bash-completion/completions/hyprpm
- share/fish/vendor_completions.d/hyprpm.fish
- share/zsh/site-functions/_hyprpm
- bin/Hyprland
- share/wayland-sessions/hyprland.desktop
- share/hypr/lockdead.png
- share/hypr/lockdead2.png
- share/hypr/wall0.png
- share/hypr/wall1.png
- share/hypr/wall2.png
- share/hypr/hyprland.conf
- share/xdg-desktop-portal/hyprland-portals.conf
- share/man/man1/Hyprland.1
- share/man/man1/hyprctl.1
- share/pkgconfig/hyprland.pc
- include/hyprland

View File

@@ -4,4 +4,13 @@ hyprlang:
pkg_deps: []
build_deps:
RedHat: []
build_installed_files: []
build_installed_files:
- lib64/libhyprlang.so.0.6.0
- lib64/libhyprlang.so.2
- lib64/libhyprlang.so
- include/hyprlang.hpp
- lib64/libhyprlang.so.0.6.0
- lib64/libhyprlang.so.2
- lib64/libhyprlang.so
- include/hyprlang.hpp
- lib64/pkgconfig/hyprlang.pc