Pango to 1.42.4

master
Chris Dorman 2020-12-01 20:28:02 -08:00
parent e1515a43da
commit 897714b5a6
1 changed files with 12 additions and 5 deletions

View File

@ -35,7 +35,7 @@ elfutilsmirror="git://sourceware.org/git/elfutils.git"
gtk2mirror="https://download.gnome.org/sources/gtk+/2.24"
netsurfmirror="http://download.netsurf-browser.org/netsurf/releases/source-full"
xfemirror="https://netactuate.dl.sourceforge.net/project/xfe/xfe/1.43.2"
pangomirror="https://download.gnome.org/sources/pango/1.38"
pangomirror="https://download.gnome.org/sources/pango/1.42"
fontconfigmirror="https://www.freedesktop.org/software/fontconfig/release"
hexchatmirror="https://dl.hexchat.net/hexchat"
pcmanfmmirror="https://downloads.sourceforge.net/pcmanfm"
@ -81,7 +81,7 @@ 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"
pango="pango-1.42.4.tar.xz"
fontconfig="fontconfig-2.13.1.tar.bz2"
hexchat="hexchat-2.12.4.tar.xz"
pcmanfm="pcmanfm-1.3.1.tar.xz"
@ -796,11 +796,18 @@ pango()
cd $pangosrcdir
./configure --prefix=$freondir
if [ ! -d build-pango ]; then
mkdir build-pango
cd build-pango
else
cd build-pango
fi
make -j$corecount
meson --prefix=$freondir ..
make install
ninja
ninja install
cd $tmpdir