Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] glab: update to 1.24.1.
Date: Wed, 14 Dec 2022 20:55:00 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41089@inbox.vuxu.org> (raw)

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

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

https://github.com/icp1994/void-packages glab
https://github.com/void-linux/void-packages/pull/41089

glab: update to 1.24.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 375b8972b87a80df9abfd28b176738bda140c68d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 14 Dec 2022 22:43:32 +0530
Subject: [PATCH] glab: update to 1.24.1.

---
 srcpkgs/glab/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glab/template b/srcpkgs/glab/template
index dd9350b8e41b..1cb62c5f1030 100644
--- a/srcpkgs/glab/template
+++ b/srcpkgs/glab/template
@@ -1,18 +1,24 @@
 # Template file for 'glab'
 pkgname=glab
-version=1.22.0
+version=1.24.1
 revision=1
 build_style=go
+build_helper=qemu
 go_ldflags="-X main.version=$version"
-go_import_path=github.com/profclems/glab
+go_import_path=gitlab.com/gitlab-org/cli
 go_package="${go_import_path}/cmd/glab"
 short_desc="Command line tool bringing GitLab's features to your command line"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://gitlab.com/gitlab-org/cli"
 distfiles="https://gitlab.com/gitlab-org/cli/-/archive/v$version/cli-v$version.tar.gz"
-checksum=4d9bceb6818c8bf9f681119dae3a65f1c895fa21e9da6b38e8f88d245f524e10
+checksum=dc942f7806aa417714483bd5323bfcde9eceadd7ed33154f7a77038b416bdd95
 
 post_install() {
+	local glab=${DESTDIR}/usr/bin/glab
+	for shell in bash fish zsh; do
+		vtargetrun ${glab} completion -s ${shell} > glab.${shell}
+		vcompletion glab.${shell} ${shell}
+	done
 	vlicense LICENSE
 }

             reply	other threads:[~2022-12-14 19:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-14 19:55 icp1994 [this message]
2022-12-16 18:41 ` [PR REVIEW] " paper42
2022-12-17 13:32 ` [PR PATCH] [Updated] " icp1994
2022-12-17 13:37 ` [PR PATCH] [Merged]: " paper42

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-41089@inbox.vuxu.org \
    --to=icp1994@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).