libgit2, revbump 1.5.0 and 1.8.4 for debug package (#13244)

This commit is contained in:
Schrijvers Luc
2025-11-22 09:13:13 +01:00
committed by GitHub
parent 0cad31d616
commit 9ae1d0a51f
2 changed files with 5 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ DESCRIPTION="The library provides:
HOMEPAGE="https://libgit2.github.com/"
COPYRIGHT="2005-2022 libgit2 project"
LICENSE="GNU LGPL v2"
REVISION="3"
REVISION="2"
SOURCE_URI="https://github.com/libgit2/libgit2/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="8de872a0f201b33d9522b817c92e14edb4efad18dae95cf156cf240b2efff93e"
SOURCE_FILENAME="libgit2-$portVersion.tar.gz"
@@ -95,7 +95,6 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:python3
cmd:pkg_config$secondaryArchSuffix
"
@@ -106,9 +105,8 @@ BUILD()
{
cmake -Bbuild -S. \
$cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_BINDIR=$commandBinDir \
-DBUILD_CLAR=OFF \
-DUSE_ICONV=ON \
-DUSE_SSH=ON \
-DBUILD_EXAMPLES=OFF \

View File

@@ -15,7 +15,7 @@ DESCRIPTION="The library provides:
HOMEPAGE="https://libgit2.github.com/"
COPYRIGHT="2005-2024 libgit2 project"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/libgit2/libgit2/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="49d0fc50ab931816f6bfc1ac68f8d74b760450eebdb5374e803ee36550f26774"
SOURCE_FILENAME="libgit2-$portVersion.tar.gz"
@@ -58,7 +58,7 @@ REQUIRES_devel="
PROVIDES_tools="
libgit2_1.8${secondaryArchSuffix}_tools
cmd:git2_cli$commandSuffix = $portVersion
cmd:git2$commandSuffix = $portVersion
"
REQUIRES_tools="
libgit2_1.8$secondaryArchSuffix == $portVersion base
@@ -85,7 +85,6 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:python3
cmd:pkg_config$secondaryArchSuffix
"
@@ -96,9 +95,8 @@ BUILD()
{
cmake -B build -S. \
$cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_BINDIR=$commandBinDir \
-DBUILD_CLAR=OFF \
-DUSE_ICONV=ON \
-DUSE_SSH=ON \
-DBUILD_EXAMPLES=OFF \