Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hyprpicker-0.1.0
@ 2023-05-14 21:48 RAR27
  2023-05-14 21:53 ` [PR PATCH] [Updated] " RAR27
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: RAR27 @ 2023-05-14 21:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages hyprpicker
https://github.com/void-linux/void-packages/pull/43873

New package: hyprpicker-0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From 94f2f248179c31f5ae7ad104bb04d096adb2ff0c Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Sun, 14 May 2023 17:42:50 -0400
Subject: [PATCH] New package: hyprpicker-0.1.0

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

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
new file mode 100644
index 000000000000..43ae31ab2d7c
--- /dev/null
+++ b/srcpkgs/hyprpicker/template
@@ -0,0 +1,22 @@
+# Template file for 'hyprpicker'
+pkgname="hyprpicker"
+version=0.1.0
+revision=1
+short_desc="A wlroots-compatible Wayland color picker that does not suck."
+maintainer="RAR27 <rar27@tuta.io>"
+license="BSD-3-Clause"
+homepage="https://github.com/hyprwm/hyprpicker"
+changelog="https://github.com/hyprwm/hyprpicker/releases"
+distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
+checksum=a347e8884f08853f16765c281f37dae7ad9518e3dd998816b5ecf0a29941a010
+hostmakedepends="pkg-config cmake ninja wayland-devel git"
+makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel"
+
+do_build() {
+	make all
+}
+
+do_install() {
+	vbin build/hyprpicker
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: hyprpicker-0.1.0
  2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
@ 2023-05-14 21:53 ` RAR27
  2023-05-14 21:54 ` RAR27
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: RAR27 @ 2023-05-14 21:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages hyprpicker
https://github.com/void-linux/void-packages/pull/43873

New package: hyprpicker-0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From 64fd69bfe702a1fae27aa008df4f3b34f7ef8b08 Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Sun, 14 May 2023 17:42:50 -0400
Subject: [PATCH] New package: hyprpicker-0.1.0

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

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
new file mode 100644
index 000000000000..43ae31ab2d7c
--- /dev/null
+++ b/srcpkgs/hyprpicker/template
@@ -0,0 +1,22 @@
+# Template file for 'hyprpicker'
+pkgname="hyprpicker"
+version=0.1.0
+revision=1
+short_desc="A wlroots-compatible Wayland color picker that does not suck."
+maintainer="RAR27 <rar27@tuta.io>"
+license="BSD-3-Clause"
+homepage="https://github.com/hyprwm/hyprpicker"
+changelog="https://github.com/hyprwm/hyprpicker/releases"
+distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
+checksum=a347e8884f08853f16765c281f37dae7ad9518e3dd998816b5ecf0a29941a010
+hostmakedepends="pkg-config cmake ninja wayland-devel git"
+makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel"
+
+do_build() {
+	make all
+}
+
+do_install() {
+	vbin build/hyprpicker
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: hyprpicker-0.1.0
  2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
  2023-05-14 21:53 ` [PR PATCH] [Updated] " RAR27
@ 2023-05-14 21:54 ` RAR27
  2023-05-14 21:56 ` RAR27
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: RAR27 @ 2023-05-14 21:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages hyprpicker
https://github.com/void-linux/void-packages/pull/43873

