Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] openocd: ship udev rules, claim maintainership.
Date: Mon, 20 Jul 2020 06:47:10 +0200	[thread overview]
Message-ID: <20200720044710.uGtqp2vffFG7Fch2ZnkzCYPf7pDQDHZZ0ZQauM3dDOg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23344@inbox.vuxu.org>

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

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

https://github.com/ericonr/void-packages openocd
https://github.com/void-linux/void-packages/pull/23344

openocd: ship udev rules, claim maintainership.


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

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

From ac7dec4165e66ac439f11ff886aa23ad3666eedd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 1 Jul 2020 00:56:42 -0300
Subject: [PATCH] openocd: ship udev rules, claim maintainership.

Required adding the plugdev group.

Fix xlint from license.
---
 srcpkgs/openocd/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/openocd/template b/srcpkgs/openocd/template
index 4e791968c15..f08697af5b2 100644
--- a/srcpkgs/openocd/template
+++ b/srcpkgs/openocd/template
@@ -1,7 +1,7 @@
 # Template file for 'openocd'
 pkgname=openocd
 version=0.10.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="
  --disable-werror
@@ -27,12 +27,18 @@ hostmakedepends="pkg-config"
 makedepends="hidapi-devel jimtcl-devel libftdi1-devel
  libusb-compat-devel libusb-devel"
 short_desc="Open On-Chip Debugger"
-maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-2"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="GPL-2.0-or-later"
 homepage="http://openocd.org/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
 checksum=7312e7d680752ac088b8b8f2b5ba3ff0d30e0a78139531847be4b75c101316ae
 
+system_groups="plugdev"
+
 post_extract() {
 	sed -i '/raggedright/d' doc/openocd.texi   # makeinfo 4.xx
 }
+
+post_install() {
+	vinstall contrib/60-openocd.rules 644 usr/lib/udev/rules.d/
+}

           reply	other threads:[~2020-07-20  4:47 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23344@inbox.vuxu.org>]

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=20200720044710.uGtqp2vffFG7Fch2ZnkzCYPf7pDQDHZZ0ZQauM3dDOg@z \
    --to=ericonr@users.noreply.github.com \
    --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).