Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Notcurses and growlight update
@ 2020-11-22 13:36 mobinmob
  2020-11-23  2:58 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: mobinmob @ 2020-11-22 13:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages notcurses+growlight
https://github.com/void-linux/void-packages/pull/26601

Notcurses and growlight update


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-notcurses+growlight-26601.patch --]
[-- Type: text/x-diff, Size: 2332 bytes --]

From 2860103a1be620e5dda3b997c7948b4765f10701 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 22 Nov 2020 15:34:34 +0200
Subject: [PATCH 1/2] notcurses: update to 2.0.7.

---
 srcpkgs/notcurses/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template
index bb2d9419da8..388a1181abf 100644
--- a/srcpkgs/notcurses/template
+++ b/srcpkgs/notcurses/template
@@ -1,6 +1,6 @@
 # Template file for 'notcurses'
 pkgname=notcurses
-version=2.0.4
+version=2.0.7
 revision=1
 build_style=cmake
 configure_args="-DUSE_STATIC=ON"
@@ -13,7 +13,7 @@ license="Apache-2.0"
 homepage="https://nick-black.com/dankwiki/index.php/Notcurses"
 changelog="https://raw.githubusercontent.com/dankamongmen/notcurses/master/NEWS.md"
 distfiles="https://github.com/dankamongmen/notcurses/archive/v${version}.tar.gz"
-checksum=6bb38ca0affc6425cd8e248c5b81aa4281713362c45202a450a89ab751833c98
+checksum=cc87e66f9dc3e9d0e591de70870dec5d8b36e660f18f10adae7f45abb0f0320a
 
 notcurses-devel_package() {
 	depends="notcurses-${version}_${revision}"

From 46a0ce6ba382dd0638103753bdd810018e9944ae Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 22 Nov 2020 15:34:43 +0200
Subject: [PATCH 2/2] growlight: update to 1.2.20.

---
 srcpkgs/growlight/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/growlight/template b/srcpkgs/growlight/template
index 5ea4a3a42a8..afbd7837795 100644
--- a/srcpkgs/growlight/template
+++ b/srcpkgs/growlight/template
@@ -1,7 +1,7 @@
 # Template file for 'growlight'
 pkgname=growlight
-version=1.2.18
-revision=2
+version=1.2.20
+revision=1
 build_style=cmake
 configure_args="$(vopt_bool zfs USE_LIBZFS)"
 hostmakedepends="pkg-config pandoc"
@@ -14,7 +14,11 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://nick-black.com/dankwiki/index.php/Growlight"
 distfiles="https://github.com/dankamongmen/growlight/archive/v${version}.tar.gz"
-checksum=c6c08556e6838226b81300e177c49d7a382e9eb30cfdb19f99790106e426a032
+checksum=3521072d88d742e2db80f31cfac605bc9c438bf430dc0c5ed32d82dd56adfcd8
+
+pre_configure() {
+	vsed -i 's#sbin#bin#' CMakeLists.txt
+}
 
 build_options="zfs"
 desc_option_zfs="Build with ZFS Support"

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

* Re: Notcurses and growlight update
  2020-11-22 13:36 [PR PATCH] Notcurses and growlight update mobinmob
@ 2020-11-23  2:58 ` ericonr
  2020-11-23  9:39 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-11-23  2:58 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26601#issuecomment-731902120

Comment:
1.2.21 is out

Also, please ask upstream to use proper CMAKE variables instead of `sbin` in https://github.com/dankamongmen/growlight/blob/95148f9174d1e4227cad280286e8219735996ce9/CMakeLists.txt#L165 

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

* Re: [PR PATCH] [Updated] Notcurses and growlight update
  2020-11-22 13:36 [PR PATCH] Notcurses and growlight update mobinmob
  2020-11-23  2:58 ` ericonr
@ 2020-11-23  9:39 ` mobinmob
  2020-11-23  9:41 ` mobinmob
  2020-11-23 12:24 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2020-11-23  9:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages notcurses+growlight
https://github.com/void-linux/void-packages/pull/26601

Notcurses and growlight update


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-notcurses+growlight-26601.patch --]
[-- Type: text/x-diff, Size: 2332 bytes --]

From 2860103a1be620e5dda3b997c7948b4765f10701 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 22 Nov 2020 15:34:34 +0200
Subject: [PATCH 1/2] notcurses: update to 2.0.7.

---
 srcpkgs/notcurses/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template
