From 511c1a82e258678bb3174a2083b0a8df6644e336 Mon Sep 17 00:00:00 2001 From: askiiart Date: Sat, 9 Nov 2024 21:54:13 -0600 Subject: [PATCH] add scenefx, also i forgot to actually remove the old stuff, oops --- archlinux.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/archlinux.sh b/archlinux.sh index 54c829f..c730d9c 100755 --- a/archlinux.sh +++ b/archlinux.sh @@ -34,6 +34,10 @@ rm -rf ./mnt-and-sway/ build_aur_package 'paru' build_aur_package 'fjordlauncher-unlocked' build_aur_package 'polycat' +# note that if swayfx depends on the version of scenefx that's currently being built, +# it won't be in the repo as of now, so swayfx will fail +# this is likely, but not a big deal, so i'm not gonna bother with it +build_aur_package 'scenefx' build_aur_package 'swayfx' # note that this requires a *lot* of RAM, more than 16 GB # can be done on systems with less via zram @@ -61,6 +65,13 @@ yay -S python-vdf --noconfirm --needed build_aur_package 'protontricks' +git clone https://github.com/guydunigo/remove_old_arch_pkgs +cd ./remove_old_arch_pkgs +sudo pacman -S cargo --noconfirm --needed +# TODO: parse the output then just run repo-remove on the old stuff +cargo run -- -0 /repo/ +cd .. + cd /repo/ rm -rf /tmp/arch-workdir rm ./askiiart*