Compare commits

..

No commits in common. "fedd4287b549769dbe7e62de9af9955ad02a5c9f" and "c6db5d15b94c4ccf2f126f95dbf020581d1e6aac" have entirely different histories.

7 changed files with 1 additions and 43 deletions

View file

@ -1,4 +1,4 @@
wget https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
wget -O binutils-2.37.tar.xz https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz
tar -xf binutils-2.37.tar.xz
cd binutils-2.37

View file

@ -1,9 +0,0 @@
wget https://x.org/releases/individual/lib/libXfixes-6.0.0.tar.bz2
tar -xf libXfixes-6.0.0.tar.bz2
cd libXfixes-6.0.0
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="6.0.0"
pkg_config_name="libXfixes"
pkg_config_makedepends="xorg-xorgproto pkg-config-fd"
pkg_config_depends="libX11"

View file

@ -1,9 +0,0 @@
wget https://x.org/releases/individual/lib/libXfont2-2.0.4.tar.bz2
tar -xf libXfont2-2.0.4.tar.bz2
cd libXfont2-2.0.4
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="2.0.4"
pkg_config_name="libXfont2"
pkg_config_makedepends="xorg-xorgproto pkg-config-fd xorg-xtrans"
pkg_config_depends="freetype-harfbuzz"

View file

@ -1,9 +0,0 @@
wget https://x.org/releases/individual/lib/libXft-2.3.3.tar.bz2
tar -xf libXft-2.3.3.tar.bz2
cd libXft-2.3.3
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="1.7.2 1"
pkg_config_name="libX11"
pkg_config_makedepends="fontconfig freetype-harfbuzz libXrender pkg-config-fd xorg-xorgproto"
pkg_config_depends=""