pango, revbump to move manpage to correct path (#11238)

This commit is contained in:
Schrijvers Luc
2024-10-22 07:41:59 +02:00
committed by GitHub
parent 1a799ed212
commit a06c07fed0

View File

@@ -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