Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lurch: update to 0.7.0.
@ 2021-05-28 19:45 ThatGeekyWeeb
  2021-05-28 19:48 ` [PR PATCH] [Updated] " ThatGeekyWeeb
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ThatGeekyWeeb @ 2021-05-28 19:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages lurch
https://github.com/void-linux/void-packages/pull/31193

lurch: update to 0.7.0.
This is a quick update for lurch as the current version of it doesn't seem to work, yet after compiling by hand works fine.

#### Have the results of the proposed changes been tested?
- [x] 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


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

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

From 9871b5b765e86bc4d1c871c82c5869406cc43248 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <thatgeekyweeb@gmail.com>
Date: Fri, 28 May 2021 15:42:02 -0400
Subject: [PATCH] quick update for lurch

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

diff --git a/srcpkgs/lurch/template b/srcpkgs/lurch/template
index 207c49d3ec53..859cacc139ae 100644
--- a/srcpkgs/lurch/template
+++ b/srcpkgs/lurch/template
@@ -1,7 +1,7 @@
 # Template file for 'lurch'
 pkgname=lurch
-version=0.6.8
-revision=4
+version=0.7.0
+revision=5
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="cmake pkg-config"
@@ -11,6 +11,6 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/gkdr/lurch"
 distfiles="https://github.com/gkdr/lurch/releases/download/v${version}/lurch-${version}-src.tar.gz"
-checksum=2e2447b5fe6b1ae4f08d8c79a2a846c70290685d6e338bf5ea8f59705bd2b19f
+checksum=309cf84e1db22652d11748f3e3bf16f04161c768a92cff2c23d33e0e32799923
 
 LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib/purple-2"

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

* Re: [PR PATCH] [Updated] lurch: update to 0.7.0.
  2021-05-28 19:45 [PR PATCH] lurch: update to 0.7.0 ThatGeekyWeeb
@ 2021-05-28 19:48 ` ThatGeekyWeeb
  2021-05-28 19:53 ` ThatGeekyWeeb
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ThatGeekyWeeb @ 2021-05-28 19:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages lurch
https://github.com/void-linux/void-packages/pull/31193

lurch: update to 0.7.0.
This is a quick update for lurch as the current version of it doesn't seem to work, yet after compiling by hand works fine.

#### Have the results of the proposed changes been tested?
- [x] 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


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

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

From ee179daf86e356a781f150c18292aae22abdefe8 Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <thatgeekyweeb@gmail.com>
Date: Fri, 28 May 2021 15:42:02 -0400
Subject: [PATCH] lurch: update to 0.7.0

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

diff --git a/srcpkgs/lurch/template b/srcpkgs/lurch/template
index 207c49d3ec53..151ed2e09044 100644
--- a/srcpkgs/lurch/template
+++ b/srcpkgs/lurch/template
@@ -1,7 +1,7 @@
 # Template file for 'lurch'
 pkgname=lurch
-version=0.6.8
-revision=4
+version=0.7.0
+revision=1
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="cmake pkg-config"
@@ -11,6 +11,6 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/gkdr/lurch"
 distfiles="https://github.com/gkdr/lurch/releases/download/v${version}/lurch-${version}-src.tar.gz"
-checksum=2e2447b5fe6b1ae4f08d8c79a2a846c70290685d6e338bf5ea8f59705bd2b19f
+checksum=309cf84e1db22652d11748f3e3bf16f04161c768a92cff2c23d33e0e32799923
 
 LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib/purple-2"

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

* Re: [PR PATCH] [Updated] lurch: update to 0.7.0.
  2021-05-28 19:45 [PR PATCH] lurch: update to 0.7.0 ThatGeekyWeeb
  2021-05-28 19:48 ` [PR PATCH] [Updated] " ThatGeekyWeeb
@ 2021-05-28 19:53 ` ThatGeekyWeeb
  2021-05-29  1:13 ` ericonr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ThatGeekyWeeb @ 2021-05-28 19:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ThatGeekyWeeb/void-packages lurch
https://github.com/void-linux/void-packages/pull/31193

lurch: update to 0.7.0.
This is a quick update for lurch as the current version of it doesn't seem to work, yet after compiling by hand works fine.

#### Have the results of the proposed changes been tested?
- [x] 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


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

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

From 65b14860a08e0303a3081cd53011cb9e50d8dd4c Mon Sep 17 00:00:00 2001
From: ThatGeekyWeeb <thatgeekyweeb@gmail.com>
Date: Fri, 28 May 2021 15:42:02 -0400
Subject: [PATCH] lurch: update to 0.7.0

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

diff --git a/srcpkgs/lurch/template b/srcpkgs/lurch/template
index 207c49d3ec53..8896322b26d6 100644
--- a/srcpkgs/lurch/template
+++ b/srcpkgs/lurch/template
@@ -1,7 +1,7 @@
 # Template file for 'lurch'
 pkgname=lurch