New package: hyprpicker-0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From d2749c7ca85759403e556e5e56528ee38e89d421 Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Sun, 14 May 2023 17:42:50 -0400
Subject: [PATCH] New package: hyprpicker-0.1.0

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

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
new file mode 100644
index 000000000000..ad2b7d88602e
--- /dev/null
+++ b/srcpkgs/hyprpicker/template
@@ -0,0 +1,22 @@
+# Template file for 'hyprpicker'
+pkgname=hyprpicker
+version=0.1.0
+revision=1
+short_desc="wlroots-compatible Wayland color picker that does not suck"
+maintainer="RAR27 <rar27@tuta.io>"
+license="BSD-3-Clause"
+homepage="https://github.com/hyprwm/hyprpicker"
+changelog="https://github.com/hyprwm/hyprpicker/releases"
+distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
+hostmakedepends="pkg-config cmake ninja wayland-devel git"
+makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel"
+checksum=a347e8884f08853f16765c281f37dae7ad9518e3dd998816b5ecf0a29941a010
+
+do_build() {
+	make all
+}
+
+do_install() {
+	vbin build/hyprpicker
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: hyprpicker-0.1.0
  2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
  2023-05-14 21:53 ` [PR PATCH] [Updated] " RAR27
  2023-05-14 21:54 ` RAR27
@ 2023-05-14 21:56 ` RAR27
  2023-05-14 21:58 ` RAR27
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: RAR27 @ 2023-05-14 21:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages hyprpicker
https://github.com/void-linux/void-packages/pull/43873

New package: hyprpicker-0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From dda098c2209a5e28cc631a83b231523c674c84e1 Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Sun, 14 May 2023 17:42:50 -0400
Subject: [PATCH] New package: hyprpicker-0.1.0

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

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
new file mode 100644
index 000000000000..94da75bea5eb
--- /dev/null
+++ b/srcpkgs/hyprpicker/template
@@ -0,0 +1,22 @@
+# Template file for 'hyprpicker'
+pkgname=hyprpicker
+version=0.1.0
+revision=1
+short_desc="Wlroots-compatible Wayland color picker that does not suck"
+maintainer="RAR27 <rar27@tuta.io>"
+license="BSD-3-Clause"
+homepage="https://github.com/hyprwm/hyprpicker"
+changelog="https://github.com/hyprwm/hyprpicker/releases"
+hostmakedepends="pkg-config cmake ninja wayland-devel git"
+makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel"
+distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
+checksum=a347e8884f08853f16765c281f37dae7ad9518e3dd998816b5ecf0a29941a010
+
+do_build() {
+	make all
+}
+
+do_install() {
+	vbin build/hyprpicker
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: hyprpicker-0.1.0
  2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
                   ` (2 preceding siblings ...)
  2023-05-14 21:56 ` RAR27
@ 2023-05-14 21:58 ` RAR27
  2023-05-14 22:00 ` RAR27
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: RAR27 @ 2023-05-14 21:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages hyprpicker
https://github.com/void-linux/void-packages/pull/43873

New package: hyprpicker-0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From 11859176c2f2ab6db489b8769ba016b735104643 Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Sun, 14 May 2023 17:42:50 -0400
Subject: [PATCH] New package: hyprpicker-0.1.0

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

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
new file mode 100644
index 000000000000..a3689c55ad55
--- /dev/null
+++ b/srcpkgs/hyprpicker/template
@@ -0,0 +1,22 @@
+# Template file for 'hyprpicker'
+pkgname=hyprpicker
+version=0.1.0
+revision=1
+short_desc="Wlroots-compatible Wayland color picker that does not suck"
+maintainer="RAR27 <rar27@tuta.io>"
+license="BSD-3-Clause"
+hostmakedepends="pkg-config cmake ninja wayland-devel git"
+makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel"
+homepage="https://github.com/hyprwm/hyprpicker"
+changelog="https://github.com/hyprwm/hyprpicker/releases"
+distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
+checksum=a347e8884f08853f16765c281f37dae7ad9518e3dd998816b5ecf0a29941a010
+
+do_build() {
+	make all
+}
+
+do_install() {
+	vbin build/hyprpicker
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: hyprpicker-0.1.0
  2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
                   ` (3 preceding siblings ...)
  2023-05-14 21:58 ` RAR27
@ 2023-05-14 22:00 ` RAR27
  2023-06-08 17:15 ` RAR27
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: RAR27 @ 2023-05-14 22:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages hyprpicker
https://github.com/void-linux/void-packages/pull/43873

New package: hyprpicker-0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From 5343cb16491c112c175560326b05dc421165958f Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Sun, 14 May 2023 17:42:50 -0400
Subject: [PATCH] New package: hyprpicker-0.1.0

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

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
new file mode 100644
index 000000000000..16b108a73a45
--- /dev/null
+++ b/srcpkgs/hyprpicker/template
@@ -0,0 +1,22 @@
+# Template file for 'hyprpicker'
+pkgname=hyprpicker
+version=0.1.0
+revision=1
+hostmakedepends="pkg-config cmake ninja wayland-devel git"
+makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel"
+short_desc="Wlroots-compatible Wayland color picker that does not suck"
+maintainer="RAR27 <rar27@tuta.io>"
+license="BSD-3-Clause"
+homepage="https://github.com/hyprwm/hyprpicker"
+changelog="https://github.com/hyprwm/hyprpicker/releases"
+distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
+checksum=a347e8884f08853f16765c281f37dae7ad9518e3dd998816b5ecf0a29941a010
+
+do_build() {
+	make all
+}
+
+do_install() {
+	vbin build/hyprpicker
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: hyprpicker-0.1.0
  2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
                   ` (4 preceding siblings ...)
  2023-05-14 22:00 ` RAR27
@ 2023-06-08 17:15 ` RAR27
  2023-06-08 22:53 ` [PR REVIEW] New package: hyprpicker-0.1.1 Duncaen
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: RAR27 @ 2023-06-08 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages hyprpicker
https://github.com/void-linux/void-packages/pull/43873

New package: hyprpicker-0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From ba541a0471f4ba9b0e9aa07543c054e7cd197f7c Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Sun, 14 May 2023 17:42:50 -0400
Subject: [PATCH] New package: hyprpicker-0.1.1

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

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
new file mode 100644
index 000000000000..4ae37882c1b5
--- /dev/null
+++ b/srcpkgs/hyprpicker/template
@@ -0,0 +1,22 @@
+# Template file for 'hyprpicker'
+pkgname=hyprpicker
+version=0.1.1
+revision=1
+hostmakedepends="pkg-config cmake ninja wayland-devel git"
+makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel"
+short_desc="Wlroots-compatible Wayland color picker that does not suck"
+maintainer="RAR27 <rar27@tuta.io>"
+license="BSD-3-Clause"
+homepage="https://github.com/hyprwm/hyprpicker"
+changelog="https://github.com/hyprwm/hyprpicker/releases"
+distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
+checksum=f6a5e57dc69e3b0499a34f4533583bd7d7770f5a1a9834f521b532f0d1ec26e0
+
+do_build() {
+	make all
+}
+
+do_install() {
+	vbin build/hyprpicker
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: hyprpicker-0.1.1
  2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
                   ` (5 preceding siblings ...)
  2023-06-08 17:15 ` RAR27
@ 2023-06-08 22:53 ` Duncaen
  2023-06-09  4:14 ` [PR PATCH] [Updated] " RAR27
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2023-06-08 22:53 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43873#discussion_r1223620503

Comment:
wlroots is the project name, this shouldn't be capitalized, even if the linter says so.

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

* Re: [PR PATCH] [Updated] New package: hyprpicker-0.1.1
  2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
                   ` (6 preceding siblings ...)
  2023-06-08 22:53 ` [PR REVIEW] New package: hyprpicker-0.1.1 Duncaen
@ 2023-06-09  4:14 ` RAR27
  2023-06-09  4:14 ` [PR REVIEW] " RAR27
  2023-06-27 10:57 ` [PR PATCH] [Closed]: " Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: RAR27 @ 2023-06-09  4:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages hyprpicker
https://github.com/void-linux/void-packages/pull/43873

New package: hyprpicker-0.1.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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


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

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

From e32d1a4dfa6d9cebc3b79f44d5cb23b40d47d9a2 Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Sun, 14 May 2023 17:42:50 -0400
Subject: [PATCH] New package: hyprpicker-0.1.1

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

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
new file mode 100644
index 000000000000..794d0d483324
--- /dev/null
+++ b/srcpkgs/hyprpicker/template
@@ -0,0 +1,22 @@
+# Template file for 'hyprpicker'
+pkgname=hyprpicker
+version=0.1.1
+revision=1
+hostmakedepends="pkg-config cmake ninja wayland-devel git"
+makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel"
+short_desc="wlroots-compatible Wayland color picker that does not suck"
+maintainer="RAR27 <rar27@tuta.io>"
+license="BSD-3-Clause"
+homepage="https://github.com/hyprwm/hyprpicker"
+changelog="https://github.com/hyprwm/hyprpicker/releases"
+distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
+checksum=f6a5e57dc69e3b0499a34f4533583bd7d7770f5a1a9834f521b532f0d1ec26e0
+
+do_build() {
+	make all
+}
+
+do_install() {
+	vbin build/hyprpicker
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: hyprpicker-0.1.1
  2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
                   ` (7 preceding siblings ...)
  2023-06-09  4:14 ` [PR PATCH] [Updated] " RAR27
@ 2023-06-09  4:14 ` RAR27
  2023-06-27 10:57 ` [PR PATCH] [Closed]: " Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: RAR27 @ 2023-06-09  4:14 UTC (permalink / raw)
  To: ml

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

New review comment by RAR27 on void-packages repository

https://github.com/void-linux/void-packages/pull/43873#discussion_r1223823105

Comment:
Makes sense, thanks.

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

* Re: [PR PATCH] [Closed]: New package: hyprpicker-0.1.1
  2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
                   ` (8 preceding siblings ...)
  2023-06-09  4:14 ` [PR REVIEW] " RAR27
@ 2023-06-27 10:57 ` Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2023-06-27 10:57 UTC (permalink / raw)
  To: ml

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

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

New package: hyprpicker-0.1.1
https://github.com/void-linux/void-packages/pull/43873

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

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

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

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


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

end of thread, other threads:[~2023-06-27 10:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
2023-05-14 21:53 ` [PR PATCH] [Updated] " RAR27
2023-05-14 21:54 ` RAR27
2023-05-14 21:56 ` RAR27
2023-05-14 21:58 ` RAR27
2023-05-14 22:00 ` RAR27
2023-06-08 17:15 ` RAR27
2023-06-08 22:53 ` [PR REVIEW] New package: hyprpicker-0.1.1 Duncaen
2023-06-09  4:14 ` [PR PATCH] [Updated] " RAR27
2023-06-09  4:14 ` [PR REVIEW] " RAR27
2023-06-27 10:57 ` [PR PATCH] [Closed]: " Duncaen

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