Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: drawing-1.0.1
@ 2023-01-19 19:29 Zoh-j02r
  2023-01-19 20:05 ` [PR PATCH] [Updated] " Zoh-j02r
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Zoh-j02r @ 2023-01-19 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zoh-j02r/void-packages drawing-testing
https://github.com/void-linux/void-packages/pull/41748

New package: drawing-1.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

Previous attempts to porting this package seems to be abandoned; #37153 #32839.


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

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

From 2f52cd8f4ebcd07a518a4b0f4b9f090b0641e73b Mon Sep 17 00:00:00 2001
From: Zoh-j02r <saulobruno@usp.br>
Date: Thu, 19 Jan 2023 16:19:54 -0300
Subject: [PATCH] New package: drawing-1.0.1

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

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
new file mode 100644
index 000000000000..7d49c8623e8a
--- /dev/null
+++ b/srcpkgs/drawing/template
@@ -0,0 +1,19 @@
+# Template file for 'drawing'
+pkgname=drawing
+version=1.0.1
+revision=1
+build_style=meson
+configure_args="-Dwerror=false -Db_ndebug=false"
+hostmakedepends="pkg-config ninja appstream-glib python3-devel glib-devel"
+makedepends="gtk+3-devel gettext-devel itstool"
+depends="python3-gobject gtk+3"
+short_desc="Simple image editor for Linux"
+maintainer="Saulo Amaral <saulobruno@usp.br>"
+license="GPL-3.0-or-later"
+homepage="https://maoschanz.github.io/drawing/"
+distfiles="https://github.com/maoschanz/drawing/archive/refs/tags/${version}.tar.gz"
+checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: drawing-1.0.1
  2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
@ 2023-01-19 20:05 ` Zoh-j02r
  2023-01-19 20:10 ` Zoh-j02r
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: Zoh-j02r @ 2023-01-19 20:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zoh-j02r/void-packages drawing-testing
https://github.com/void-linux/void-packages/pull/41748

New package: drawing-1.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

Previous attempts to porting this package seems to be abandoned; #37153 #32839.


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

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

From 2f52cd8f4ebcd07a518a4b0f4b9f090b0641e73b Mon Sep 17 00:00:00 2001
From: Zoh-j02r <saulobruno@usp.br>
Date: Thu, 19 Jan 2023 16:19:54 -0300
Subject: [PATCH 1/2] New package: drawing-1.0.1

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

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
new file mode 100644
index 000000000000..7d49c8623e8a
--- /dev/null
+++ b/srcpkgs/drawing/template
@@ -0,0 +1,19 @@
+# Template file for 'drawing'
+pkgname=drawing
+version=1.0.1
+revision=1
+build_style=meson
+configure_args="-Dwerror=false -Db_ndebug=false"
+hostmakedepends="pkg-config ninja appstream-glib python3-devel glib-devel"
+makedepends="gtk+3-devel gettext-devel itstool"
+depends="python3-gobject gtk+3"
+short_desc="Simple image editor for Linux"
+maintainer="Saulo Amaral <saulobruno@usp.br>"
+license="GPL-3.0-or-later"
+homepage="https://maoschanz.github.io/drawing/"
+distfiles="https://github.com/maoschanz/drawing/archive/refs/tags/${version}.tar.gz"
+checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f
+
+post_install() {
+	vlicense LICENSE
+}

From 91f1198342f39b868cc6668a99040472d40168c6 Mon Sep 17 00:00:00 2001
From: Zoh-j02r <saulobruno@usp.br>
Date: Thu, 19 Jan 2023 17:04:27 -0300
Subject: [PATCH 2/2] New package: drawing-1.0.1

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

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
index 7d49c8623e8a..198043047081 100644
--- a/srcpkgs/drawing/template
+++ b/srcpkgs/drawing/template
@@ -4,8 +4,9 @@ version=1.0.1
 revision=1
 build_style=meson
 configure_args="-Dwerror=false -Db_ndebug=false"
-hostmakedepends="pkg-config ninja appstream-glib python3-devel glib-devel"
-makedepends="gtk+3-devel gettext-devel itstool"
+hostmakedepends="pkg-config ninja appstream-glib gettext-devel python3-devel itstool
+glib-devel"
+makedepends="gtk+3-devel"
 depends="python3-gobject gtk+3"
 short_desc="Simple image editor for Linux"
 maintainer="Saulo Amaral <saulobruno@usp.br>"
@@ -13,7 +14,3 @@ license="GPL-3.0-or-later"
 homepage="https://maoschanz.github.io/drawing/"
 distfiles="https://github.com/maoschanz/drawing/archive/refs/tags/${version}.tar.gz"
 checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f
-
-post_install() {
-	vlicense LICENSE
-}

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

* Re: New package: drawing-1.0.1
  2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
  2023-01-19 20:05 ` [PR PATCH] [Updated] " Zoh-j02r
