mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Upgraded Xorg fonts
This commit is contained in:
@ -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}/*
|
||||
|
Reference in New Issue
Block a user