index bb2d9419da8..388a1181abf 100644
--- a/srcpkgs/notcurses/template
+++ b/srcpkgs/notcurses/template
@@ -1,6 +1,6 @@
 # Template file for 'notcurses'
 pkgname=notcurses
-version=2.0.4
+version=2.0.7
 revision=1
 build_style=cmake
 configure_args="-DUSE_STATIC=ON"
@@ -13,7 +13,7 @@ license="Apache-2.0"
 homepage="https://nick-black.com/dankwiki/index.php/Notcurses"
 changelog="https://raw.githubusercontent.com/dankamongmen/notcurses/master/NEWS.md"
 distfiles="https://github.com/dankamongmen/notcurses/archive/v${version}.tar.gz"
-checksum=6bb38ca0affc6425cd8e248c5b81aa4281713362c45202a450a89ab751833c98
+checksum=cc87e66f9dc3e9d0e591de70870dec5d8b36e660f18f10adae7f45abb0f0320a
 
 notcurses-devel_package() {
 	depends="notcurses-${version}_${revision}"

From f22dcf710b82dc5deaff5db6c9b3fb42204b9358 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 22 Nov 2020 15:34:43 +0200
Subject: [PATCH 2/2] growlight: update to 1.2.20.

---
 srcpkgs/growlight/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/growlight/template b/srcpkgs/growlight/template
index 5ea4a3a42a8..3a45507e11c 100644
--- a/srcpkgs/growlight/template
+++ b/srcpkgs/growlight/template
@@ -1,7 +1,7 @@
 # Template file for 'growlight'
 pkgname=growlight
-version=1.2.18
-revision=2
+version=1.2.21
+revision=1
 build_style=cmake
 configure_args="$(vopt_bool zfs USE_LIBZFS)"
 hostmakedepends="pkg-config pandoc"
@@ -14,7 +14,11 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://nick-black.com/dankwiki/index.php/Growlight"
 distfiles="https://github.com/dankamongmen/growlight/archive/v${version}.tar.gz"
-checksum=c6c08556e6838226b81300e177c49d7a382e9eb30cfdb19f99790106e426a032
+checksum=a225266b98a7c438a04d79951b3a58834027fcc6174baa31e315265b2e7b1d30
+
+pre_configure() {
+	vsed -i 's#sbin#bin#' CMakeLists.txt
+}
 
 build_options="zfs"
 desc_option_zfs="Build with ZFS Support"

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

* Re: Notcurses and growlight update
  2020-11-22 13:36 [PR PATCH] Notcurses and growlight update mobinmob
  2020-11-23  2:58 ` ericonr
  2020-11-23  9:39 ` [PR PATCH] [Updated] " mobinmob
@ 2020-11-23  9:41 ` mobinmob
  2020-11-23 12:24 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2020-11-23  9:41 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/26601#issuecomment-732044293

Comment:
> 1.2.21 is out
> 
Thanks for the heads-up, version bumped.

> Also, please ask upstream to use proper CMAKE variables instead of `sbin` in https://github.com/dankamongmen/growlight/blob/95148f9174d1e4227cad280286e8219735996ce9/CMakeLists.txt#L165

Already did privately. Hope it is fixed, till then vsed works :)

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

* Re: [PR PATCH] [Merged]: Notcurses and growlight update
  2020-11-22 13:36 [PR PATCH] Notcurses and growlight update mobinmob
                   ` (2 preceding siblings ...)
  2020-11-23  9:41 ` mobinmob
@ 2020-11-23 12:24 ` ericonr
  3 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-11-23 12:24 UTC (permalink / raw)
  To: ml

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

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

Notcurses and growlight update
https://github.com/void-linux/void-packages/pull/26601

Description:


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

* Re: [PR PATCH] [Merged]: notcurses and growlight update.
  2021-05-09 22:35 [PR PATCH] notcurses " mobinmob
@ 2021-05-09 23:06 ` ericonr
  0 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-05-09 23:06 UTC (permalink / raw)
  To: ml

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

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

notcurses and growlight update.
https://github.com/void-linux/void-packages/pull/30772

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-05-09 23:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-22 13:36 [PR PATCH] Notcurses and growlight update mobinmob
2020-11-23  2:58 ` ericonr
2020-11-23  9:39 ` [PR PATCH] [Updated] " mobinmob
2020-11-23  9:41 ` mobinmob
2020-11-23 12:24 ` [PR PATCH] [Merged]: " ericonr
2021-05-09 22:35 [PR PATCH] notcurses " mobinmob
2021-05-09 23:06 ` [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).