@ 2023-01-19 20:10 ` Zoh-j02r
  2023-01-20  1:20 ` abenson
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: Zoh-j02r @ 2023-01-19 20:10 UTC (permalink / raw)
  To: ml

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

New comment by Zoh-j02r on void-packages repository

https://github.com/void-linux/void-packages/pull/41748#issuecomment-1397538301

Comment:
now it builds for other archs, I didn't pay attention to hostmake and didn't use xlint.

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

* Re: New package: drawing-1.0.1
  2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
  2023-01-19 20:05 ` [PR PATCH] [Updated] " Zoh-j02r
  2023-01-19 20:10 ` Zoh-j02r
@ 2023-01-20  1:20 ` abenson
  2023-01-20  1:32 ` abenson
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: abenson @ 2023-01-20  1:20 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/41748#issuecomment-1397812955

Comment:
The commits need to be squashed into a single "New package" commit.  I still don't think the hostmakedepends/makedepends are correct.  `python3-devel` should probably go into `makedepends`.  `gettext-devel` typically needs to go in both because it has devel utilities and target libraries.  `gtk+3` shouldn't be in `depends` as it should be automatically detected.

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

* Re: New package: drawing-1.0.1
  2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
                   ` (2 preceding siblings ...)
  2023-01-20  1:20 ` abenson
@ 2023-01-20  1:32 ` abenson
  2023-01-20  1:38 ` abenson
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: abenson @ 2023-01-20  1:32 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/41748#issuecomment-1397812955

Comment:
The commits need to be squashed into a single "New package" commit.  ~~I still don't think the hostmakedepends/makedepends are correct.  `python3-devel` should probably go into `makedepends`.  `gettext-devel` typically needs to go in both because it has devel utilities and target libraries.~~  `gtk+3` shouldn't be in `depends` as it should be automatically detected.

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

* Re: New package: drawing-1.0.1
  2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
                   ` (3 preceding siblings ...)
  2023-01-20  1:32 ` abenson
@ 2023-01-20  1:38 ` abenson
  2023-01-20  2:42 ` [PR PATCH] [Updated] " Zoh-j02r
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: abenson @ 2023-01-20  1:38 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/41748#issuecomment-1397812955

