Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Add new xcolor 0.5.1 package
@ 2021-10-18 12:09 Barbarossa93
  2021-10-19 13:21 ` New package: xcolor-0.5.1 Barbarossa93
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Barbarossa93 @ 2021-10-18 12:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbarossa93/void-packages xcolor
https://github.com/void-linux/void-packages/pull/33616

Add new xcolor 0.5.1 package
<!-- 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/33616.patch is attached

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

From b276a537a3757ae407a593c0930a080587aa325c Mon Sep 17 00:00:00 2001
From: Cullen Ross <cullenrss@gmail.com>
Date: Mon, 18 Oct 2021 08:04:46 -0400
Subject: [PATCH] Add new xcolor 0.5.1 package

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

diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template
new file mode 100644
index 000000000000..ccedce16b90d
--- /dev/null
+++ b/srcpkgs/xcolor/template
@@ -0,0 +1,16 @@
+# Template file for 'xcolor'
+pkgname=xcolor
+version=0.5.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config libX11-devel libXcursor-devel libXrender-devel"
+short_desc="Lightweight color picker for X11"
+maintainer="Cullen Ross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/Soft/xcolor"
+distfiles="https://github.com/Soft/xcolor/archive/refs/tags/${version}.tar.gz"
+checksum=cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
@ 2021-10-19 13:21 ` Barbarossa93
  2021-10-29  2:03 ` abenson
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Barbarossa93 @ 2021-10-19 13:21 UTC (permalink / raw)
  To: ml

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

New comment by Barbarossa93 on void-packages repository

https://github.com/void-linux/void-packages/pull/33616#issuecomment-946718424

Comment:
Sorry, this is my first time contributing. Do I need to ensure that all of the github checks pass?

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

* Re: New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
  2021-10-19 13:21 ` New package: xcolor-0.5.1 Barbarossa93
@ 2021-10-29  2:03 ` abenson
  2021-10-29  2:04 ` [PR REVIEW] " abenson
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: abenson @ 2021-10-29  2:03 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/33616#issuecomment-954350098

Comment:
Yes, it needs to build for all listed architectures.  Also make sure the commit message follows the convention.  "New package: xcolor-0.5.1`

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

* Re: [PR REVIEW] New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
  2021-10-19 13:21 ` New package: xcolor-0.5.1 Barbarossa93
  2021-10-29  2:03 ` abenson
@ 2021-10-29  2:04 ` abenson
  2021-11-02  7:16 ` biopsin
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: abenson @ 2021-10-29  2:04 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/33616#discussion_r738885315

Comment:
the `-devel` packages should be in `makedepends`

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

* Re: New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (2 preceding siblings ...)
  2021-10-29  2:04 ` [PR REVIEW] " abenson
@ 2021-11-02  7:16 ` biopsin
  2021-11-22 11:18 ` [PR PATCH] [Updated] " Barbarossa93
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: biopsin @ 2021-11-02  7:16 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/33616#issuecomment-957157323

Comment:
closes #33862

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

* Re: [PR PATCH] [Updated] New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (3 preceding siblings ...)
  2021-11-02  7:16 ` biopsin
@ 2021-11-22 11:18 ` Barbarossa93
  2021-11-22 11:23 ` Barbarossa93
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Barbarossa93 @ 2021-11-22 11:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbarossa93/void-packages xcolor
https://github.com/void-linux/void-packages/pull/33616

New package: xcolor-0.5.1
<!-- 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/33616.patch is attached

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

From b276a537a3757ae407a593c0930a080587aa325c Mon Sep 17 00:00:00 2001
From: Cullen Ross <cullenrss@gmail.com>
Date: Mon, 18 Oct 2021 08:04:46 -0400
Subject: [PATCH 1/2] Add new xcolor 0.5.1 package

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

diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template
new file mode 100644
index 000000000000..ccedce16b90d
--- /dev/null
+++ b/srcpkgs/xcolor/template
@@ -0,0 +1,16 @@
+# Template file for 'xcolor'
+pkgname=xcolor
+version=0.5.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config libX11-devel libXcursor-devel libXrender-devel"
+short_desc="Lightweight color picker for X11"
+maintainer="Cullen Ross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/Soft/xcolor"
+distfiles="https://github.com/Soft/xcolor/archive/refs/tags/${version}.tar.gz"
+checksum=cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647
+
+post_install() {
+	vlicense LICENSE
+}

