Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gping: build against system libgit2
@ 2024-04-02 19:17 icp1994
  2024-04-02 19:25 ` [PR PATCH] [Updated] " icp1994
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: icp1994 @ 2024-04-02 19:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 536 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages gping
https://github.com/void-linux/void-packages/pull/49676

gping: build against system libgit2
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

Although it doesn't actually link against libgit2.so

A patch file from https://github.com/void-linux/void-packages/pull/49676.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gping-49676.patch --]
[-- Type: text/x-diff, Size: 759 bytes --]

From 52b68f0208f31208aa7196443efd80f545ad3fa7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 Apr 2024 19:01:18 +0530
Subject: [PATCH] gping: build against system libgit2

---
 srcpkgs/gping/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
index 8a2eb4e6eca184..efb61575afa2a6 100644
--- a/srcpkgs/gping/template
+++ b/srcpkgs/gping/template
@@ -1,9 +1,11 @@
 # Template file for 'gping'
 pkgname=gping
 version=1.16.1
-revision=1
+revision=2
 build_style=cargo
 make_install_args="--path gping"
+hostmakedepends="pkg-config"
+makedepends="libgit2-devel"
 checkdepends="iputils"
 short_desc="Ping, but with a graph"
 maintainer="icp <pangolin@vivaldi.net>"

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-05-26 21:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-02 19:17 [PR PATCH] gping: build against system libgit2 icp1994
2024-04-02 19:25 ` [PR PATCH] [Updated] " icp1994
2024-04-02 19:41 ` tranzystorekk
2024-04-03  6:41 ` [PR PATCH] [Updated] " icp1994
2024-04-03  7:01 ` icp1994
2024-04-03  7:14 ` icp1994
2024-04-03 11:39 ` [PR REVIEW] " tranzystorekk
2024-04-03 13:32 ` icp1994
2024-04-03 13:39 ` icp1994
2024-05-26 21:09 ` Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).