Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hstr: update to 2.3
@ 2021-01-04  0:27 NeelChotai
  2021-01-04  2:36 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: NeelChotai @ 2021-01-04  0:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NeelChotai/void-packages hstr-update
https://github.com/void-linux/void-packages/pull/27647

hstr: update to 2.3
adopted package

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

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

From 124976dab89f97f57cebb9ee2c592a0696d362ff Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Mon, 4 Jan 2021 00:26:17 +0000
Subject: [PATCH] hstr: update to 2.3

---
 srcpkgs/hstr/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/hstr/template b/srcpkgs/hstr/template
index ee1bc8b0ce9..40bf9c4afda 100644
--- a/srcpkgs/hstr/template
+++ b/srcpkgs/hstr/template
@@ -1,17 +1,17 @@
 # Template file for 'hstr'
 pkgname=hstr
-version=2.2
+version=2.3
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake pkg-config"
 makedepends="readline-devel"
 short_desc="Easily view, navigate, search and manage your command history"
-maintainer="Diogo Leal <diogo@diogoleal.com>"
+maintainer="Neel Chotai <neel@chot.ai>"
 license="Apache-2.0"
 homepage="https://github.com/dvorka/hstr"
 changelog="https://raw.githubusercontent.com/dvorka/hstr/master/Changelog"
 distfiles="https://github.com/dvorka/hstr/archive/${version}.tar.gz"
-checksum=886531ca9d8d1a5a93a3db96e9fc64154a03f6de428c74c722b41057bceca266
+checksum=c7e7408671757b3f4be9c5a59b4e2d56e7a7b601ace2a94eb6b2b61f20ee890b
 
 pre_configure() {
 	grep -rli '#include <ncursesw/curses.h>' src | xargs -i@ sed -i 's|ncursesw/curses.h|curses.h|g' @

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

* Re: [PR REVIEW] hstr: update to 2.3
  2021-01-04  0:27 [PR PATCH] hstr: update to 2.3 NeelChotai
@ 2021-01-04  2:36 ` ericonr
  2021-01-04 14:24 ` [PR PATCH] [Updated] " NeelChotai
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-04  2:36 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27647#discussion_r551093126

Comment:
Maybe replace this with the files from the PKGBUILD? https://github.com/dvorka/hstr/blob/60fa27920623dc74abeee5212fb8ca58c31e2b72/PKGBUILD

And use vsed as well.

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

* Re: [PR PATCH] [Updated] hstr: update to 2.3
  2021-01-04  0:27 [PR PATCH] hstr: update to 2.3 NeelChotai
  2021-01-04  2:36 ` [PR REVIEW] " ericonr
@ 2021-01-04 14:24 ` NeelChotai
  2021-01-04 14:24 ` [PR REVIEW] " NeelChotai
  2021-01-04 14:55 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: NeelChotai @ 2021-01-04 14:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NeelChotai/void-packages hstr-update
https://github.com/void-linux/void-packages/pull/27647

hstr: update to 2.3
adopted package

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

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

From 7207cb6fbc93cbd5053eeb98bdbc913af8d60367 Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Mon, 4 Jan 2021 00:26:17 +0000
Subject: [PATCH] hstr: update to 2.3

---
 srcpkgs/hstr/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/hstr/template b/srcpkgs/hstr/template
index ee1bc8b0ce9..ee259a9eac0 100644
--- a/srcpkgs/hstr/template
+++ b/srcpkgs/hstr/template
@@ -1,20 +1,21 @@
 # Template file for 'hstr'
 pkgname=hstr
-version=2.2
+version=2.3
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake pkg-config"
 makedepends="readline-devel"
 short_desc="Easily view, navigate, search and manage your command history"
-maintainer="Diogo Leal <diogo@diogoleal.com>"
+maintainer="Neel Chotai <neel@chot.ai>"
 license="Apache-2.0"
 homepage="https://github.com/dvorka/hstr"
 changelog="https://raw.githubusercontent.com/dvorka/hstr/master/Changelog"
 distfiles="https://github.com/dvorka/hstr/archive/${version}.tar.gz"
-checksum=886531ca9d8d1a5a93a3db96e9fc64154a03f6de428c74c722b41057bceca266
+checksum=c7e7408671757b3f4be9c5a59b4e2d56e7a7b601ace2a94eb6b2b61f20ee890b
 
 pre_configure() {
-	grep -rli '#include <ncursesw/curses.h>' src | xargs -i@ sed -i 's|ncursesw/curses.h|curses.h|g' @
+	vsed -i 's|ncursesw/curses.h|curses.h|g' src/include/hstr.h
+	vsed -i 's|ncursesw/curses.h|curses.h|g' src/include/hstr_curses.h
 	aclocal
 	automake --force-missing --add-missing
 	autoconf

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

* Re: [PR REVIEW] hstr: update to 2.3
  2021-01-04  0:27 [PR PATCH] hstr: update to 2.3 NeelChotai
  2021-01-04  2:36 ` [PR REVIEW] " ericonr
  2021-01-04 14:24 ` [PR PATCH] [Updated] " NeelChotai
@ 2021-01-04 14:24 ` NeelChotai
  2021-01-04 14:55 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: NeelChotai @ 2021-01-04 14:24 UTC (permalink / raw)
  To: ml

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

New review comment by NeelChotai on void-packages repository

https://github.com/void-linux/void-packages/pull/27647#discussion_r551345867

Comment:
Done, looks like there were some instances of `<ncursesw/curses.h>` in tests that don't need to be replaced.

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

* Re: [PR PATCH] [Merged]: hstr: update to 2.3
  2021-01-04  0:27 [PR PATCH] hstr: update to 2.3 NeelChotai
                   ` (2 preceding siblings ...)
  2021-01-04 14:24 ` [PR REVIEW] " NeelChotai
@ 2021-01-04 14:55 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-04 14:55 UTC (permalink / raw)
  To: ml

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

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

hstr: update to 2.3
https://github.com/void-linux/void-packages/pull/27647

Description:
adopted package

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

end of thread, other threads:[~2021-01-04 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04  0:27 [PR PATCH] hstr: update to 2.3 NeelChotai
2021-01-04  2:36 ` [PR REVIEW] " ericonr
2021-01-04 14:24 ` [PR PATCH] [Updated] " NeelChotai
2021-01-04 14:24 ` [PR REVIEW] " NeelChotai
2021-01-04 14:55 ` [PR PATCH] [Merged]: " ericonr

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