Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] jo: update to 1.3.
Date: Sun, 31 May 2020 13:39:07 +0200	[thread overview]
Message-ID: <20200531113907.Dix2naz3K5vKn4hNpB0s2e0CYTyLEpVSE6YHBYzWS9Q@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22463@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages jo
https://github.com/void-linux/void-packages/pull/22463

jo: update to 1.3.


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

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

From 6db9b842be8567e1d54965cf5d58c65b5a1dfdb2 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 31 May 2020 14:06:51 +0300
Subject: [PATCH] jo: update to 1.3.

---
 srcpkgs/jo/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jo/template b/srcpkgs/jo/template
index 334c72ae88b..ab596f0e679 100644
--- a/srcpkgs/jo/template
+++ b/srcpkgs/jo/template
@@ -1,16 +1,21 @@
 # Template file for 'jo'
 pkgname=jo
-version=1.2
+version=1.3
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake"
+hostmakedepends="automake pandoc pkg-config"
 short_desc="Small utility to create JSON objects"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/jpmens/jo"
 license="GPL-2.0-or-later"
+homepage="https://github.com/jpmens/jo"
 distfiles="https://github.com/jpmens/jo/releases/download/${version}/jo-${version}.tar.gz"
-checksum=36ec2fc4937c6478467684b18f0b213ff7267d34f5626cd5a0996a39ca64adae
+checksum=de25c95671a3b392c6bcaba0b15d48eb8e2435508008c29477982d2d2f5ade64
 
 pre_configure() {
 	autoreconf -fi
 }
+
+post_install() {
+	vmkdir usr/share/bash-completion/completions
+	mv "${DESTDIR}"/etc/bash_completion.d/*.bash "${DESTDIR}"/usr/share/bash-completion/completions/
+}

  reply	other threads:[~2020-05-31 11:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-31 11:08 [PR PATCH] " mobinmob
2020-05-31 11:39 ` mobinmob [this message]
2020-06-01  9:31 ` [PR PATCH] [Merged]: " Hoshpak
2020-06-01 16:14 ` q66

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=20200531113907.Dix2naz3K5vKn4hNpB0s2e0CYTyLEpVSE6YHBYzWS9Q@z \
    --to=mobinmob@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).