Skip to content

Commit

Permalink
install in correct prefix, so we can skip fedoras hyprland
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Midjich committed Nov 24, 2024
1 parent 4f10eb3 commit 71dce2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ RUN dnf -y install \
libxkbcommon-devel systemd-devel libseat-devel mesa-libEGL-devel \
libinput-devel xcb-util-wm-devel xorg-x11-server-Xwayland-devel \
mesa-libgbm-devel xcb-util-renderutil-devel \
hwdata libdisplay-info-devel libliftoff-devel 'dnf5-command(builddep)' && \
hwdata libdisplay-info-devel libliftoff-devel 'dnf5-command(builddep)' udis86-devel && \
dnf -y builddep hyprland && \
rm -rf ./Hyprland && git clone -b v0.45.2 https://github.com/hyprwm/Hyprland && \
pushd Hyprland && mkdir -p --mode=0755 /var/usrlocal && \
mkdir -p --mode=0755 /var/usrlocal/{include,share,bin,etc,games,lib,man,sbin,src} && \
meson _build && ninja -C _build && ninja -C _build install && \
dnf -y history undo 2 && dnf -y install hyprland hyprpaper && \
meson setup --prefix=/usr _build && ninja -C _build && ninja -C _build install && \
dnf -y history undo 2 && dnf -y install hyprpaper && \
cp example/hyprland.desktop /usr/share/wayland-sessions/ && \
cp /usr/local/bin/Hyprland /usr/bin/Hyprland && \
dnf -y autoremove && ostree container commit

0 comments on commit 71dce2b

Please sign in to comment.