From 0ca0f13d063298eb8661c8621d3de39edb028db8 Mon Sep 17 00:00:00 2001
From: Cullen Ross <cullenrss@gmail.com>
Date: Mon, 22 Nov 2021 06:13:43 -0500
Subject: [PATCH 2/2] New package: xcolor-0.5.1

---
 srcpkgs/xcolor/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template
index ccedce16b90d..8a60108b86ee 100644
--- a/srcpkgs/xcolor/template
+++ b/srcpkgs/xcolor/template
@@ -3,7 +3,8 @@ pkgname=xcolor
 version=0.5.1
 revision=1
 build_style=cargo
-hostmakedepends="pkg-config libX11-devel libXcursor-devel libXrender-devel"
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXcursor-devel libXrender-devel"
 short_desc="Lightweight color picker for X11"
 maintainer="Cullen Ross <cullenrss@gmail.com>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (4 preceding siblings ...)
  2021-11-22 11:18 ` [PR PATCH] [Updated] " Barbarossa93
@ 2021-11-22 11:23 ` Barbarossa93
  2021-11-22 12:13 ` Barbarossa93
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Barbarossa93 @ 2021-11-22 11:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbarossa93/void-packages xcolor
https://github.com/void-linux/void-packages/pull/33616

New package: xcolor-0.5.1
<!-- 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/33616.patch is attached

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

From b276a537a3757ae407a593c0930a080587aa325c Mon Sep 17 00:00:00 2001
From: Cullen Ross <cullenrss@gmail.com>
Date: Mon, 18 Oct 2021 08:04:46 -0400
Subject: [PATCH 1/2] Add new xcolor 0.5.1 package

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

diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template
new file mode 100644
index 000000000000..ccedce16b90d
--- /dev/null
+++ b/srcpkgs/xcolor/template
@@ -0,0 +1,16 @@
+# Template file for 'xcolor'
+pkgname=xcolor
+version=0.5.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config libX11-devel libXcursor-devel libXrender-devel"
+short_desc="Lightweight color picker for X11"
+maintainer="Cullen Ross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/Soft/xcolor"
+distfiles="https://github.com/Soft/xcolor/archive/refs/tags/${version}.tar.gz"
+checksum=cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647
+
+post_install() {
+	vlicense LICENSE
+}

From 0ca0f13d063298eb8661c8621d3de39edb028db8 Mon Sep 17 00:00:00 2001
From: Cullen Ross <cullenrss@gmail.com>
Date: Mon, 22 Nov 2021 06:13:43 -0500
Subject: [PATCH 2/2] New package: xcolor-0.5.1

---
 srcpkgs/xcolor/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template
index ccedce16b90d..8a60108b86ee 100644
--- a/srcpkgs/xcolor/template
+++ b/srcpkgs/xcolor/template
@@ -3,7 +3,8 @@ pkgname=xcolor
 version=0.5.1
 revision=1
 build_style=cargo
-hostmakedepends="pkg-config libX11-devel libXcursor-devel libXrender-devel"
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXcursor-devel libXrender-devel"
 short_desc="Lightweight color picker for X11"
 maintainer="Cullen Ross <cullenrss@gmail.com>"
 license="MIT"

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

* Re: New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (5 preceding siblings ...)
  2021-11-22 11:23 ` Barbarossa93
@ 2021-11-22 12:13 ` Barbarossa93
  2022-01-12 23:29 ` [PR PATCH] [Updated] " Barbarossa93
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Barbarossa93 @ 2021-11-22 12:13 UTC (permalink / raw)
  To: ml

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

New comment by Barbarossa93 on void-packages repository

https://github.com/void-linux/void-packages/pull/33616#issuecomment-975459723

Comment:
I _think_ it's all set now.  I borked the commit message a little bit, but it shouldn't be a big deal.

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

