Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] diffuse: update to 0.8.0
@ 2023-04-03 21:44 drichline
  2023-04-03 21:49 ` drichline
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: drichline @ 2023-04-03 21:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages diffuse-branch
https://github.com/void-linux/void-packages/pull/43248

diffuse: update to 0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

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

From 915b9eaec5c0570a4b513341b243143fead8006a Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Mon, 3 Apr 2023 17:41:24 -0400
Subject: [PATCH] diffuse: update to 0.8.0

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

diff --git a/srcpkgs/diffuse/template b/srcpkgs/diffuse/template
index 1924b7fab7e8..badb6984b610 100644
--- a/srcpkgs/diffuse/template
+++ b/srcpkgs/diffuse/template
@@ -1,6 +1,6 @@
 # Template file for 'diffuse'
 pkgname=diffuse
-version=0.7.7
+version=0.8.0
 revision=1
 build_style=meson
 hostmakedepends="gettext"
@@ -11,4 +11,4 @@ maintainer="Dakota Richline <drichline@protonmail.com>"
 license="GPL-2.0-only, FSFAP"
 homepage="https://github.com/MightyCreak/diffuse"
 distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
-checksum=175d8315b489c26fe5bef12769a0edc1560d384025bb1e001c8cc901b4c9e789
+checksum=98c972796e671256519f5eecf9af2f8d4505e9fd0ef904e0592848c4ec2ed96d

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

* Re: diffuse: update to 0.8.0
  2023-04-03 21:44 [PR PATCH] diffuse: update to 0.8.0 drichline
@ 2023-04-03 21:49 ` drichline
  2023-04-03 21:56 ` mhmdanas
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: drichline @ 2023-04-03 21:49 UTC (permalink / raw)
  To: ml

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

New comment by drichline on void-packages repository

https://github.com/void-linux/void-packages/pull/43248#issuecomment-1495029364

Comment:
Not sure what the `xlint` error means, should I set my git email to a real address?

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

* Re: diffuse: update to 0.8.0
  2023-04-03 21:44 [PR PATCH] diffuse: update to 0.8.0 drichline
  2023-04-03 21:49 ` drichline
@ 2023-04-03 21:56 ` mhmdanas
  2023-04-03 22:08 ` [PR PATCH] [Updated] " drichline
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-04-03 21:56 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43248#issuecomment-1495038919

Comment:
Yes, void-packages does not accept commits using Github noreply e-mail addresses.

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

* Re: [PR PATCH] [Updated] diffuse: update to 0.8.0
  2023-04-03 21:44 [PR PATCH] diffuse: update to 0.8.0 drichline
  2023-04-03 21:49 ` drichline
  2023-04-03 21:56 ` mhmdanas
@ 2023-04-03 22:08 ` drichline
  2023-04-07 19:00 ` drichline
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: drichline @ 2023-04-03 22:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages diffuse-branch
https://github.com/void-linux/void-packages/pull/43248

diffuse: update to 0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

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

From 97b53bb36ab6e1af1b7fe809d1d516f9698cb9eb Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Mon, 3 Apr 2023 18:06:40 -0400
Subject: [PATCH] diffuse: update to 0.8.0

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

diff --git a/srcpkgs/diffuse/template b/srcpkgs/diffuse/template
index 1924b7fab7e8..badb6984b610 100644
--- a/srcpkgs/diffuse/template
+++ b/srcpkgs/diffuse/template
@@ -1,6 +1,6 @@
 # Template file for 'diffuse'
 pkgname=diffuse
-version=0.7.7
+version=0.8.0
 revision=1
 build_style=meson
 hostmakedepends="gettext"
@@ -11,4 +11,4 @@ maintainer="Dakota Richline <drichline@protonmail.com>"
 license="GPL-2.0-only, FSFAP"
 homepage="https://github.com/MightyCreak/diffuse"
 distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
-checksum=175d8315b489c26fe5bef12769a0edc1560d384025bb1e001c8cc901b4c9e789
+checksum=98c972796e671256519f5eecf9af2f8d4505e9fd0ef904e0592848c4ec2ed96d

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

