mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
disabled imagemagick compilation from source & dotfiles adjusted so it will be compatible for imagemagick v6
This commit is contained in:
parent
7737b07f92
commit
2f8f619b96
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 07 Sep 2024
|
## 07 Sep 2024
|
||||||
- Fix installation issue on hyprlock and xdph
|
- Fix installation issue on hyprlock and xdph
|
||||||
|
- disabled imagemagick compilation from source
|
||||||
|
- dotfiles adjusted so it will be compatible for imagemagick v6
|
||||||
|
|
||||||
## 04 Sep 2024
|
## 04 Sep 2024
|
||||||
- added a function to check if it is Ubuntu or Based on Ubuntu and script will exit
|
- added a function to check if it is Ubuntu or Based on Ubuntu and script will exit
|
||||||
|
|||||||
@ -17,6 +17,7 @@ hypr_package=(
|
|||||||
gvfs
|
gvfs
|
||||||
gvfs-backends
|
gvfs-backends
|
||||||
inxi
|
inxi
|
||||||
|
imagemagick
|
||||||
kitty
|
kitty
|
||||||
nano
|
nano
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|||||||
@ -17,6 +17,7 @@ PACKAGES=(
|
|||||||
pypr
|
pypr
|
||||||
swappy
|
swappy
|
||||||
waybar
|
waybar
|
||||||
|
magick
|
||||||
)
|
)
|
||||||
|
|
||||||
## 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! ##
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Hyprland-Dots to download a specific release #
|
# Hyprland-Dots to download a specific release #
|
||||||
|
|
||||||
# Define the specific release version to download
|
# Define the specific release version to download
|
||||||
specific_version="v2.3.3-Deb-Untu"
|
specific_version="v2.3.3-Deb-Untu-Hyprland-0.41.2"
|
||||||
|
|
||||||
## 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! ##
|
||||||
|
|
||||||
|
|||||||
@ -182,7 +182,9 @@ execute_script "00-dependencies.sh"
|
|||||||
execute_script "00-hypr-pkgs.sh"
|
execute_script "00-hypr-pkgs.sh"
|
||||||
execute_script "fonts.sh"
|
execute_script "fonts.sh"
|
||||||
execute_script "wallust.sh"
|
execute_script "wallust.sh"
|
||||||
execute_script "imagemagick.sh"
|
|
||||||
|
#execute_script "imagemagick.sh" #this is for compiling from source. 07 Sep 2024
|
||||||
|
|
||||||
execute_script "swww.sh"
|
execute_script "swww.sh"
|
||||||
execute_script "rofi-wayland.sh"
|
execute_script "rofi-wayland.sh"
|
||||||
execute_script "ags.sh"
|
execute_script "ags.sh"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user