disabled imagemagick compilation from source & dotfiles adjusted so it will be compatible for imagemagick v6

This commit is contained in:
JaKooLit 2024-09-07 22:45:55 +09:00
parent 7737b07f92
commit 2f8f619b96
5 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## 07 Sep 2024
- 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
- added a function to check if it is Ubuntu or Based on Ubuntu and script will exit

View File

@ -17,6 +17,7 @@ hypr_package=(
gvfs
gvfs-backends
inxi
imagemagick
kitty
nano
pavucontrol

View File

@ -17,6 +17,7 @@ PACKAGES=(
pypr
swappy
waybar
magick
)
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##

View File

@ -3,7 +3,7 @@
# Hyprland-Dots to download a specific release #
# 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! ##

View File

@ -182,7 +182,9 @@ execute_script "00-dependencies.sh"
execute_script "00-hypr-pkgs.sh"
execute_script "fonts.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 "rofi-wayland.sh"
execute_script "ags.sh"