Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tiramisu-2.0alpha
@ 2021-07-31  2:35 DanKGooGLy
  2021-07-31  9:00 ` [PR REVIEW] " paper42
                   ` (9 more replies)
  0 siblings, 10 replies; 27+ messages in thread
From: DanKGooGLy @ 2021-07-31  2:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DanKGooGLy/void-packages master
https://github.com/void-linux/void-packages/pull/32265

New package: tiramisu-2.0alpha
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [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

<!--
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.)
- [x] 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/32265.patch is attached

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

From e6e712e828c228f4bdb08544cf5dfb7d0639cf81 Mon Sep 17 00:00:00 2001
From: DanKGooGLy <dankgoogly@riseup.net>
Date: Fri, 30 Jul 2021 22:32:30 -0400
Subject: [PATCH] New package: tiramisu-2.0alpha

---
 srcpkgs/tiramisu/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tiramisu/template

diff --git a/srcpkgs/tiramisu/template b/srcpkgs/tiramisu/template
new file mode 100644
index 000000000000..106f2b82f609
--- /dev/null
+++ b/srcpkgs/tiramisu/template
@@ -0,0 +1,16 @@
+# Template file for 'tiramisu'
+pkgname=tiramisu
+version=2.0alpha
+revision=1
+build_style=gnu-makefile
+hostmakedepends="libglib-devel pkg-config"
+short_desc="Desktop notifications, the UNIX way"
+maintainer="DanKGooGLy <dankgoogly@riseup.net>"
+license="MIT"
+homepage="https://github.com/Sweets/tiramisu"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=a109b61fe9e66bcd9fa8f60ae6c6ef4ae2d327640144c8b263edff1381b94c6f
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: tiramisu-2.0alpha
  2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
  2021-07-31  9:00 ` [PR REVIEW] " paper42
@ 2021-07-31  9:00 ` paper42
  2021-07-31  9:00 ` paper42
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-07-31  9:00 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32265#discussion_r680332532

Comment:
libglib-devel should be in makedepends

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

* Re: [PR REVIEW] New package: tiramisu-2.0alpha
  2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
  2021-07-31  9:00 ` [PR REVIEW] " paper42
  2021-07-31  9:00 ` paper42
@ 2021-07-31  9:00 ` paper42
  2021-07-31 10:13 ` [PR PATCH] [Updated] " pull
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-07-31  9:00 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32265#discussion_r680332645

Comment:
I would remove ${homepage} from distfiles

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

* Re: [PR REVIEW] New package: tiramisu-2.0alpha
  2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
@ 2021-07-31  9:00 ` paper42
  2021-07-31  9:00 ` paper42
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-07-31  9:00 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32265#discussion_r680332627

Comment:
I think we should wait for 2.0 or package 1.0

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

* Re: [PR PATCH] [Updated] New package: tiramisu-2.0alpha
  2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (2 preceding siblings ...)
  2021-07-31  9:00 ` paper42
@ 2021-07-31 10:13 ` pull
  2021-07-31 12:31 ` [PR PATCH] [Merged]: " Duncaen
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 27+ messages in thread
From: pull @ 2021-07-31 10:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by pull[bot] against master on the void-packages repository

https://github.com/DanKGooGLy/void-packages master
https://github.com/void-linux/void-packages/pull/32265

New package: tiramisu-2.0alpha
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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?
- [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

<!--
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.)
- [x] 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/32265.patch is attached

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



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

* Re: [PR PATCH] [Merged]: New package: tiramisu-2.0alpha
  2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (3 preceding siblings ...)
  2021-07-31 10:13 ` [PR PATCH] [Updated] " pull
@ 2021-07-31 12:31 ` Duncaen
  2021-07-31 12:42 ` Johnnynator
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 27+ messages in thread
From: Duncaen @ 2021-07-31 12:31 UTC (permalink / raw)
  To: ml

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

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

New package: tiramisu-2.0alpha
https://github.com/void-linux/void-packages/pull/32265

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

#### General
- [x] 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?
- [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

<!--
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.)
- [x] 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] 27+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (4 preceding siblings ...)
  2021-07-31 12:31 ` [PR PATCH] [Merged]: " Duncaen
