Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] litecoin: update to 0.17.1
Date: Wed, 06 Nov 2019 03:08:16 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16173@inbox.vuxu.org> (raw)

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

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

https://github.com/ndowens/void-packages litecoin
https://github.com/void-linux/void-packages/pull/16173

litecoin: update to 0.17.1
Added bash completions

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

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

From 85994c52696db63d730e74f14a58828b8be671b1 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 5 Nov 2019 19:18:45 -0600
Subject: [PATCH] litecoin: update to 0.17.1

---
 srcpkgs/litecoin/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template
index 0ef983d1b8b..5d02c59838c 100644
--- a/srcpkgs/litecoin/template
+++ b/srcpkgs/litecoin/template
@@ -1,7 +1,7 @@
 # Template file for 'litecoin'
 pkgname=litecoin
-version=0.16.3
-revision=7
+version=0.17.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static
  --disable-tests --with-libressl"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://www.litecoin.org/"
 distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz"
-checksum=7788800eb4a433696a464563384cbdf83a47eebb8698325c75314171833227c8
+checksum=6e05514a480990f1ff1e7c81b5443d741f4016c03ab5c1ef44bf4b169af88bee
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools protobuf"
@@ -23,9 +23,12 @@ fi
 pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
+
 post_install() {
 	rm -rf ${DESTDIR}/usr/include
-	vsconf contrib/debian/examples/bitcoin.conf
+	vsconf share/examples/litecoin.conf
 	vman doc/man/litecoind.1 litecoind.1
 	vlicense COPYING
+	vmkdir usr/share/bash-completion/completions/${pkgname}
+	vcopy contrib/*.bash-completion usr/share/bash-completion/completions/${pkgname}
 }

             reply	other threads:[~2019-11-06  2:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-06  2:08 voidlinux-github [this message]
2019-11-06  3:01 ` voidlinux-github
2019-11-06  6:43 ` [PR PATCH] [Merged]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16173@inbox.vuxu.org \
    --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).