Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] skim: update to 0.10.1
Date: Sat, 05 Nov 2022 23:07:06 +0100	[thread overview]
Message-ID: <20221105220706.1k83r2dUtTDR_czQPYQ9MwykOtFEiB5Yij4FsLt3Viw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40349@inbox.vuxu.org>

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

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

https://github.com/cinerea0/void-packages skim
https://github.com/void-linux/void-packages/pull/40349

skim: update to 0.10.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From e0c85febb85ed9c7f99269d4666eaf5c5f2c85b4 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 5 Nov 2022 18:06:46 -0400
Subject: [PATCH] skim: update to 0.10.1

---
 .../skim/patches/fix-failing-32bit-test.patch | 13 +++++++++++++
 srcpkgs/skim/template                         | 19 +++++++++++--------
 2 files changed, 24 insertions(+), 8 deletions(-)
 create mode 100644 srcpkgs/skim/patches/fix-failing-32bit-test.patch

diff --git a/srcpkgs/skim/patches/fix-failing-32bit-test.patch b/srcpkgs/skim/patches/fix-failing-32bit-test.patch
new file mode 100644
index 000000000000..bf9bd950b82e
--- /dev/null
+++ b/srcpkgs/skim/patches/fix-failing-32bit-test.patch
@@ -0,0 +1,13 @@
+diff --git a/src/util.rs b/src/util.rs
+index a0aabf1340..9ec9355045 100644
+--- a/src/util.rs
++++ b/src/util.rs
+@@ -478,7 +478,7 @@ mod tests {
+     fn test_atoi() {
+         assert_eq!(None, atoi::<usize>(""));
+         assert_eq!(Some(1), atoi::<usize>("1"));
+-        assert_eq!(Some(8589934592), atoi::<usize>("8589934592"));
++        assert_eq!(Some(8589934592), atoi::<u64>("8589934592"));
+         assert_eq!(Some(1), atoi::<usize>("a1"));
+         assert_eq!(Some(1), atoi::<usize>("1b"));
+         assert_eq!(Some(1), atoi::<usize>("a1b"));
diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template
index 0bc25a572437..e17937de126d 100644
--- a/srcpkgs/skim/template
+++ b/srcpkgs/skim/template
@@ -1,26 +1,29 @@
 # Template file for 'skim'
 pkgname=skim
-version=0.9.4
-revision=2
+version=0.10.1
+revision=1
 build_style=cargo
 short_desc="Fuzzy Finder in rust"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/lotabout/skim"
+changelog="https://raw.githubusercontent.com/lotabout/skim/master/CHANGELOG.md"
 distfiles="https://github.com/lotabout/skim/archive/v${version}.tar.gz"
-checksum=5ec639c34c7657be4f7f990e9ad0d8d0a7a979eba68daa7c100126ce06702a1b
+checksum=7ff0626a185c06eca2e71858a1d656aed08b3932db8a6f6f59651d3e7a5e515f
 
 post_install() {
 	vbin bin/sk-tmux
+
 	vman man/man1/sk.1
 	vman man/man1/sk-tmux.1
-	vlicense LICENSE
-
-	vinstall plugin/skim.vim 644 usr/share/vim/vimfiles/plugin
 
-	vinstall shell/completion.bash 644 usr/share/skim
-	vinstall shell/completion.zsh 644 usr/share/skim
+	vcompletion shell/completion.bash bash sk
+	vcompletion shell/completion.zsh zsh sk
 	vinstall shell/key-bindings.zsh 644 usr/share/skim
 	vinstall shell/key-bindings.bash 644 usr/share/skim
 	vinstall shell/key-bindings.fish 644 usr/share/skim
+
+	vinstall plugin/skim.vim 644 usr/share/vim/vimfiles/plugin
+
+	vlicense LICENSE
 }

  parent reply	other threads:[~2022-11-05 22:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-05 20:32 [PR PATCH] " cinerea0
2022-11-05 21:02 ` [PR PATCH] [Updated] " cinerea0
2022-11-05 22:07 ` cinerea0 [this message]
2022-11-07 22:24 ` cinerea0
2022-11-08 20:36 ` [PR PATCH] [Merged]: " leahneukirchen

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=20221105220706.1k83r2dUtTDR_czQPYQ9MwykOtFEiB5Yij4FsLt3Viw@z \
    --to=cinerea0@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).