mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 02:10:13 +01:00
backing down to Hyprland v0.39.1 as v0.40.0 is failing to build
This commit is contained in:
parent
2a51006600
commit
c9b27e6b39
@ -1,5 +1,11 @@
|
||||
## Changelogs
|
||||
|
||||
## 15 May 2025
|
||||
- Backed down hyprland version to install as v0.40.0 is failing to install
|
||||
- removed from waybar-git to install. Instead to install from official repo
|
||||
- cliphist install script is removed as it is now on Debian repo
|
||||
- dependencies cleaned up and added
|
||||
|
||||
## 10 May 2024
|
||||
- added wallust-git and remove python-pywal for migration to wallust on Hyprland-Dots v2.2.11
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ dependencies=(
|
||||
libgraphene-1.0-0
|
||||
libgraphene-1.0-dev
|
||||
libgtk-3-dev
|
||||
libgulkan-0.15-0
|
||||
libgulkan-0.15-0t64
|
||||
libgulkan-dev
|
||||
libinih-dev
|
||||
libinput-dev
|
||||
@ -92,7 +92,7 @@ dependencies=(
|
||||
seatd
|
||||
spirv-tools
|
||||
vulkan-validationlayers
|
||||
vulkan-validationlayers-dev
|
||||
vulkan-utility-libraries-dev
|
||||
wayland-protocols
|
||||
xdg-desktop-portal
|
||||
xwayland
|
||||
|
||||
@ -1,29 +0,0 @@
|
||||
#!/bin/bash
|
||||
# 💫 https://github.com/JaKooLit 💫 #
|
||||
# Cliphist install using go #
|
||||
|
||||
## This is to be be use for Ubuntu 23.10 only
|
||||
# it is disabled by default. Enable it on install.sh #execute_script "cliphist.sh"
|
||||
|
||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||
# Determine the directory where the script is located
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
# Change the working directory to the parent directory of the script
|
||||
PARENT_DIR="$SCRIPT_DIR/.."
|
||||
cd "$PARENT_DIR" || exit 1
|
||||
|
||||
source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
|
||||
|
||||
# Set the name of the log file to include the current date and time
|
||||
LOG="Install-Logs/install-$(date +%d-%H%M%S)_cliphist.log"
|
||||
|
||||
# Install cliphist using go (for UBUNTU 23.10 users)
|
||||
printf "\n%s - Installing cliphist using go.... \n" "${NOTE}"
|
||||
export PATH=$PATH:/usr/local/bin
|
||||
go install go.senan.xyz/cliphist@latest 2>&1 | tee -a "$LOG"
|
||||
|
||||
# copy cliphist into /usr/local/bin for some reason it is installing in ~/go/bin
|
||||
sudo cp -r "$HOME/go/bin/cliphist" "/usr/local/bin/" 2>&1 | tee -a "$LOG"
|
||||
|
||||
clear
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
#specific branch or release
|
||||
hyprland_tag="v0.40.0"
|
||||
hyprland_tag="v0.39.1"
|
||||
|
||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||
# Determine the directory where the script is located
|
||||
|
||||
@ -171,11 +171,9 @@ execute_script "hypridle.sh"
|
||||
execute_script "hyprwayland-scanner.sh"
|
||||
execute_script "hyprland.sh"
|
||||
execute_script "hypr-eco.sh"
|
||||
execute_script "waybar-git.sh"
|
||||
# execute_script "waybar-git.sh" only if waybar on repo is old
|
||||
|
||||
|
||||
#execute_script "cliphist.sh"
|
||||
|
||||
if [ "$nvidia" == "Y" ]; then
|
||||
execute_script "nvidia.sh"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user