Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore(mazurek-helper, mazurek): fix deps and install script, add a fe…
Browse files Browse the repository at this point in the history
…w more packages to image
  • Loading branch information
sneexy-boi committed Sep 3, 2024
1 parent 6c71fe1 commit c9bb725
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/scripts/build-scripts/wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
set -euo pipefail

# Dependency and folder
dnf install -y git gcc gcc-c++ cmake openssl protobuf protobuf-devel protobuf-compiler openssl-devel dbus-devel pkgconf-pkg-config rustup cargo meson ninja-build wayland-protocols-devel rust-libpulse-binding-devel rust-wayland-client-devel rust-wayland-protocols+wayland-client-devel egl-wayland-devel egl-wayland egl-utils mesa-libEGL mesa-libEGL-devel
dnf install -y git gcc gcc-c++ cmake openssl protobuf protobuf-devel protobuf-compiler openssl-devel dbus-devel pkgconf-pkg-config \
rustup cargo meson ninja-build \
wayland-protocols-devel rust-libpulse-binding-devel rust-wayland-client-devel rust-wayland-protocols+wayland-client-devel egl-wayland-devel egl-wayland egl-utils mesa-libEGL mesa-libEGL-devel
mkdir -p /tmp/wayland-built/usr/bin

# SwayAudioIdleInhibit - https://github.com/ErikReider/SwayAudioIdleInhibit
Expand Down
4 changes: 4 additions & 0 deletions recipes/common/sneexy/mazurek/rpm-ostree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ repos:
install:
# window manager and related utilities
- niri
- wofi
- waybar
- SwayNotificationCenter
- nwg-look
Expand Down Expand Up @@ -78,6 +79,8 @@ install:
- dbus-tools
- dbus-daemon
- wl-clipboard
- wayland-utils
- egl-wayland
- pavucontrol
- playerctl
- qt5-qtwayland
Expand All @@ -89,6 +92,7 @@ install:
- ddcutil
- gamescope
- mangohud
- mesa-libEGL

# sound
- wireplumber
Expand Down

0 comments on commit c9bb725

Please sign in to comment.