add scenefx before building swayfx, re-add this repo as a repo for itself
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
6531c89efc
commit
206cf97b39
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,10 @@ prep() {
|
||||||
LOGDEST=/var/log/makepkg/" >~/.makepkg.conf
|
LOGDEST=/var/log/makepkg/" >~/.makepkg.conf
|
||||||
echo '[multilib]
|
echo '[multilib]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
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
|
sudo pacman -Sy
|
||||||
mkdir /tmp/arch-workdir/
|
mkdir /tmp/arch-workdir/
|
||||||
chmod -R 777 /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
|
# 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
|
# this is likely, but not a big deal, so i'm not gonna bother with it
|
||||||
build_aur_package 'scenefx'
|
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'
|
build_aur_package 'swayfx'
|
||||||
# note that this requires a *lot* of RAM, more than 16 GB
|
# note that this requires a *lot* of RAM, more than 16 GB
|
||||||
# can be done on systems with less via zram
|
# can be done on systems with less via zram
|
||||||
|
|
Loading…
Reference in a new issue