mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
Merge pull request #79 from JaKooLit/development
Hyprland to install backed down to v0.39.1 as v0.40.0 is failing to install
This commit is contained in:
commit
6f63e32a92
@ -1,5 +1,11 @@
|
|||||||
## Changelogs
|
## 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
|
## 10 May 2024
|
||||||
- added wallust-git and remove python-pywal for migration to wallust on Hyprland-Dots v2.2.11
|
- 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-0
|
||||||
libgraphene-1.0-dev
|
libgraphene-1.0-dev
|
||||||
libgtk-3-dev
|
libgtk-3-dev
|
||||||
libgulkan-0.15-0
|
libgulkan-0.15-0t64
|
||||||
libgulkan-dev
|
libgulkan-dev
|
||||||
libinih-dev
|
libinih-dev
|
||||||
libinput-dev
|
libinput-dev
|
||||||
@ -92,7 +92,7 @@ dependencies=(
|
|||||||
seatd
|
seatd
|
||||||
spirv-tools
|
spirv-tools
|
||||||
vulkan-validationlayers
|
vulkan-validationlayers
|
||||||
vulkan-validationlayers-dev
|
vulkan-utility-libraries-dev
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal
|
||||||
xwayland
|
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
|
#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! ##
|
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||||
# Determine the directory where the script is located
|
# Determine the directory where the script is located
|
||||||
|
|||||||
@ -171,11 +171,9 @@ execute_script "hypridle.sh"
|
|||||||
execute_script "hyprwayland-scanner.sh"
|
execute_script "hyprwayland-scanner.sh"
|
||||||
execute_script "hyprland.sh"
|
execute_script "hyprland.sh"
|
||||||
execute_script "hypr-eco.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
|
if [ "$nvidia" == "Y" ]; then
|
||||||
execute_script "nvidia.sh"
|
execute_script "nvidia.sh"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user