From 206cf97b39cd6cd8d186952424ac70aef59116dc Mon Sep 17 00:00:00 2001 From: askiiart Date: Wed, 20 Nov 2024 17:57:28 -0600 Subject: [PATCH] add scenefx before building swayfx, re-add this repo as a repo for itself --- archlinux.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/archlinux.sh b/archlinux.sh index 1059158..b057c55 100755 --- a/archlinux.sh +++ b/archlinux.sh @@ -13,7 +13,10 @@ prep() { LOGDEST=/var/log/makepkg/" >~/.makepkg.conf echo '[multilib] Include = /etc/pacman.d/mirrorlist -' | sudo tee -a /etc/pacman.conf + +[askiiart] +Server = https://askiiart.net/repos/archlinux/$arch +SigLevel = Optional' | sudo tee -a /etc/pacman.conf sudo pacman -Sy mkdir /tmp/arch-workdir/ chmod -R 777 /tmp/arch-workdir/ @@ -43,6 +46,8 @@ build_aur_package 'polycat' # 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' +repo-add -Rp ./askiiart.db.tar.zst $(find . -name "scenefx*.tar.zst" ! -name "askiiart*") +sudo pacman -Sy 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