Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] kbfs: update to 4.4.0
Date: Tue, 10 Sep 2019 23:23:18 +0200	[thread overview]
Message-ID: <20190910212318.b7OWYcBVoEQbsqBzsrKnovVMsdTlz-49HtH-2IUmIb8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14392@inbox.vuxu.org>

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

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

https://github.com/Itamiko/void-packages kbfs_update
https://github.com/void-linux/void-packages/pull/14392

kbfs: update to 4.4.0
resolves #14390 

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

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

From a84653781ab4201c2789b115b366eba58e8c959f Mon Sep 17 00:00:00 2001
From: itamiko <itamiko@pm.me>
Date: Tue, 10 Sep 2019 06:54:02 -0600
Subject: [PATCH] kbfs: update to 4.4.1

---
 srcpkgs/kbfs/template | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/kbfs/template b/srcpkgs/kbfs/template
index 5bd004bae82..7042152842c 100644
--- a/srcpkgs/kbfs/template
+++ b/srcpkgs/kbfs/template
@@ -1,23 +1,26 @@
 # Template file for 'kbfs'
 pkgname=kbfs
-version=2.11.0
+version=4.4.1
 revision=1
+wrksrc="client-${version}"
 build_style=go
-go_import_path="github.com/keybase/kbfs"
+go_import_path="github.com/keybase/client/go/kbfs"
 go_package="${go_import_path}/kbfsfuse ${go_import_path}/kbfsgit/git-remote-keybase ${go_import_path}/kbfstool ${go_import_path}/redirector"
-go_build_tags="production"
-depends="keybase util-linux"
+makedepends="git"
+depends="keybase fuse"
 short_desc="Keybase Filesystem"
-maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+maintainer="itamiko <itamiko@pm.me>"
 license="BSD-3-Clause"
 homepage="https://keybase.io/docs/kbfs"
-distfiles="https://github.com/keybase/kbfs/archive/v${version}.tar.gz"
-checksum=0e97cab1c90592035ec6763e22c78c08a95dd3467419d15b9e45b3d0887b594d
+distfiles="https://github.com/keybase/client/archive/v${version}.tar.gz"
+checksum=dfac5ff4ecd5cd75f22ebece24c2e074cc83e38c7b207e074ca2c96ec3c96b7b
 
-post_install() {
-	mv ${DESTDIR}/usr/bin/redirector ${DESTDIR}/usr/bin/keybase-redirector
-	# setuid
-	chmod 4755 ${DESTDIR}/usr/bin/keybase-redirector
+do_configure() {
+    export GOPATH="${wrksrc}/.gopath"
+    vlicense LICENSE
+}
 
-	vlicense LICENSE
+post_install() {
+    mv ${DESTDIR}/usr/bin/redirector ${DESTDIR}/usr/bin/keybase-redirector
+    chmod 4755 ${DESTDIR}/usr/bin/keybase-redirector
 }

  parent reply	other threads:[~2019-09-10 21:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-10 19:04 [PR PATCH] " voidlinux-github
2019-09-10 21:03 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-10 21:03 ` voidlinux-github
2019-09-10 21:23 ` voidlinux-github
2019-09-10 21:23 ` voidlinux-github [this message]
2019-09-10 21:25 ` [PR PATCH] [Updated] kbfs: update to 4.4.1 voidlinux-github
2019-09-10 21:25 ` voidlinux-github
2019-09-11  5:52 ` voidlinux-github
2019-09-11 19:37 ` voidlinux-github
2019-09-11 20:21 ` voidlinux-github
2020-05-15 11:43 ` Piraty
2020-05-15 11:43 ` [PR PATCH] [Closed]: " Piraty

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=20190910212318.b7OWYcBVoEQbsqBzsrKnovVMsdTlz-49HtH-2IUmIb8@z \
    --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).