mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated hypr eco system packages to download only specific versions
This commit is contained in:
parent
34ad2efa10
commit
18ac07bad5
@ -40,7 +40,7 @@ fi
|
||||
|
||||
# Clone and build
|
||||
printf "${NOTE} Installing hyprcursor...\n"
|
||||
if git clone https://github.com/hyprwm/hyprcursor.git; then
|
||||
if git clone --recursive -b v0.1.8 https://github.com/hyprwm/hyprcursor.git; then
|
||||
cd hyprcursor || exit 1
|
||||
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`
|
||||
|
||||
@ -39,7 +39,7 @@ fi
|
||||
|
||||
# Clone and build
|
||||
printf "${NOTE} Installing hypridle...\n"
|
||||
if git clone https://github.com/hyprwm/hypridle.git; then
|
||||
if git clone --recursive -b v0.1.2 https://github.com/hyprwm/hypridle.git; then
|
||||
cd hypridle || exit 1
|
||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build
|
||||
cmake --build ./build --config Release --target hypridle -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
||||
|
||||
@ -27,7 +27,7 @@ fi
|
||||
|
||||
# Clone and build hyprlang
|
||||
printf "${NOTE} Installing hyprlang...\n"
|
||||
if git clone https://github.com/hyprwm/hyprlang.git; then
|
||||
if git clone --recursive -b v0.5.1 https://github.com/hyprwm/hyprlang.git; then
|
||||
cd hyprlang || exit 1
|
||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
|
||||
cmake --build ./build --config Release --target hyprlang -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
||||
|
||||
@ -39,7 +39,7 @@ fi
|
||||
|
||||
# Clone and build hyprlock
|
||||
printf "${NOTE} Installing hyprlock...\n"
|
||||
if git clone https://github.com/hyprwm/hyprlock.git; then
|
||||
if git clone --recursive -b v0.1.8 https://github.com/hyprwm/hyprlock.git; then
|
||||
cd hyprlock || exit 1
|
||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build
|
||||
cmake --build ./build --config Release --target hyprlock -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user