Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] WIP: Cnping test makefile patch
Date: Sat, 28 Sep 2019 22:38:02 +0200	[thread overview]
Message-ID: <20190928203802.nuw-fP2RPRyMDT__g3_udJeH3MsBd1HJTC9SiP-SyRI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13725@inbox.vuxu.org>

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

There is an updated pull request by dreua against master on the void-packages repository

https://github.com/dreua/void-packages cnping_test_makefile_patch
https://github.com/void-linux/void-packages/pull/13725

WIP: Cnping test makefile patch


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

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

From 3d2314fb1b9c67bdee280dccdcc5355034d23d1c Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH 1/2] New package:
 cnping-afcc565771a37978eb0b54e185fa80482cdebe3a_1

---
 srcpkgs/cnping/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..16127afd91a
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=afcc565771a37978eb0b54e185fa80482cdebe3a
+revision=1
+hostmakedepends="gcc make libcap-progs"
+makedepends="libXinerama-devel"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=9320ec8e1a982c538e217940c57ed894c16ad1363b2070c5a96d94564f2a9606
+
+do_build() {
+	make
+	setcap cap_net_raw=ep cnping
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE
+}

From ec5bae3db4242bff0bbae8e22a401c3af58b2e1c Mon Sep 17 00:00:00 2001
From: David Auer <dreua@posteo.de>
Date: Sat, 17 Aug 2019 16:38:59 +0200
Subject: [PATCH 2/2] Update and add dependency to libX11-devel

---
 srcpkgs/cnping/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
index 16127afd91a..7c9d6e429f7 100644
--- a/srcpkgs/cnping/template
+++ b/srcpkgs/cnping/template
@@ -1,15 +1,15 @@
 # Template file for 'cnping'
 pkgname=cnping
-version=afcc565771a37978eb0b54e185fa80482cdebe3a
+version=1.0b2
 revision=1
 hostmakedepends="gcc make libcap-progs"
-makedepends="libXinerama-devel"
+makedepends="libXinerama-devel libX11-devel"
 short_desc="Minimal Graphical IPV4 Ping Tool"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/cnlohr/cnping"
 distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
-checksum=9320ec8e1a982c538e217940c57ed894c16ad1363b2070c5a96d94564f2a9606
+checksum=6dcdfe42b860ad57a2b10dc79a23e5d6af721a3677888af983fd0dea34a0f811
 
 do_build() {
 	make

  parent reply	other threads:[~2019-09-28 20:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13725@inbox.vuxu.org>
2019-09-28 16:04 ` voidlinux-github
2019-09-28 16:04 ` voidlinux-github
2019-09-28 17:59 ` voidlinux-github
2019-09-28 17:59 ` voidlinux-github
2019-09-28 20:38 ` voidlinux-github [this message]
2019-09-28 20:38 ` voidlinux-github
2019-09-28 21:51 ` [PR PATCH] [Closed]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190928203802.nuw-fP2RPRyMDT__g3_udJeH3MsBd1HJTC9SiP-SyRI@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).