Build hyprpolkitagent manually
Some checks failed
Build container image / Build and push image (pull_request) Failing after 3m6s
Some checks failed
Build container image / Build and push image (pull_request) Failing after 3m6s
This commit is contained in:
@@ -8,7 +8,6 @@ dnf5 -y copr enable errornointernet/quickshell
|
||||
dnf5 -y install \
|
||||
aquamarine \
|
||||
hyprland-git \
|
||||
hyprpolkitagent \
|
||||
hyprshot \
|
||||
xdg-desktop-portal-hyprland \
|
||||
hyprsysteminfo \
|
||||
@@ -39,3 +38,9 @@ git clone https://github.com/hyprwm/hyprqt6engine.git /tmp/hyprqt6engine
|
||||
cd /tmp/hyprqt6engine
|
||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
|
||||
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
||||
|
||||
# compile hyprpolkitagent manually
|
||||
git clone https://github.com/hyprwm/hyprpolkitagent.git /tmp/hyprpolkitagent
|
||||
cd /tmp/hyprpolkitagent
|
||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
|
||||
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
||||
|
||||
Reference in New Issue
Block a user