Comment:
The commits need to be [squashed](https://www.git-tower.com/learn/git/faq/git-squash) into a single "New package" commit.  ~~I still don't think the hostmakedepends/makedepends are correct.  `python3-devel` should probably go into `makedepends`.  `gettext-devel` typically needs to go in both because it has devel utilities and target libraries.~~  `gtk+3` shouldn't be in `depends` as it should be automatically detected.

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

* Re: [PR PATCH] [Updated] New package: drawing-1.0.1
  2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
                   ` (4 preceding siblings ...)
  2023-01-20  1:38 ` abenson
@ 2023-01-20  2:42 ` Zoh-j02r
  2023-01-20  2:45 ` Zoh-j02r
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: Zoh-j02r @ 2023-01-20  2:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zoh-j02r/void-packages drawing-testing
https://github.com/void-linux/void-packages/pull/41748

New package: drawing-1.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

Previous attempts to porting this package seems to be abandoned; #37153 #32839.


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

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

From 2f52cd8f4ebcd07a518a4b0f4b9f090b0641e73b Mon Sep 17 00:00:00 2001
From: Zoh-j02r <saulobruno@usp.br>
Date: Thu, 19 Jan 2023 16:19:54 -0300
Subject: [PATCH 1/2] New package: drawing-1.0.1

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

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
new file mode 100644
index 000000000000..7d49c8623e8a
--- /dev/null
+++ b/srcpkgs/drawing/template
@@ -0,0 +1,19 @@
+# Template file for 'drawing'
+pkgname=drawing
+version=1.0.1
+revision=1
+build_style=meson
+configure_args="-Dwerror=false -Db_ndebug=false"
+hostmakedepends="pkg-config ninja appstream-glib python3-devel glib-devel"
+makedepends="gtk+3-devel gettext-devel itstool"
+depends="python3-gobject gtk+3"
+short_desc="Simple image editor for Linux"
+maintainer="Saulo Amaral <saulobruno@usp.br>"
+license="GPL-3.0-or-later"
+homepage="https://maoschanz.github.io/drawing/"
+distfiles="https://github.com/maoschanz/drawing/archive/refs/tags/${version}.tar.gz"
+checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f
+
+post_install() {
+	vlicense LICENSE
+}

From f7862f07d7a080feb19e4b8648b2201a2b00a5f3 Mon Sep 17 00:00:00 2001
From: Zoh-j02r <saulobruno@usp.br>
Date: Thu, 19 Jan 2023 17:04:27 -0300
Subject: [PATCH 2/2] New package: drawing-1.0.1

---
 srcpkgs/drawing/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
index 7d49c8623e8a..94db04027b58 100644
--- a/srcpkgs/drawing/template
+++ b/srcpkgs/drawing/template
@@ -4,8 +4,8 @@ version=1.0.1
 revision=1
 build_style=meson
 configure_args="-Dwerror=false -Db_ndebug=false"
-hostmakedepends="pkg-config ninja appstream-glib python3-devel glib-devel"
-makedepends="gtk+3-devel gettext-devel itstool"
+hostmakedepends="pkg-config ninja appstream-glib gettext-devel itstool glib-devel"
+makedepends="gtk+3-devel"
 depends="python3-gobject gtk+3"
 short_desc="Simple image editor for Linux"
 maintainer="Saulo Amaral <saulobruno@usp.br>"
@@ -13,7 +13,3 @@ license="GPL-3.0-or-later"
 homepage="https://maoschanz.github.io/drawing/"
 distfiles="https://github.com/maoschanz/drawing/archive/refs/tags/${version}.tar.gz"
 checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f
-
-post_install() {
-	vlicense LICENSE
-}

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

* Re: [PR PATCH] [Updated] New package: drawing-1.0.1
  2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
                   ` (5 preceding siblings ...)
  2023-01-20  2:42 ` [PR PATCH] [Updated] " Zoh-j02r
@ 2023-01-20  2:45 ` Zoh-j02r
  2023-01-20  2:48 ` Zoh-j02r
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: Zoh-j02r @ 2023-01-20  2:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zoh-j02r/void-packages drawing-testing
https://github.com/void-linux/void-packages/pull/41748

New package: drawing-1.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

Previous attempts to porting this package seems to be abandoned; #37153 #32839.


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

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

From d7da9b9dd12a9511e3f45cdf51bbc0ea12073784 Mon Sep 17 00:00:00 2001
From: Zoh-j02r <saulobruno@usp.br>
Date: Thu, 19 Jan 2023 16:19:54 -0300
Subject: [PATCH] New package: drawing-1.0.1

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

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
new file mode 100644
index 000000000000..94db04027b58
--- /dev/null
+++ b/srcpkgs/drawing/template
@@ -0,0 +1,15 @@
+# Template file for 'drawing'
+pkgname=drawing
+version=1.0.1
+revision=1
+build_style=meson
+configure_args="-Dwerror=false -Db_ndebug=false"
+hostmakedepends="pkg-config ninja appstream-glib gettext-devel itstool glib-devel"
+makedepends="gtk+3-devel"
+depends="python3-gobject gtk+3"
+short_desc="Simple image editor for Linux"
+maintainer="Saulo Amaral <saulobruno@usp.br>"
+license="GPL-3.0-or-later"
+homepage="https://maoschanz.github.io/drawing/"
+distfiles="https://github.com/maoschanz/drawing/archive/refs/tags/${version}.tar.gz"
+checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f

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

* Re: New package: drawing-1.0.1
  2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
                   ` (6 preceding siblings ...)
  2023-01-20  2:45 ` Zoh-j02r
@ 2023-01-20  2:48 ` Zoh-j02r
  2023-04-21  1:52 ` github-actions
  2023-05-06  1:48 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 15+ messages in thread
From: Zoh-j02r @ 2023-01-20  2:48 UTC (permalink / raw)
  To: ml

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

New comment by Zoh-j02r on void-packages repository

https://github.com/void-linux/void-packages/pull/41748#issuecomment-1397861380

Comment:
I tested the package with depends=gtk+3 and without, for some reason drawing is unable to set gtk as a dependency

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

* Re: New package: drawing-1.0.1
  2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
                   ` (7 preceding siblings ...)
  2023-01-20  2:48 ` Zoh-j02r
@ 2023-04-21  1:52 ` github-actions
  2023-05-06  1:48 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2023-04-21  1:52 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41748#issuecomment-1517144622

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: drawing-1.0.1
  2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
                   ` (8 preceding siblings ...)
  2023-04-21  1:52 ` github-actions
@ 2023-05-06  1:48 ` github-actions
  9 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2023-05-06  1:48 UTC (permalink / raw)
  To: ml

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

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

New package: drawing-1.0.1
https://github.com/void-linux/void-packages/pull/41748

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

Previous attempts to porting this package seems to be abandoned; #37153 #32839.


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

* Re: New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (2 preceding siblings ...)
  2022-05-19 15:17 ` mrkcee
@ 2022-08-29  2:14 ` github-actions
  3 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2022-08-29  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#issuecomment-1229666535

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
  2022-05-16 19:24 ` New package: drawing-1.0.1 classabbyamp
  2022-05-17 12:54 ` mrkcee
@ 2022-05-19 15:17 ` mrkcee
  2022-08-29  2:14 ` github-actions
  3 siblings, 0 replies; 15+ messages in thread
From: mrkcee @ 2022-05-19 15:17 UTC (permalink / raw)
  To: ml

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

New comment by mrkcee on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#issuecomment-1131857477

Comment:
Removed period in description based on linter error

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

* Re: New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
  2022-05-16 19:24 ` New package: drawing-1.0.1 classabbyamp
@ 2022-05-17 12:54 ` mrkcee
  2022-05-19 15:17 ` mrkcee
  2022-08-29  2:14 ` github-actions
  3 siblings, 0 replies; 15+ messages in thread
From: mrkcee @ 2022-05-17 12:54 UTC (permalink / raw)
  To: ml

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

New comment by mrkcee on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#issuecomment-1128833315

Comment:
@classabbyamp PR comments are resolved

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

* Re: New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
@ 2022-05-16 19:24 ` classabbyamp
  2022-05-17 12:54 ` mrkcee
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2022-05-16 19:24 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#issuecomment-1128049281

Comment:
also, please squash this into one commit

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

end of thread, other threads:[~2023-05-06  1:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19 19:29 [PR PATCH] New package: drawing-1.0.1 Zoh-j02r
2023-01-19 20:05 ` [PR PATCH] [Updated] " Zoh-j02r
2023-01-19 20:10 ` Zoh-j02r
2023-01-20  1:20 ` abenson
2023-01-20  1:32 ` abenson
2023-01-20  1:38 ` abenson
2023-01-20  2:42 ` [PR PATCH] [Updated] " Zoh-j02r
2023-01-20  2:45 ` Zoh-j02r
2023-01-20  2:48 ` Zoh-j02r
2023-04-21  1:52 ` github-actions
2023-05-06  1:48 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2022-05-16 12:52 [PR PATCH] Drawing mrkcee
2022-05-16 19:24 ` New package: drawing-1.0.1 classabbyamp
2022-05-17 12:54 ` mrkcee
2022-05-19 15:17 ` mrkcee
2022-08-29  2:14 ` github-actions

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