Github messages for voidlinux
 help / color / mirror / Atom feed
From: daniel-eys <daniel-eys@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] rclone: update to 1.58.0, install completions
Date: Sun, 03 Apr 2022 12:53:08 +0200	[thread overview]
Message-ID: <20220403105308.huAwPZ3gpNdx2Pp6QxhFTWaOmd4DT7cPfuYbWizv4mM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36240@inbox.vuxu.org>

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

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

https://github.com/daniel-eys/void-packages rclone
https://github.com/void-linux/void-packages/pull/36240

rclone: update to 1.58.0, install completions
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 813d351e4b330654bcc1d6ffe17754d7715c1a9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 19 Mar 2022 11:40:42 +0100
Subject: [PATCH] rclone: update to 1.58.0, install completions

---
 srcpkgs/rclone/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rclone/template b/srcpkgs/rclone/template
index a16eb3bd5e5b..8716c827713b 100644
--- a/srcpkgs/rclone/template
+++ b/srcpkgs/rclone/template
@@ -1,9 +1,10 @@
 # Template file for 'rclone'
 pkgname=rclone
-version=1.57.0
+version=1.58.0
 revision=1
 wrksrc="rclone-v${version}"
 build_style=go
+build_helper=qemu
 go_import_path=github.com/rclone/rclone
 go_build_tags="noselfupdate"
 go_ldflags="-extldflags=-fuse-ld=bfd -X github.com/rclone/rclone/fs.Version=v${version}"
@@ -13,7 +14,7 @@ license="MIT"
 homepage="https://rclone.org/"
 changelog="https://rclone.org/changelog/"
 distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
-checksum=3a762c02c202a9142c2d5c1a3927563a556d1683abadd25d2f695e237e4ea693
+checksum=8e0c49fad69525d1219415d2f0651fd243ddf02291fd95e91d2b074d4858c31f
 
 pre_build() {
 	if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
@@ -35,4 +36,9 @@ post_install() {
 	ln -sf rclone ${DESTDIR}/usr/bin/mount.rclone
 	vlicense COPYING
 	vman rclone.1
+
+	for shell in bash zsh fish; do
+		vtargetrun ${DESTDIR}/usr/bin/rclone genautocomplete $shell completion.$shell
+		vcompletion completion.$shell $shell
+	done
 }

  parent reply	other threads:[~2022-04-03 10:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-20 11:07 [PR PATCH] " daniel-eys
2022-03-23 22:02 ` [PR REVIEW] " 4ricci
2022-04-03 10:23 ` anddam
2022-04-03 10:53 ` daniel-eys [this message]
2022-04-03 10:53 ` [PR REVIEW] " daniel-eys
2022-04-03 13:39 ` 4ricci
2022-04-03 22:00 ` [PR PATCH] [Updated] " daniel-eys
2022-04-03 22:01 ` [PR REVIEW] " daniel-eys
2022-04-04 12:19 ` paper42
2022-05-01 16:43 ` [PR PATCH] [Updated] " daniel-eys
2022-07-01 16:47 ` rclone: update to 1.58.1, " r-ricci
2022-07-01 16:51 ` r-ricci
2022-07-11 21:52 ` daniel-eys
2022-07-11 21:52 ` [PR PATCH] [Closed]: " daniel-eys

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=20220403105308.huAwPZ3gpNdx2Pp6QxhFTWaOmd4DT7cPfuYbWizv4mM@z \
    --to=daniel-eys@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).