* Re: [PR PATCH] [Updated] diffuse: update to 0.8.0
  2023-04-03 21:44 [PR PATCH] diffuse: update to 0.8.0 drichline
                   ` (2 preceding siblings ...)
  2023-04-03 22:08 ` [PR PATCH] [Updated] " drichline
@ 2023-04-07 19:00 ` drichline
  2023-04-07 20:10 ` diffuse: update to 0.8.1 paper42
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: drichline @ 2023-04-07 19:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages diffuse-branch
https://github.com/void-linux/void-packages/pull/43248

diffuse: update to 0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

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

From 97b53bb36ab6e1af1b7fe809d1d516f9698cb9eb Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Mon, 3 Apr 2023 18:06:40 -0400
Subject: [PATCH 1/2] diffuse: update to 0.8.0

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

diff --git a/srcpkgs/diffuse/template b/srcpkgs/diffuse/template
index 1924b7fab7e8..badb6984b610 100644
--- a/srcpkgs/diffuse/template
+++ b/srcpkgs/diffuse/template
@@ -1,6 +1,6 @@
 # Template file for 'diffuse'
 pkgname=diffuse
-version=0.7.7
+version=0.8.0
 revision=1
 build_style=meson
 hostmakedepends="gettext"
@@ -11,4 +11,4 @@ maintainer="Dakota Richline <drichline@protonmail.com>"
 license="GPL-2.0-only, FSFAP"
 homepage="https://github.com/MightyCreak/diffuse"
 distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
-checksum=175d8315b489c26fe5bef12769a0edc1560d384025bb1e001c8cc901b4c9e789
+checksum=98c972796e671256519f5eecf9af2f8d4505e9fd0ef904e0592848c4ec2ed96d

From 4f31dffe151635727d431cc5ab8525df10aa08df Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 7 Apr 2023 14:59:38 -0400
Subject: [PATCH 2/2] diffuse: update to 0.8.1

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

diff --git a/srcpkgs/diffuse/template b/srcpkgs/diffuse/template
index badb6984b610..7c4ef659778e 100644
--- a/srcpkgs/diffuse/template
+++ b/srcpkgs/diffuse/template
@@ -1,6 +1,6 @@
 # Template file for 'diffuse'
 pkgname=diffuse
-version=0.8.0
+version=0.8.1
 revision=1
 build_style=meson
 hostmakedepends="gettext"
@@ -11,4 +11,4 @@ maintainer="Dakota Richline <drichline@protonmail.com>"
 license="GPL-2.0-only, FSFAP"
 homepage="https://github.com/MightyCreak/diffuse"
 distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
-checksum=98c972796e671256519f5eecf9af2f8d4505e9fd0ef904e0592848c4ec2ed96d
+checksum=f4dc40d2771853bc38fd714cb069cc965d9e2e4ed517822abdd5a54c851392ec

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

* Re: diffuse: update to 0.8.1
  2023-04-03 21:44 [PR PATCH] diffuse: update to 0.8.0 drichline
                   ` (3 preceding siblings ...)
  2023-04-07 19:00 ` drichline
@ 2023-04-07 20:10 ` paper42
  2023-04-07 20:42 ` [PR PATCH] [Updated] " drichline
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2023-04-07 20:10 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43248#issuecomment-1500605637

Comment:
please squash the commits and this should be good to go

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

* Re: [PR PATCH] [Updated] diffuse: update to 0.8.1
  2023-04-03 21:44 [PR PATCH] diffuse: update to 0.8.0 drichline
                   ` (4 preceding siblings ...)
  2023-04-07 20:10 ` diffuse: update to 0.8.1 paper42
@ 2023-04-07 20:42 ` drichline
  2023-04-07 20:46 ` drichline
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: drichline @ 2023-04-07 20:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages diffuse-branch
https://github.com/void-linux/void-packages/pull/43248

diffuse: update to 0.8.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

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

From 63af87566776f4c2602bcbaacb332a41a0ef2077 Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Mon, 3 Apr 2023 18:06:40 -0400
Subject: [PATCH] diffuse: update to 0.8.0

diffuse: update to 0.8.1

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

diff --git a/srcpkgs/diffuse/template b/srcpkgs/diffuse/template
index 1924b7fab7e8..7c4ef659778e 100644
--- a/srcpkgs/diffuse/template
+++ b/srcpkgs/diffuse/template
@@ -1,6 +1,6 @@
 # Template file for 'diffuse'
 pkgname=diffuse
