From a80390f337ed320c6941e2a1d8dc8b4ae0b70d79 Mon Sep 17 00:00:00 2001 From: Peppersawce <157759066+Peppersawce@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:35:05 +0200 Subject: [PATCH] libxml++: Fix stray config header (#11199) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jérôme Duval * Typo fix --------- Co-authored-by: Jérôme Duval --- dev-libs/libxml++/libxml++2-2.42.3.recipe | 5 ++++- dev-libs/libxml++/libxml++5-5.4.0.recipe | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-libs/libxml++/libxml++2-2.42.3.recipe b/dev-libs/libxml++/libxml++2-2.42.3.recipe index 267270030..5ec255a3f 100644 --- a/dev-libs/libxml++/libxml++2-2.42.3.recipe +++ b/dev-libs/libxml++/libxml++2-2.42.3.recipe @@ -7,7 +7,7 @@ parallel-installable ABIs. This package contains libxml++-2.6." HOMEPAGE="https://libxmlplusplus.sourceforge.net/" COPYRIGHT="2004-2024 LibXML++" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.gnome.org/sources/libxml++/2.42/libxml++-$portVersion.tar.xz" CHECKSUM_SHA256="74b95302e24dbebc56e97048e86ad0a4121fc82a43e58d381fbe1d380e8eba04" SOURCE_FILENAME="libxml++-$portVersion.tar.bz2" @@ -71,6 +71,9 @@ INSTALL() { ninja -C buildmeson install + mv $libDir/libxml++-2.6/include/libxml++config.h $includeDir/libxml++-2.6 + rmdir $libDir/libxml++-2.6/include + prepareInstalledDevelLib libxml++-2.6 fixPkgconfig diff --git a/dev-libs/libxml++/libxml++5-5.4.0.recipe b/dev-libs/libxml++/libxml++5-5.4.0.recipe index 5cc76d49c..c396f0c50 100644 --- a/dev-libs/libxml++/libxml++5-5.4.0.recipe +++ b/dev-libs/libxml++/libxml++5-5.4.0.recipe @@ -7,7 +7,7 @@ parallel-installable ABIs. This package contains libxml++-5.0." HOMEPAGE="https://libxmlplusplus.sourceforge.net/" COPYRIGHT="2004-2024 LibXML++" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.gnome.org/sources/libxml++/5.4/libxml++-$portVersion.tar.xz" CHECKSUM_SHA256="e9a23c436686a94698d2138e6bcbaf849121d63bfa0f50dc34fefbfd79566848" SOURCE_FILENAME="libxml++-$portVersion.tar.xz" @@ -71,6 +71,9 @@ INSTALL() { ninja -C buildmeson install + mv $libDir/libxml++-5.0/include/libxml++config.h $includeDir/libxml++-5.0 + rmdir $libDir/libxml++-5.0/include + prepareInstalledDevelLib libxml++-5.0 fixPkgconfig