Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tiramisu-2.0alpha
@ 2021-07-31 19:32 DanKGooGLy
  2021-07-31 19:52 ` [PR PATCH] [Updated] " DanKGooGLy
                   ` (18 more replies)
  0 siblings, 19 replies; 21+ messages in thread
From: DanKGooGLy @ 2021-07-31 19:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DanKGooGLy/void-packages Tiramisu
https://github.com/void-linux/void-packages/pull/32274

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

Sorry for the earlier mishap (#32265), one of my github apps overwrote my commit and the pr was pulled with an empty commit.

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

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

From f5cded50e60ddc30f6e18fde99738153f3a5c66f 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] 21+ messages in thread

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

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

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

https://github.com/DanKGooGLy/void-packages Tiramisu
https://github.com/void-linux/void-packages/pull/32274

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

Sorry for the earlier mishap (#32265), one of my github apps overwrote my commit and the pr was pulled with an empty commit.

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

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

From f5cded50e60ddc30f6e18fde99738153f3a5c66f Mon Sep 17 00:00:00 2001
From: DanKGooGLy <dankgoogly@riseup.net>
Date: Fri, 30 Jul 2021 22:32:30 -0400
Subject: [PATCH 1/2] 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
+}

From 11cd806963a563acc20ff32a6a6f768db3b98b40 Mon Sep 17 00:00:00 2001
From: DanKGooGLy <dankgoogly@riseup.net>
Date: Sat, 31 Jul 2021 15:52:19 -0400
Subject: [PATCH 2/2] tiramisu-2.0alpha: Fixes

Remove ${homepage} from distfiles.
Move `libglib-devel` to `makedepends`
---
 srcpkgs/tiramisu/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tiramisu/template b/srcpkgs/tiramisu/template
index 106f2b82f609..0f465addc01f 100644
--- a/srcpkgs/tiramisu/template
+++ b/srcpkgs/tiramisu/template
@@ -3,12 +3,13 @@ pkgname=tiramisu
 version=2.0alpha
 revision=1
 build_style=gnu-makefile
-hostmakedepends="libglib-devel pkg-config"
+hostmakedepends="pkg-config"
+makedepends="libglib-devel"
 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"
+distfiles="https://github.com/Sweets/tiramisu/archive/refs/tags/v${version}.tar.gz"
 checksum=a109b61fe9e66bcd9fa8f60ae6c6ef4ae2d327640144c8b263edff1381b94c6f
 
 post_install() {

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
  2021-07-31 19:52 ` [PR PATCH] [Updated] " DanKGooGLy
@ 2021-08-03 16:51 ` paper42
  2021-08-03 18:00 ` [PR PATCH] [Updated] " DanKGooGLy
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

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

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

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

https://github.com/DanKGooGLy/void-packages Tiramisu
https://github.com/void-linux/void-packages/pull/32274

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

Sorry for the earlier mishap (#32265), one of my github apps overwrote my commit and the pr was pulled with an empty commit.

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

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

From ddc682ffcd1032129f245eac446a5d2079f2a030 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

tiramisu-2.0alpha: Fixes

Remove ${homepage} from distfiles.
Move `libglib-devel` to `makedepends`
---
 srcpkgs/tiramisu/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/tiramisu/template

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

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (2 preceding siblings ...)
  2021-08-03 18:00 ` [PR PATCH] [Updated] " DanKGooGLy
@ 2021-08-03 18:04 ` DanKGooGLy
  2021-08-03 18:15 ` paper42
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (3 preceding siblings ...)
  2021-08-03 18:04 ` DanKGooGLy
@ 2021-08-03 18:15 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (6 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (7 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (4 preceding siblings ...)
  2021-08-03 18:15 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (5 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (8 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (9 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (10 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-08-03 18:17 ` paper42
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (11 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-08-03 18:17 ` paper42
  2021-10-17 20:27 ` Vapourium
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (12 preceding siblings ...)
  2021-08-03 18:17 ` paper42
@ 2021-10-17 20:27 ` Vapourium
  2021-10-17 20:29 ` Vapourium
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (13 preceding siblings ...)
  2021-10-17 20:27 ` Vapourium
@ 2021-10-17 20:29 ` Vapourium
  2021-10-17 20:29 ` [PR PATCH] [Closed]: " Vapourium
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

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

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

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

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

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

Sorry for the earlier mishap (#32265), one of my github apps overwrote my commit and the pr was pulled with an empty commit.

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

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (15 preceding siblings ...)
  2021-10-17 20:29 ` [PR PATCH] [Closed]: " Vapourium
@ 2021-10-17 20:32 ` paper42
  2021-10-17 20:51 ` Vapourium
  2021-10-18 10:57 ` paper42
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (16 preceding siblings ...)
  2021-10-17 20:32 ` paper42
@ 2021-10-17 20:51 ` Vapourium
  2021-10-18 10:57 ` paper42
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* Re: New package: tiramisu-2.0alpha
  2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
                   ` (17 preceding siblings ...)
  2021-10-17 20:51 ` Vapourium
@ 2021-10-18 10:57 ` paper42
  18 siblings, 0 replies; 21+ 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] 21+ messages in thread

* [PR PATCH] New package: tiramisu-2.0alpha
@ 2021-07-31  2:35 DanKGooGLy
  0 siblings, 0 replies; 21+ 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] 21+ messages in thread

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

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-31 19:32 [PR PATCH] New package: tiramisu-2.0alpha DanKGooGLy
2021-07-31 19:52 ` [PR PATCH] [Updated] " DanKGooGLy
2021-08-03 16:51 ` paper42
2021-08-03 18:00 ` [PR PATCH] [Updated] " DanKGooGLy
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:29 ` [PR PATCH] [Closed]: " Vapourium
2021-10-17 20:32 ` paper42
2021-10-17 20:51 ` Vapourium
2021-10-18 10:57 ` paper42
  -- strict thread matches above, loose matches on Subject: below --
2021-07-31  2:35 [PR PATCH] " DanKGooGLy

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