From c91c029c5fbe4186dd800cd53611f5b28a949c93 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 1 Aug 2023 17:26:54 +0000 Subject: [PATCH] libgnt, move documentation to devel package (#9125) --- dev-libs/libgnt/libgnt-2.14.1.recipe | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-libs/libgnt/libgnt-2.14.1.recipe b/dev-libs/libgnt/libgnt-2.14.1.recipe index cb667da95..b304f7e4a 100644 --- a/dev-libs/libgnt/libgnt-2.14.1.recipe +++ b/dev-libs/libgnt/libgnt-2.14.1.recipe @@ -4,7 +4,7 @@ graphical user interfaces quickly and easily." HOMEPAGE="https://pidgin.im/" COPYRIGHT="2006-2021 libgnt contributors" LICENSE="GNU GPL v2" -REVISION=1 +REVISION="2" SOURCE_URI="http://downloads.sourceforge.net/project/pidgin/libgnt/$portVersion/libgnt-$portVersion.tar.xz" CHECKSUM_SHA256="5ec3e68e18f956e9998d79088b299fa3bca689bcc95c86001bc5da17c1eb4bd8" PATCHES="libgnt-$portVersion.patchset" @@ -59,7 +59,9 @@ defineDebugInfoPackage libgnt$secondaryArchSuffix \ BUILD() { - meson build --prefix=$prefix --libdir=$libDir --includedir=$includeDir + meson build --buildtype=release --prefix=$prefix \ + --libdir=$libDir \ + --includedir=$includeDir ninja $jobargs -C build } @@ -75,5 +77,6 @@ INSTALL() fixPkgconfig packageEntries devel \ - $developDir + $developDir \ + $documentationDir }