From 2f8f619b96c7e70b66ae53fd578447d4095564f0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 7 Sep 2024 22:45:55 +0900 Subject: [PATCH] disabled imagemagick compilation from source & dotfiles adjusted so it will be compatible for imagemagick v6 --- CHANGELOGS.md | 2 ++ install-scripts/00-hypr-pkgs.sh | 1 + install-scripts/01-pre-cleanup.sh | 1 + install-scripts/dotfiles.sh | 2 +- install.sh | 4 +++- 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 350975d..e761d73 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -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 diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index e9e5e2e..4b10740 100755 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -17,6 +17,7 @@ hypr_package=( gvfs gvfs-backends inxi + imagemagick kitty nano pavucontrol diff --git a/install-scripts/01-pre-cleanup.sh b/install-scripts/01-pre-cleanup.sh index 913566f..c876574 100644 --- a/install-scripts/01-pre-cleanup.sh +++ b/install-scripts/01-pre-cleanup.sh @@ -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! ## diff --git a/install-scripts/dotfiles.sh b/install-scripts/dotfiles.sh index d518580..7c73e49 100755 --- a/install-scripts/dotfiles.sh +++ b/install-scripts/dotfiles.sh @@ -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! ## diff --git a/install.sh b/install.sh index 2d45411..6aa075d 100755 --- a/install.sh +++ b/install.sh @@ -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"