Upgraded Xorg fonts

This commit is contained in:
dslm4515
2023-03-27 18:29:00 -05:00
parent 9f49343a8c
commit 8a68c61fc5
9 changed files with 27 additions and 43 deletions

View File

@ -1,7 +1,7 @@
#! /bin/bash
# encodings
# Source: https://www.x.org/pub/individual/font/encodings-1.0.5.tar.bz2
# Source: https://www.x.org/pub/individual/font/encodings-1.0.7.tar.xz
#
# $BUILD = Directory to temporarily install
# $PKGS = Directory to store built packages
@ -11,9 +11,7 @@
# Recommended: NONE
# Optional: NONE
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var \
--disable-static $BUILDTRUPLE && \
./configure $XORG_CONFIG $BUILDTRUPLE && \
read -p "Compile?" && make -j2 &&
sudo -S make DESTDIR=$BUILD install &&
@ -41,5 +39,5 @@ encodings:
encodings:
EOF
sudo -S mv -v /tmp/slack-desc install/ &&
sudo -S makepkg -l y -c n $PKGS/encodings-1.0.5-$(uname -m)-mlfs.txz &&
sudo -S makepkg -l y -c n $PKGS/encodings-1.0.7-$NOPSUFFIX &&
sudo -S rm -rf ${BUILD}/*