* Re: [PR PATCH] [Updated] New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (6 preceding siblings ...)
  2021-11-22 12:13 ` Barbarossa93
@ 2022-01-12 23:29 ` Barbarossa93
  2022-01-12 23:38 ` Barbarossa93
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Barbarossa93 @ 2022-01-12 23:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbarossa93/void-packages xcolor
https://github.com/void-linux/void-packages/pull/33616

New package: xcolor-0.5.1
<!-- 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/33616.patch is attached

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

From cf903ad8a1d36c0e78fa4384faaa8d0c1a99b19d Mon Sep 17 00:00:00 2001
From: Cullen Ross <cullenrss@gmail.com>
Date: Mon, 18 Oct 2021 08:04:46 -0400
Subject: [PATCH] New package: xcolor-0.5.1

New package: xcolor-0.5.1

New package: xcolor-0.5.1
---
 srcpkgs/xcolor/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/xcolor/template

diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template
new file mode 100644
index 000000000000..8a60108b86ee
--- /dev/null
+++ b/srcpkgs/xcolor/template
@@ -0,0 +1,17 @@
+# Template file for 'xcolor'
+pkgname=xcolor
+version=0.5.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXcursor-devel libXrender-devel"
+short_desc="Lightweight color picker for X11"
+maintainer="Cullen Ross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/Soft/xcolor"
+distfiles="https://github.com/Soft/xcolor/archive/refs/tags/${version}.tar.gz"
+checksum=cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (7 preceding siblings ...)
  2022-01-12 23:29 ` [PR PATCH] [Updated] " Barbarossa93
@ 2022-01-12 23:38 ` Barbarossa93
  2022-01-12 23:44 ` Barbarossa93
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Barbarossa93 @ 2022-01-12 23:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbarossa93/void-packages xcolor
https://github.com/void-linux/void-packages/pull/33616

New package: xcolor-0.5.1
<!-- 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/33616.patch is attached

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

From cf903ad8a1d36c0e78fa4384faaa8d0c1a99b19d Mon Sep 17 00:00:00 2001
From: Cullen Ross <cullenrss@gmail.com>
Date: Mon, 18 Oct 2021 08:04:46 -0400
Subject: [PATCH 1/2] New package: xcolor-0.5.1

New package: xcolor-0.5.1

New package: xcolor-0.5.1
---
 srcpkgs/xcolor/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/xcolor/template

diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template
new file mode 100644
index 000000000000..8a60108b86ee
--- /dev/null
+++ b/srcpkgs/xcolor/template
@@ -0,0 +1,17 @@
+# Template file for 'xcolor'
+pkgname=xcolor
+version=0.5.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXcursor-devel libXrender-devel"
+short_desc="Lightweight color picker for X11"
+maintainer="Cullen Ross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/Soft/xcolor"
+distfiles="https://github.com/Soft/xcolor/archive/refs/tags/${version}.tar.gz"
+checksum=cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647
+
+post_install() {
+	vlicense LICENSE
+}

From fc051730c021a1ff76375b00e36b9d1a52793a80 Mon Sep 17 00:00:00 2001
From: Cullen Ross <cullenrss@gmail.com>
Date: Wed, 12 Jan 2022 18:38:08 -0500
Subject: [PATCH 2/2] New package: xcolor-0.5.1_1

---
 srcpkgs/xcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template
index 8a60108b86ee..2c54b2a1d860 100644
--- a/srcpkgs/xcolor/template
+++ b/srcpkgs/xcolor/template
@@ -3,7 +3,7 @@ pkgname=xcolor
 version=0.5.1
 revision=1
 build_style=cargo
-hostmakedepends="pkg-config"
+hostmakedepends="pkg-config python3"
 makedepends="libX11-devel libXcursor-devel libXrender-devel"
 short_desc="Lightweight color picker for X11"
 maintainer="Cullen Ross <cullenrss@gmail.com>"

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