-version=0.7.7
+version=0.8.1
 revision=1
 build_style=meson
 hostmakedepends="gettext"
@@ -11,4 +11,4 @@ maintainer="Dakota Richline <drichline@protonmail.com>"
 license="GPL-2.0-only, FSFAP"
 homepage="https://github.com/MightyCreak/diffuse"
 distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
-checksum=175d8315b489c26fe5bef12769a0edc1560d384025bb1e001c8cc901b4c9e789
+checksum=f4dc40d2771853bc38fd714cb069cc965d9e2e4ed517822abdd5a54c851392ec

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

* Re: [PR PATCH] [Updated] diffuse: update to 0.8.1
  2023-04-03 21:44 [PR PATCH] diffuse: update to 0.8.0 drichline
                   ` (5 preceding siblings ...)
  2023-04-07 20:42 ` [PR PATCH] [Updated] " drichline
@ 2023-04-07 20:46 ` drichline
  2023-04-07 20:48 ` drichline
  2023-04-07 21:17 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: drichline @ 2023-04-07 20:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages diffuse-branch
https://github.com/void-linux/void-packages/pull/43248

diffuse: update to 0.8.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

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

From df3d599bb459c0c205f9e62578ef9fad63cc9d8e Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 7 Apr 2023 16:46:02 -0400
Subject: [PATCH] diffuse: update to 0.8.1

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

diff --git a/srcpkgs/diffuse/template b/srcpkgs/diffuse/template
index 1924b7fab7e8..7c4ef659778e 100644
--- a/srcpkgs/diffuse/template
+++ b/srcpkgs/diffuse/template
@@ -1,6 +1,6 @@
 # Template file for 'diffuse'
 pkgname=diffuse
-version=0.7.7
+version=0.8.1
 revision=1
 build_style=meson
 hostmakedepends="gettext"
@@ -11,4 +11,4 @@ maintainer="Dakota Richline <drichline@protonmail.com>"
 license="GPL-2.0-only, FSFAP"
 homepage="https://github.com/MightyCreak/diffuse"
 distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
-checksum=175d8315b489c26fe5bef12769a0edc1560d384025bb1e001c8cc901b4c9e789
+checksum=f4dc40d2771853bc38fd714cb069cc965d9e2e4ed517822abdd5a54c851392ec

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

* Re: diffuse: update to 0.8.1
  2023-04-03 21:44 [PR PATCH] diffuse: update to 0.8.0 drichline
                   ` (6 preceding siblings ...)
  2023-04-07 20:46 ` drichline
@ 2023-04-07 20:48 ` drichline
  2023-04-07 21:17 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: drichline @ 2023-04-07 20:48 UTC (permalink / raw)
  To: ml

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

New comment by drichline on void-packages repository

https://github.com/void-linux/void-packages/pull/43248#issuecomment-1500631488

Comment:
> please squash the commits and this should be good to go

I messed up the commit name on the first try, should be good now. Thanks for the review!

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

* Re: [PR PATCH] [Merged]: diffuse: update to 0.8.1
  2023-04-03 21:44 [PR PATCH] diffuse: update to 0.8.0 drichline
                   ` (7 preceding siblings ...)
  2023-04-07 20:48 ` drichline
@ 2023-04-07 21:17 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2023-04-07 21:17 UTC (permalink / raw)
  To: ml

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

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

diffuse: update to 0.8.1
https://github.com/void-linux/void-packages/pull/43248

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 10+ messages in thread

end of thread, other threads:[~2023-04-07 21:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-03 21:44 [PR PATCH] diffuse: update to 0.8.0 drichline
2023-04-03 21:49 ` drichline
2023-04-03 21:56 ` mhmdanas
2023-04-03 22:08 ` [PR PATCH] [Updated] " drichline
2023-04-07 19:00 ` drichline
2023-04-07 20:10 ` diffuse: update to 0.8.1 paper42
2023-04-07 20:42 ` [PR PATCH] [Updated] " drichline
2023-04-07 20:46 ` drichline
2023-04-07 20:48 ` drichline
2023-04-07 21:17 ` [PR PATCH] [Merged]: " paper42

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