From 40a9bb30d873ab815238bc1e3d368ff6837c0ba5 Mon Sep 17 00:00:00 2001 From: tmp-412 <109046092+tmp-412@users.noreply.github.com> Date: Fri, 15 Jul 2022 23:19:47 +0000 Subject: [PATCH 1/2] Don't install old AUR build --- larbs.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/larbs.sh b/larbs.sh index 258716c..16b96f0 100755 --- a/larbs.sh +++ b/larbs.sh @@ -256,11 +256,6 @@ manualinstall yay || error "Failed to install AUR helper." # and all build dependencies are installed. installationloop -whiptail --title "LARBS Installation" \ - --infobox "Finally, installing \`libxft-bgra\` to enable color emoji in suckless software without crashes." 8 70 -pacman -Qs libxft-bgra || - yes | sudo -u "$name" $aurhelper -S libxft-bgra-git >/dev/null 2>&1 - # Install the dotfiles in the user's home directory, but remove .git dir and # other unnecessary files. putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch" From 9d223b9663dd86ce0824c7337deccb6a9b8ee968 Mon Sep 17 00:00:00 2001 From: tmp-412 <109046092+tmp-412@users.noreply.github.com> Date: Fri, 15 Jul 2022 23:21:12 +0000 Subject: [PATCH 2/2] Update progs.csv --- progs.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/progs.csv b/progs.csv index 6720f22..b85686f 100644 --- a/progs.csv +++ b/progs.csv @@ -66,3 +66,4 @@ A,mutt-wizard-git,"is a light-weight terminal-based email system." ,slock,"allows you to lock your computer, and quickly unlock with your password." ,socat,"is a utility which establishes two byte streams and transfers data between them." ,moreutils,"is a collection of useful unix tools." +A,libxft-git,"is a FreeType-based font drawing library for X"