Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] litecoin: update to 0.17.1
@ 2019-11-06  2:08 voidlinux-github
  2019-11-06  3:01 ` voidlinux-github
  2019-11-06  6:43 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-06  2:08 UTC (permalink / raw)
  To: ml

[-- 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}
 }

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

* Re: litecoin: update to 0.17.1
  2019-11-06  2:08 [PR PATCH] litecoin: update to 0.17.1 voidlinux-github
@ 2019-11-06  3:01 ` voidlinux-github
  2019-11-06  6:43 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-06  3:01 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/16173#issuecomment-550120579

Comment:
https://travis-ci.org/ndowens/void-packages/builds/607957276 passed on my end; seems to be a timeout

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

* Re: [PR PATCH] [Merged]: litecoin: update to 0.17.1
  2019-11-06  2:08 [PR PATCH] litecoin: update to 0.17.1 voidlinux-github
  2019-11-06  3:01 ` voidlinux-github
@ 2019-11-06  6:43 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-06  6:43 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

litecoin: update to 0.17.1
https://github.com/void-linux/void-packages/pull/16173

Description:
Added bash completions

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

end of thread, other threads:[~2019-11-06  6:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06  2:08 [PR PATCH] litecoin: update to 0.17.1 voidlinux-github
2019-11-06  3:01 ` voidlinux-github
2019-11-06  6:43 ` [PR PATCH] [Merged]: " voidlinux-github

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).