diff --git a/x11-libs/pango/pango-1.54.0.recipe b/x11-libs/pango/pango-1.54.0.recipe index f8ae522ac..6541b2c27 100644 --- a/x11-libs/pango/pango-1.54.0.recipe +++ b/x11-libs/pango/pango-1.54.0.recipe @@ -15,7 +15,7 @@ COPYRIGHT="1999-2021 Red Hat Software 2001 Alexander Larsson 2000 SuSE Linux Ltd" LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.gnome.org/sources/pango/${portVersion%.*}/pango-$portVersion.tar.xz" CHECKSUM_SHA256="8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8" PATCHES="pango-$portVersion.patchset" @@ -107,6 +107,11 @@ INSTALL() { ninja -C build install + # move manpage (no meson option for this) + mkdir -p $manDir + cp -r $dataDir/man/man1 $manDir + rm -rf $dataDir/man + prepareInstalledDevelLibs libpango-1.0 \ libpangocairo-1.0 \ libpangoft2-1.0