@ 2021-07-31 12:42 ` Johnnynator
  2021-07-31 15:18 ` DanKGooGLy
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 27+ messages in thread
From: Johnnynator @ 2021-07-31 12:42 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/32265#issuecomment-890342795

Comment:
The pull bot active on your fork managed to drop your commit in this PR and github marked it ad merged since it had the same HEAD as master.

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (5 preceding siblings ...)
  2021-07-31 12:42 ` Johnnynator
@ 2021-07-31 15:18 ` DanKGooGLy
  2021-07-31 15:23 ` DanKGooGLy
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 27+ messages in thread
From: DanKGooGLy @ 2021-07-31 15:18 UTC (permalink / raw)
  To: ml

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

New comment by DanKGooGLy on void-packages repository

https://github.com/void-linux/void-packages/pull/32265#issuecomment-890363572

Comment:
Oh.

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (6 preceding siblings ...)
  2021-07-31 15:18 ` DanKGooGLy
@ 2021-07-31 15:23 ` DanKGooGLy
  2021-07-31 19:23 ` Johnnynator
  2021-07-31 19:29 ` DanKGooGLy
  9 siblings, 0 replies; 27+ messages in thread
From: DanKGooGLy @ 2021-07-31 15:23 UTC (permalink / raw)
  To: ml

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

New comment by DanKGooGLy on void-packages repository

https://github.com/void-linux/void-packages/pull/32265#issuecomment-890364204

Comment:
What do I do now? Reopen the PR?

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (7 preceding siblings ...)
  2021-07-31 15:23 ` DanKGooGLy
@ 2021-07-31 19:23 ` Johnnynator
  2021-07-31 19:29 ` DanKGooGLy
  9 siblings, 0 replies; 27+ messages in thread
From: Johnnynator @ 2021-07-31 19:23 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/32265#issuecomment-890393889

Comment:
I think github doesn't allow to reopen a merged PR, so I would recommend just to make a new one (and from a different branch).

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (8 preceding siblings ...)
  2021-07-31 19:23 ` Johnnynator
@ 2021-07-31 19:29 ` DanKGooGLy
  9 siblings, 0 replies; 27+ messages in thread
From: DanKGooGLy @ 2021-07-31 19:29 UTC (permalink / raw)
  To: ml

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

New comment by DanKGooGLy on void-packages repository

https://github.com/void-linux/void-packages/pull/32265#issuecomment-890394594

Comment:
Alright.

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (14 preceding siblings ...)
  2021-10-17 20:51 ` Vapourium
@ 2021-10-18 10:57 ` paper42
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-10-18 10:57 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-945647655

Comment:
You can open a new PR then, but next time, force push to old PRs.

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (13 preceding siblings ...)
  2021-10-17 20:32 ` paper42
@ 2021-10-17 20:51 ` Vapourium
  2021-10-18 10:57 ` paper42
  15 siblings, 0 replies; 27+ messages in thread
From: Vapourium @ 2021-10-17 20:51 UTC (permalink / raw)
  To: ml

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

New comment by Vapourium on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-945192710

Comment:
I'm not sure why, but I'm unable to reopen the PR. The branch seems to have been deleted, even though I've force-pushed the updated package to a branch with the same name.

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (12 preceding siblings ...)
  2021-10-17 20:29 ` Vapourium
@ 2021-10-17 20:32 ` paper42
  2021-10-17 20:51 ` Vapourium
  2021-10-18 10:57 ` paper42
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-10-17 20:32 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-945190250

Comment:
please update this PR

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (11 preceding siblings ...)
  2021-10-17 20:27 ` Vapourium
@ 2021-10-17 20:29 ` Vapourium
  2021-10-17 20:32 ` paper42
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: Vapourium @ 2021-10-17 20:29 UTC (permalink / raw)
  To: ml

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