* Re: [PR PATCH] [Updated] New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (8 preceding siblings ...)
  2022-01-12 23:38 ` Barbarossa93
@ 2022-01-12 23:44 ` Barbarossa93
  2022-01-12 23:50 ` Barbarossa93
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Barbarossa93 @ 2022-01-12 23:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbarossa93/void-packages xcolor
https://github.com/void-linux/void-packages/pull/33616

New package: xcolor-0.5.1
<!-- 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/33616.patch is attached

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

From b5276550f352dedd6d29935adec5d9531cff35ac Mon Sep 17 00:00:00 2001
From: Cullen Ross <cullenrss@gmail.com>
Date: Wed, 12 Jan 2022 18:43:58 -0500
Subject: [PATCH] New package: xcolor-0.5.1_1

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

diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template
new file mode 100644
index 000000000000..2c54b2a1d860
--- /dev/null
+++ b/srcpkgs/xcolor/template
@@ -0,0 +1,17 @@
+# Template file for 'xcolor'
+pkgname=xcolor
+version=0.5.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config python3"
+makedepends="libX11-devel libXcursor-devel libXrender-devel"
+short_desc="Lightweight color picker for X11"
+maintainer="Cullen Ross <cullenrss@gmail.com>"
+license="MIT"
+homepage="https://github.com/Soft/xcolor"
+distfiles="https://github.com/Soft/xcolor/archive/refs/tags/${version}.tar.gz"
+checksum=cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (9 preceding siblings ...)
  2022-01-12 23:44 ` Barbarossa93
@ 2022-01-12 23:50 ` Barbarossa93
  2022-01-21 10:08 ` wael444
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Barbarossa93 @ 2022-01-12 23:50 UTC (permalink / raw)
  To: ml

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

New comment by Barbarossa93 on void-packages repository

https://github.com/void-linux/void-packages/pull/33616#issuecomment-1011555909

Comment:
This PR is definitely ready now.

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

* Re: New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (10 preceding siblings ...)
  2022-01-12 23:50 ` Barbarossa93
@ 2022-01-21 10:08 ` wael444
  2022-06-09  2:12 ` github-actions
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: wael444 @ 2022-01-21 10:08 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/33616#issuecomment-1018363018

Comment:
thank you @Barbarossa93.

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

* Re: New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (11 preceding siblings ...)
  2022-01-21 10:08 ` wael444
@ 2022-06-09  2:12 ` github-actions
  2022-06-23  2:15 ` [PR PATCH] [Closed]: " github-actions
  2022-06-23 21:56 ` classabbyamp
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-06-09  2:12 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/33616#issuecomment-1150594196

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] 16+ messages in thread

* Re: [PR PATCH] [Closed]: New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (12 preceding siblings ...)
  2022-06-09  2:12 ` github-actions
@ 2022-06-23  2:15 ` github-actions
  2022-06-23 21:56 ` classabbyamp
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-06-23  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: xcolor-0.5.1
https://github.com/void-linux/void-packages/pull/33616

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] 16+ messages in thread

* Re: New package: xcolor-0.5.1
  2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
                   ` (13 preceding siblings ...)
  2022-06-23  2:15 ` [PR PATCH] [Closed]: " github-actions
@ 2022-06-23 21:56 ` classabbyamp
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-06-23 21:56 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/33616#issuecomment-1164919186

Comment:
merged in 64352aa93be5737728a1ed3e25359b64c42e9193

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

end of thread, other threads:[~2022-06-23 21:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 12:09 [PR PATCH] Add new xcolor 0.5.1 package Barbarossa93
2021-10-19 13:21 ` New package: xcolor-0.5.1 Barbarossa93
2021-10-29  2:03 ` abenson
2021-10-29  2:04 ` [PR REVIEW] " abenson
2021-11-02  7:16 ` biopsin
2021-11-22 11:18 ` [PR PATCH] [Updated] " Barbarossa93
2021-11-22 11:23 ` Barbarossa93
2021-11-22 12:13 ` Barbarossa93
2022-01-12 23:29 ` [PR PATCH] [Updated] " Barbarossa93
2022-01-12 23:38 ` Barbarossa93
2022-01-12 23:44 ` Barbarossa93
2022-01-12 23:50 ` Barbarossa93
2022-01-21 10:08 ` wael444
2022-06-09  2:12 ` github-actions
2022-06-23  2:15 ` [PR PATCH] [Closed]: " github-actions
2022-06-23 21:56 ` classabbyamp

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