mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-07-25 17:11:16 +00:00
Upgraded Xorg Libraries
libX11 1.8.7 -> 1.8.9; libXext 1.3.5 -> 1.3.6; libXmu 1.1.4 -> 1.2.1; libXaw 1.0.15 -> 1.0.16; libXcursor 1.2.1 -> 1.2.2; libfontenc 1.1.7 -> 1.1.8; libXvMC 1.0.13 -> 1.0.14; libxkbfile 1.1.2 -> 1.1.3
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
# $PKGS = Directory to store built packages
|
||||
#
|
||||
# DEPS
|
||||
# Required: fontconfig libxcb
|
||||
# Required: fontconfig libxcb libpciaccess
|
||||
# Recommended: wget sudo (to download & install)
|
||||
# Optional: asciidoc xmlto fop lynx links ncompress w3m
|
||||
|
||||
@ -17,25 +17,28 @@
|
||||
export PKGMAKER="makepkg"
|
||||
export PKGINSTLLR="installpkg"
|
||||
|
||||
# Set location of package descriptions
|
||||
export PKDES=/src/files/desc/
|
||||
|
||||
# Store the md5sums of sources in a file:
|
||||
cat > xorg-libs.md5 << "EOF"
|
||||
12344cd74a1eb25436ca6e6a2cf93097 xtrans-1.5.0.tar.xz
|
||||
1b9bc39366eab2cc7b018907df715f34 libX11-1.8.7.tar.xz
|
||||
964942427fcc5a9fa0539661421857c8 libXext-1.3.5.tar.xz
|
||||
b006876e5b749d82801fe9450d700daf libX11-1.8.9.tar.xz
|
||||
e59476db179e48c1fb4487c12d0105d1 libXext-1.3.6.tar.xz
|
||||
742863a552ecd53cdb957b7b276213cc libFS-1.0.9.tar.xz
|
||||
b444a0e4c2163d1bbc7b046c3653eb8d libICE-1.1.1.tar.xz
|
||||
ffa434ed96ccae45533b3d653300730e libSM-1.2.4.tar.xz
|
||||
e613751d38e13aa0d0fd8e0149cec057 libXScrnSaver-1.2.4.tar.xz
|
||||
4ea21d3b5a36d93a2177d9abed2e54d4 libXt-1.3.0.tar.xz
|
||||
ed52d396115fbc4d05300762aab79685 libXmu-1.1.4.tar.xz
|
||||
85edefb7deaad4590a03fccba517669f libXmu-1.2.1.tar.xz
|
||||
05b5667aadd476d77e9b5ba1a1de213e libXpm-3.5.17.tar.xz
|
||||
3f1e1052dbf3a2b8582ec24137e1fbd1 libXaw-1.0.15.tar.xz
|
||||
2a9793533224f92ddad256492265dd82 libXaw-1.0.16.tar.xz
|
||||
65b9ba1e9ff3d16c4fa72915d4bb585a libXfixes-6.0.1.tar.xz
|
||||
af0a5f0abb5b55f8411cd738cf0e5259 libXcomposite-0.4.6.tar.xz
|
||||
ebf7fb3241ec03e8a3b2af72f03b4631 libXrender-0.9.11.tar.xz
|
||||
4cdd1886fe5cce6f68554296edb46db8 libXcursor-1.2.1.tar.xz
|
||||
bf3a43ad8cb91a258b48f19c83af8790 libXcursor-1.2.2.tar.xz
|
||||
ca55d29fa0a8b5c4a89f609a7952ebf8 libXdamage-1.1.6.tar.xz
|
||||
6d3f1b15bb5b0bb71ae9f0a5103c1fc4 libfontenc-1.1.7.tar.xz
|
||||
8816cc44d06ebe42e85950b368185826 libfontenc-1.1.8.tar.xz
|
||||
c179daa707f5f432f1bc13977e5bb329 libXfont2-2.0.6.tar.xz
|
||||
cea0a3304e47a841c90fbeeeb55329ee libXft-2.3.8.tar.xz
|
||||
89ac74ad6829c08d5c8ae8f48d363b06 libXi-1.8.1.tar.xz
|
||||
@ -44,10 +47,11 @@ cea0a3304e47a841c90fbeeeb55329ee libXft-2.3.8.tar.xz
|
||||
66c9e9e01b0b53052bb1d02ebf8d7040 libXres-1.2.2.tar.xz
|
||||
02f128fbf809aa9c50d6e54c8e57cb2e libXtst-1.2.4.tar.xz
|
||||
70bfdd14ca1a563c218794413f0c1f42 libXv-1.0.12.tar.xz
|
||||
11a358e7229fa28dc9801c1e64fe2e18 libXvMC-1.0.13.tar.xz
|
||||
a90a5f01102dc445c7decbbd9ef77608 libXvMC-1.0.14.tar.xz
|
||||
74d1acf93b83abeb0954824da0ec400b libXxf86dga-1.1.6.tar.xz
|
||||
5b913dac587f2de17a02e17f9a44a75f libXxf86vm-1.1.5.tar.xz
|
||||
8af2275955d40166bb647b14e4896ab1 libxkbfile-1.1.2.tar.xz
|
||||
#57c7efbeceedefde006123a77a7bc825 libpciaccess-0.18.1.tar.xz
|
||||
229708c15c9937b6e5131d0413474139 libxkbfile-1.1.3.tar.xz
|
||||
faa74f7483074ce7d4349e6bdc237497 libxshmfence-1.3.2.tar.xz
|
||||
bdd3ec17c6181fd7b26f6775886c730d libXpresent-1.0.1.tar.xz
|
||||
EOF
|
||||
@ -87,9 +91,9 @@ do
|
||||
printf "\nBuilding ..." && echo $packagedir && read -p "Continue? "
|
||||
make -j2
|
||||
sudo -E make DESTDIR=$BUILD install
|
||||
sudo mkdir $BUILD/install
|
||||
sudo mkdir -pv $BUILD/install
|
||||
# Copy over slack-desc
|
||||
sudo cp -v ../../files/desc/xorg-libs/$pkgname $BUILD/install/slack-desc
|
||||
sudo cp -v ${PKDES}/xorg-libs/$pkgname $BUILD/install/slack-desc
|
||||
# Strip libraries if desired
|
||||
sudo strip --strip-debug $BUILD$XORG_PREFIX/lib/*
|
||||
# Remove man-pages if desired
|
||||
|
Reference in New Issue
Block a user