-version=0.6.8
-revision=4
+version=0.7.0
+revision=1
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="cmake pkg-config"
@@ -11,6 +11,6 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/gkdr/lurch"
 distfiles="https://github.com/gkdr/lurch/releases/download/v${version}/lurch-${version}-src.tar.gz"
-checksum=2e2447b5fe6b1ae4f08d8c79a2a846c70290685d6e338bf5ea8f59705bd2b19f
+checksum=1ff595407f72deaa3b83e07d9695c64a4310e1bf38f86811e8b524a7bc7c5a8d
 
 LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib/purple-2"

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

* Re: lurch: update to 0.7.0.
  2021-05-28 19:45 [PR PATCH] lurch: update to 0.7.0 ThatGeekyWeeb
  2021-05-28 19:48 ` [PR PATCH] [Updated] " ThatGeekyWeeb
  2021-05-28 19:53 ` ThatGeekyWeeb
@ 2021-05-29  1:13 ` ericonr
  2021-05-29  1:13 ` ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-05-29  1:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31193#issuecomment-850743031

Comment:
>  yet after compiling by hand works fine.

Does the resulting package also work? :)

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

* Re: lurch: update to 0.7.0.
  2021-05-28 19:45 [PR PATCH] lurch: update to 0.7.0 ThatGeekyWeeb
                   ` (2 preceding siblings ...)
  2021-05-29  1:13 ` ericonr
@ 2021-05-29  1:13 ` ericonr
  2021-05-30  0:47 ` ThatGeekyWeeb
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-05-29  1:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31193#issuecomment-850743079

Comment:
Could be wonky compiler flags or whatever.

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

* Re: lurch: update to 0.7.0.
  2021-05-28 19:45 [PR PATCH] lurch: update to 0.7.0 ThatGeekyWeeb
                   ` (3 preceding siblings ...)
  2021-05-29  1:13 ` ericonr
@ 2021-05-30  0:47 ` ThatGeekyWeeb
  2021-05-31  8:13 ` ThatGeekyWeeb
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ThatGeekyWeeb @ 2021-05-30  0:47 UTC (permalink / raw)
  To: ml

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

New comment by ThatGeekyWeeb on void-packages repository

https://github.com/void-linux/void-packages/pull/31193#issuecomment-850920607

Comment:
From my testing this package also works.

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

* Re: lurch: update to 0.7.0.
  2021-05-28 19:45 [PR PATCH] lurch: update to 0.7.0 ThatGeekyWeeb
                   ` (4 preceding siblings ...)
  2021-05-30  0:47 ` ThatGeekyWeeb
@ 2021-05-31  8:13 ` ThatGeekyWeeb
  2021-05-31 14:03 ` ericonr
  2021-05-31 14:03 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ThatGeekyWeeb @ 2021-05-31  8:13 UTC (permalink / raw)
  To: ml

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

New comment by ThatGeekyWeeb on void-packages repository

https://github.com/void-linux/void-packages/pull/31193#issuecomment-851301562

Comment:
@ericonr haha looks like this fell into the back log... I can imagine you have a lot of work,, but whats the status on this?

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

* Re: lurch: update to 0.7.0.
  2021-05-28 19:45 [PR PATCH] lurch: update to 0.7.0 ThatGeekyWeeb
                   ` (5 preceding siblings ...)
  2021-05-31  8:13 ` ThatGeekyWeeb
@ 2021-05-31 14:03 ` ericonr
  2021-05-31 14:03 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-05-31 14:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31193#issuecomment-851512982

Comment:
@ThatGeekyWeeb merging was suspended for most of the weekend due to the builder merge, so it couldn't be merged when I had time to look at it.

Thanks for pinging.

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

* Re: [PR PATCH] [Merged]: lurch: update to 0.7.0.
  2021-05-28 19:45 [PR PATCH] lurch: update to 0.7.0 ThatGeekyWeeb
                   ` (6 preceding siblings ...)
  2021-05-31 14:03 ` ericonr
@ 2021-05-31 14:03 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-05-31 14:03 UTC (permalink / raw)
  To: ml

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

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

lurch: update to 0.7.0.
https://github.com/void-linux/void-packages/pull/31193

Description:
This is a quick update for lurch as the current version of it doesn't seem to work, yet after compiling by hand works fine.

#### Have the results of the proposed changes been tested?
- [x] 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


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

end of thread, other threads:[~2021-05-31 14:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 19:45 [PR PATCH] lurch: update to 0.7.0 ThatGeekyWeeb
2021-05-28 19:48 ` [PR PATCH] [Updated] " ThatGeekyWeeb
2021-05-28 19:53 ` ThatGeekyWeeb
2021-05-29  1:13 ` ericonr
2021-05-29  1:13 ` ericonr
2021-05-30  0:47 ` ThatGeekyWeeb
2021-05-31  8:13 ` ThatGeekyWeeb
2021-05-31 14:03 ` ericonr
2021-05-31 14:03 ` [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).