adding more alpine specific build_deps

This commit is contained in:
Matthew Stobbs
2025-03-20 21:56:33 -06:00
parent ba54af35e6
commit 40e9e97cce
11 changed files with 88 additions and 13 deletions

View File

@@ -3,3 +3,9 @@ greetd:
RedHat:
- greetd
- tuigreet
Alpine:
- greetd
- greetd-doc
- greetd-openrc
- greetd-tuigreet
- greetd-tuigreet-doc

View File

@@ -10,6 +10,10 @@ hypridle:
- patch
- wayland-devel
- wayland-protocols-devel
Alpine:
- patch
- wayland-dev
- wayland-protocols
build_installed_files:
- bin/hypridle
- lib/systemd/user/hypridle.service

View File

@@ -6,6 +6,8 @@ hyprland_qt_support:
build_deps:
RedHat:
- qt6-qtdeclarative-devel
Alpine:
- qt6-qtdeclarative-dev
build_installed_files:
- lib/libhyprland-quick-style-impl.so
- lib/qt6/qml/org/hyprland/style/impl/libhyprland-quick-style-implplugin.so

View File

@@ -11,6 +11,12 @@ hyprland_qtutils:
- wayland-devel
- wayland-protocols-devel
- qt6-qtwayland-devel
Alpine:
- qt6-qtbase-dev
- qt6-qtdeclarative-dev
- wayland-dev
- wayland-protocols
- qt6-qtwayland-dev
build_installed_files:
- bin/hyprland-dialog
- bin/hyprland-update-screen

View File

@@ -17,6 +17,15 @@ hyprpaper:
- libjpeg-turbo-devel
- libwebp-devel
- gcc-c++
Alpine:
- wayland-dev
- wayland-protocols
- pango-dev
- cairo-dev
- file-dev
- libjpeg-turbo-dev
- libwebp-dev
- g++
build_installed_files:
- bin/hyprpaper
- "{{ lib_path }}/systemd/user/hyprpaper.service"

View File

@@ -22,6 +22,19 @@ hyprlock:
- libjpeg-turbo-devel
- libwebp-devel
- gcc-c++
Alpine:
- patch
- wayland-dev
- wayland-protocols
- pango-dev
- cairo-dev
- libdrm-dev
- linux-pam-dev
- file-dev
- libxkbcommon-dev
- libjpeg-turbo-dev
- libwebp-dev
- g++
build_installed_files:
- bin/hyprlock
- etc/pam.d/hyprlock

View File

@@ -11,6 +11,13 @@ hyprpicker:
- cairo-devel
- libxkbcommon-devel
- cmake
Alpine:
- wayland-dev
- wayland-protocols
- pango-dev
- cairo-dev
- libxkbcommon-dev
- cmake
build_installed_files:
- bin/hyprpicker
- share/man/man1/hyprpicker.1

View File

@@ -12,6 +12,9 @@ zfs:
Debian:
- zfs-dkms
- zfsutils-linux
Alpine:
- zfs
- zfs-lts
build_deps:
Fedora:
- kernel-devel