New comment by Vapourium on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-945189609

Comment:
There's been an official release of tiramisu, should I attempt to update this pr or just make a new one?

Edit: I'm just going to make a new pr.

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (10 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-10-17 20:27 ` Vapourium
  2021-10-17 20:29 ` Vapourium
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: Vapourium @ 2021-10-17 20:27 UTC (permalink / raw)
  To: ml

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

New comment by Vapourium on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-945189609

Comment:
There's been an official release of tiramisu, should I attempt to update this pr or just make a new one?

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (9 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-10-17 20:27 ` Vapourium
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-03 18:17 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892060537

Comment:
As I mentioned in the original PR, we should either wait for 2.0 or package 1.0

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (8 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-03 18:17 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892060534

Comment:
As I mentioned in the original PR, we should either wait for 2.0 or package 1.0

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (7 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-03 18:17 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892059203

Comment:
As I mentioned in the original PR, we should either wait for 2.0 or package 1.0

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (6 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-03 18:17 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892060535

Comment:
As I mentioned in the original PR, we should either wait for 2.0 or package 1.0

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (4 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-03 18:17 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892060535

Comment:
As I mentioned in the original PR, we should either wait for 2.0 or package 1.0

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (3 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-03 18:17 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892060534

Comment:
As I mentioned in the original PR, we should either wait for 2.0 or package 1.0

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (2 preceding siblings ...)
  2021-08-03 18:15 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-03 18:17 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892060537

Comment:
As I mentioned in the original PR, we should either wait for 2.0 or package 1.0

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
                   ` (5 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-03 18:17 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892060541

Comment:
As I mentioned in the original PR, we should either wait for 2.0 or package 1.0

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
  2021-08-03 16:51 ` paper42
  2021-08-03 18:04 ` DanKGooGLy
@ 2021-08-03 18:15 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-03 18:15 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892059203

Comment:
As I mentioned in the original PR, we should either wait for 2.0 or package 1.0

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
  2021-08-03 16:51 ` paper42
@ 2021-08-03 18:04 ` DanKGooGLy
  2021-08-03 18:15 ` paper42
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: DanKGooGLy @ 2021-08-03 18:04 UTC (permalink / raw)
  To: ml

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

New comment by DanKGooGLy on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892051702

Comment:
Done.

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] " DanKGooGLy
@ 2021-08-03 16:51 ` paper42
  2021-08-03 18:04 ` DanKGooGLy
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2021-08-03 16:51 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32274#issuecomment-892003882

Comment:
Could you squash the commits into one?

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

end of thread, other threads:[~2021-10-18 10:57 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-31  2:35 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
2021-07-31  9:00 ` [PR REVIEW] " paper42
2021-07-31  9:00 ` paper42
2021-07-31  9:00 ` paper42
2021-07-31 10:13 ` [PR PATCH] [Updated] " pull
2021-07-31 12:31 ` [PR PATCH] [Merged]: " Duncaen
2021-07-31 12:42 ` Johnnynator
2021-07-31 15:18 ` DanKGooGLy
2021-07-31 15:23 ` DanKGooGLy
2021-07-31 19:23 ` Johnnynator
2021-07-31 19:29 ` DanKGooGLy
2021-07-31 19:32 [PR PATCH] " DanKGooGLy
2021-08-03 16:51 ` paper42
2021-08-03 18:04 ` DanKGooGLy
2021-08-03 18:15 ` paper42
2021-08-03 18:17 ` paper42
2021-08-03 18:17 ` paper42
2021-08-03 18:17 ` paper42
2021-08-03 18:17 ` paper42
2021-08-03 18:17 ` paper42
2021-08-03 18:17 ` paper42
2021-08-03 18:17 ` paper42
2021-08-03 18:17 ` paper42
2021-10-17 20:27 ` Vapourium
2021-10-17 20:29 ` Vapourium
2021-10-17 20:32 ` paper42
2021-10-17 20:51 ` Vapourium
2021-10-18 10:57 ` 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).