mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
pango, revbump to move manpage to correct path (#11238)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user