Update xcb

master
Chris Dorman 2020-12-01 00:26:39 -08:00
parent 277a60ff40
commit 146dfe7a72
3 changed files with 43 additions and 3 deletions

View File

@ -57,14 +57,15 @@ mpc="mpc-1.1.0.tar.gz"
isl="isl-0.19.tar.xz"
ircii="ircii-20190117.tar.gz"
openssl="openssl-1.1.1h.tar.gz"
xdmcp="libXdmcp-1.1.3.tar.gz"
fontenc="libfontenc-1.1.4.tar.gz"
libbsd="libbsd-0.9.1.tar.xz"
bz2="bzip2-1.0.8.tar.gz"
freetype="freetype-2.10.4.tar.xz"
png16="libpng-1.6.37.tar.xz"
gtk2="gtk+-2.24.32.tar.xz"
netsurf="netsurf-all-3.10.tar.gz"
xcb="libxcb-1.13.tar.gz"
xcbutil="xcb-util-0.4.0.tar.gz"
xcbproto="xcb-proto-1.13.tar.gz"
xfe="xfe-1.43.2.tar.gz"
pango="pango-1.38.0.tar.xz"
fontconfig="fontconfig-2.13.1.tar.bz2"
@ -110,7 +111,9 @@ hexchatsrcdir=${hexchat//.tar.xz}
pcmanfmsrcdir=${pcmanfm//.tar.xz}
lynxsrcdir=${lynx//.tar.gz}
idnsrcdir=${idn//.tar.gz}
xcbsrcdir=${xcb//.tar.gz}
xcbutilsrcdir=${xcbutil//.tar.gz}
xcbprotosrcdir=${xcbproto//.tar.gz}
if [ ! -d "$tmpdir" ]; then
echo "Warning: package source directory not found, creating."
@ -607,6 +610,36 @@ xcb()
make install
cd $tmpdir
# Grab latest sources for freetype
if [ ! -d $xcbutilsrcdir ]; then
wget $xcbmirror/$xcbutil
tar -xf $xcbutil
fi
cd $xcbutilsrcdir
./configure --prefix=$freondir --disable-static
make -j$corecount
make install
cd $tmpdir
# Grab latest sources for freetype
if [ ! -d $xcbprotosrcdir ]; then
wget $xcbmirror/$xcbproto
tar -xf $xcbproto
fi
cd $xcbprotosrcdir
./configure --prefix=$freondir --disable-static
make -j$corecount
make install
}
libbsd()

5
deps/dfm.deps vendored Normal file
View File

@ -0,0 +1,5 @@
xlibs
cairo
pango
gtk2
gobject

2
deps/lynx.deps vendored Normal file
View File

@ -0,0 +1,2 @@
ncurses
idn