normal libxft now patched
This commit is contained in:
parent
d66112aae2
commit
f881b45029
5
larbs.sh
5
larbs.sh
@ -265,11 +265,6 @@ manualinstall yay || error "Failed to install AUR helper."
|
||||
# and all build dependencies are installed.
|
||||
installationloop
|
||||
|
||||
whiptail --title "LARBS Installation" \
|
||||
--infobox "Finally, installing the newest version of \`libxft\` to enable color emoji in suckless software without crashes." 8 70
|
||||
pacman -Qs libxft-git ||
|
||||
yes | sudo -u "$name" $aurhelper -S libxft-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"
|
||||
|
@ -1,5 +1,4 @@
|
||||
#TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
|
||||
A,libxft-git,"is a FreeType-based font drawing library for X"
|
||||
,xorg-server,"is the graphical server."
|
||||
,xorg-xwininfo,"allows querying information about windows."
|
||||
,xorg-xinit,"starts the graphical server."
|
||||
|
|
Loading…
Reference in New Issue
Block a user