Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] skim: update to 0.10.1
@ 2022-11-05 20:32 cinerea0
  2022-11-05 21:02 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2022-11-05 20:32 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1636 bytes --]

From 3ecb11a3e54103a1459a73f3460fc58a65f9cfcd Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 5 Nov 2022 16:30:03 -0400
Subject: [PATCH] skim: update to 0.10.1

---
 srcpkgs/skim/template | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template
index 0bc25a572437..3f9196c069c3 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
 }

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

* Re: [PR PATCH] [Updated] skim: update to 0.10.1
  2022-11-05 20:32 [PR PATCH] skim: update to 0.10.1 cinerea0
@ 2022-11-05 21:02 ` cinerea0
  2022-11-05 22:07 ` cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2022-11-05 21:02 UTC (permalink / raw)
  To: ml

[-- 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: 1633 bytes --]

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

---
 srcpkgs/skim/template | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

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
 }

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

* Re: [PR PATCH] [Updated] skim: update to 0.10.1
  2022-11-05 20:32 [PR PATCH] skim: update to 0.10.1 cinerea0
  2022-11-05 21:02 ` [PR PATCH] [Updated] " cinerea0
@ 2022-11-05 22:07 ` cinerea0
  2022-11-07 22:24 ` cinerea0
  2022-11-08 20:36 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2022-11-05 22:07 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] skim: update to 0.10.1
  2022-11-05 20:32 [PR PATCH] skim: update to 0.10.1 cinerea0
  2022-11-05 21:02 ` [PR PATCH] [Updated] " cinerea0
  2022-11-05 22:07 ` cinerea0
@ 2022-11-07 22:24 ` cinerea0
  2022-11-08 20:36 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2022-11-07 22:24 UTC (permalink / raw)
  To: ml

[-- 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: 1833 bytes --]

From a06bb07c6501f287a4d4593b2e7f87ba4109bb92 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 7 Nov 2022 17:24:11 -0500
Subject: [PATCH] skim: update to 0.10.1

---
 srcpkgs/skim/template | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/skim/template b/srcpkgs/skim/template
index 0bc25a572437..f189f1da62c0 100644
--- a/srcpkgs/skim/template
+++ b/srcpkgs/skim/template
@@ -1,26 +1,33 @@
 # 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"
-distfiles="https://github.com/lotabout/skim/archive/v${version}.tar.gz"
-checksum=5ec639c34c7657be4f7f990e9ad0d8d0a7a979eba68daa7c100126ce06702a1b
+changelog="https://raw.githubusercontent.com/lotabout/skim/master/CHANGELOG.md"
+distfiles="https://github.com/lotabout/skim/archive/refs/tags/v${version}.tar.gz"
+checksum=7ff0626a185c06eca2e71858a1d656aed08b3932db8a6f6f59651d3e7a5e515f
+
+if [ "$XBPS_WORDSIZE" = 32 ]; then
+	make_check=no  # disable tests on 32bit due to register exhaustion
+fi
 
 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
 }

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

* Re: [PR PATCH] [Merged]: skim: update to 0.10.1
  2022-11-05 20:32 [PR PATCH] skim: update to 0.10.1 cinerea0
                   ` (2 preceding siblings ...)
  2022-11-07 22:24 ` cinerea0
@ 2022-11-08 20:36 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-11-08 20:36 UTC (permalink / raw)
  To: ml

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

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

skim: update to 0.10.1
https://github.com/void-linux/void-packages/pull/40349

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


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

end of thread, other threads:[~2022-11-08 20:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05 20:32 [PR PATCH] skim: update to 0.10.1 cinerea0
2022-11-05 21:02 ` [PR PATCH] [Updated] " cinerea0
2022-11-05 22:07 ` cinerea0
2022-11-07 22:24 ` cinerea0
2022-11-08 20:36 ` [PR PATCH] [Merged]: " leahneukirchen

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