Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: clapboard-0.1.1
@ 2023-01-28 14:02 lz-coder
  2023-01-28 14:11 ` icp1994
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: lz-coder @ 2023-01-28 14:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages clapboard
https://github.com/void-linux/void-packages/pull/41914

New package: clapboard-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-GLIBC)


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

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

From 6b5506ee4daef9fe0e5343fd816fd268a41ea77c Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Sat, 28 Jan 2023 11:00:51 -0300
Subject: [PATCH] New package: clapboard-0.1.1

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

diff --git a/srcpkgs/clapboard/template b/srcpkgs/clapboard/template
new file mode 100644
index 000000000000..fe6f36cb031f
--- /dev/null
+++ b/srcpkgs/clapboard/template
@@ -0,0 +1,13 @@
+# Template file for 'clapboard'
+pkgname=clapboard
+version=0.1.1
+revision=1
+build_style=cargo
+depends="wl-clipboard"
+short_desc="Simple clipboard manager for Wayland, built in Rust"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/bjesus/clapboard"
+changelog="https://github.com/bjesus/clapboard/releases"
+distfiles="https://github.com/bjesus/clapboard/archive/v${version}.tar.gz"
+checksum=dbb82f8d224e7b11092e500d12981d970ea04a730ff26dab82b39c0e33c7a033

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

* Re: New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
@ 2023-01-28 14:11 ` icp1994
  2023-01-28 14:24 ` [PR PATCH] [Updated] " lz-coder
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2023-01-28 14:11 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41914#issuecomment-1407407260

Comment:
License is MIT and using /archive/refs/tags/ is recommended for distfiles

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

* Re: [PR PATCH] [Updated] New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
  2023-01-28 14:11 ` icp1994
@ 2023-01-28 14:24 ` lz-coder
  2023-01-28 14:25 ` lz-coder
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: lz-coder @ 2023-01-28 14:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages clapboard
https://github.com/void-linux/void-packages/pull/41914

New package: clapboard-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-GLIBC)


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

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

From 159b4d97bb76d71a14246005713e9cb1d0dc1f87 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Sat, 28 Jan 2023 11:00:51 -0300
Subject: [PATCH] New package: clapboard-0.1.1

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

diff --git a/srcpkgs/clapboard/template b/srcpkgs/clapboard/template
new file mode 100644
index 000000000000..648a1ba29749
--- /dev/null
+++ b/srcpkgs/clapboard/template
@@ -0,0 +1,17 @@
+# Template file for 'clapboard'
+pkgname=clapboard
+version=0.1.1
+revision=1
+build_style=cargo
+depends="wl-clipboard"
+short_desc="Simple clipboard manager for Wayland, built in Rust"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="MIT"
+homepage="https://github.com/bjesus/clapboard"
+changelog="https://github.com/bjesus/clapboard/releases"
+distfiles="https://github.com/bjesus/clapboard/archive/refs/tags/v${version}.tar.gz"
+checksum=dbb82f8d224e7b11092e500d12981d970ea04a730ff26dab82b39c0e33c7a033
+
+do_install() {
+    vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
  2023-01-28 14:11 ` icp1994
  2023-01-28 14:24 ` [PR PATCH] [Updated] " lz-coder
@ 2023-01-28 14:25 ` lz-coder
  2023-01-28 14:26 ` lz-coder
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: lz-coder @ 2023-01-28 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages clapboard
https://github.com/void-linux/void-packages/pull/41914

New package: clapboard-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-GLIBC)


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

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

From 64d9271e925eff13a3e8c2fff967d2afb9f0a818 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Sat, 28 Jan 2023 11:00:51 -0300
Subject: [PATCH] New package: clapboard-0.1.1

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

diff --git a/srcpkgs/clapboard/template b/srcpkgs/clapboard/template
new file mode 100644
index 000000000000..6cbb4d6b61ee
--- /dev/null
+++ b/srcpkgs/clapboard/template
@@ -0,0 +1,17 @@
+# Template file for 'clapboard'
+pkgname=clapboard
+version=0.1.1
+revision=1
+build_style=cargo
+depends="wl-clipboard"
+short_desc="Simple clipboard manager for Wayland, built in Rust"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="MIT"
+homepage="https://github.com/bjesus/clapboard"
+changelog="https://github.com/bjesus/clapboard/releases"
+distfiles="https://github.com/bjesus/clapboard/archive/refs/tags/v${version}.tar.gz"
+checksum=dbb82f8d224e7b11092e500d12981d970ea04a730ff26dab82b39c0e33c7a033
+
+do_install() {
+	vlicense LICENSE
+}

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

* Re: New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
                   ` (2 preceding siblings ...)
  2023-01-28 14:25 ` lz-coder
@ 2023-01-28 14:26 ` lz-coder
  2023-01-28 14:33 ` icp1994
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: lz-coder @ 2023-01-28 14:26 UTC (permalink / raw)
  To: ml

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

New comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41914#issuecomment-1407410026

Comment:
> License is MIT and using /archive/refs/tags/ is recommended for distfiles

Done

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

* Re: New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
                   ` (3 preceding siblings ...)
  2023-01-28 14:26 ` lz-coder
@ 2023-01-28 14:33 ` icp1994
  2023-01-28 14:37 ` [PR PATCH] [Updated] " lz-coder
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2023-01-28 14:33 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41914#issuecomment-1407411352

Comment:
If you overwrite do_install() from the cargo build style, the actual binary won't be in the package if you don't put it in the destdir manually. So your package currently contains only the LICENSE file. You can check this with [xls from xtools](https://man.voidlinux.org/xtools). So you need post_install() instead of do_install().

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

* Re: [PR PATCH] [Updated] New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
                   ` (4 preceding siblings ...)
  2023-01-28 14:33 ` icp1994
@ 2023-01-28 14:37 ` lz-coder
  2023-01-28 14:37 ` lz-coder
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: lz-coder @ 2023-01-28 14:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages clapboard
https://github.com/void-linux/void-packages/pull/41914

New package: clapboard-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-GLIBC)


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

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

From 75141715f9cc16d3f9837c58d15134a3a6eff13e Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Sat, 28 Jan 2023 11:00:51 -0300
Subject: [PATCH] New package: clapboard-0.1.1

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

diff --git a/srcpkgs/clapboard/template b/srcpkgs/clapboard/template
new file mode 100644
index 000000000000..6cadbd858e45
--- /dev/null
+++ b/srcpkgs/clapboard/template
@@ -0,0 +1,17 @@
+# Template file for 'clapboard'
+pkgname=clapboard
+version=0.1.1
+revision=1
+build_style=cargo
+depends="wl-clipboard"
+short_desc="Simple clipboard manager for Wayland, built in Rust"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="MIT"
+homepage="https://github.com/bjesus/clapboard"
+changelog="https://github.com/bjesus/clapboard/releases"
+distfiles="https://github.com/bjesus/clapboard/archive/refs/tags/v${version}.tar.gz"
+checksum=dbb82f8d224e7b11092e500d12981d970ea04a730ff26dab82b39c0e33c7a033
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
                   ` (5 preceding siblings ...)
  2023-01-28 14:37 ` [PR PATCH] [Updated] " lz-coder
@ 2023-01-28 14:37 ` lz-coder
  2023-01-28 14:37 ` [PR PATCH] [Closed]: " lz-coder
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: lz-coder @ 2023-01-28 14:37 UTC (permalink / raw)
  To: ml

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

New comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41914#issuecomment-1407411978

Comment:
> 



> If you overwrite do_install() from the cargo build style, the actual binary won't be in the package if you don't put it in the destdir manually. So your package currently contains only the LICENSE file. You can check this with [xls from xtools](https://man.voidlinux.org/xtools). So you need post_install() instead of do_install().



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

* Re: [PR PATCH] [Closed]: New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
                   ` (6 preceding siblings ...)
  2023-01-28 14:37 ` lz-coder
@ 2023-01-28 14:37 ` lz-coder
  2023-01-28 14:38 ` lz-coder
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: lz-coder @ 2023-01-28 14:37 UTC (permalink / raw)
  To: ml

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

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

New package: clapboard-0.1.1
https://github.com/void-linux/void-packages/pull/41914

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


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

* Re: New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
                   ` (7 preceding siblings ...)
  2023-01-28 14:37 ` [PR PATCH] [Closed]: " lz-coder
@ 2023-01-28 14:38 ` lz-coder
  2023-04-29  1:52 ` github-actions
  2023-05-04 18:11 ` [PR PATCH] [Closed]: " lz-coder
  10 siblings, 0 replies; 12+ messages in thread
From: lz-coder @ 2023-01-28 14:38 UTC (permalink / raw)
  To: ml

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

New comment by lz-coder on void-packages repository

https://github.com/void-linux/void-packages/pull/41914#issuecomment-1407412170

Comment:
> > 
> 
> > If you overwrite do_install() from the cargo build style, the actual binary won't be in the package if you don't put it in the destdir manually. So your package currently contains only the LICENSE file. You can check this with [xls from xtools](https://man.voidlinux.org/xtools). So you need post_install() instead of do_install().

Thanks for the tip, I didn't know xls

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

* Re: New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
                   ` (8 preceding siblings ...)
  2023-01-28 14:38 ` lz-coder
@ 2023-04-29  1:52 ` github-actions
  2023-05-04 18:11 ` [PR PATCH] [Closed]: " lz-coder
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-04-29  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/41914#issuecomment-1528457813

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

* Re: [PR PATCH] [Closed]: New package: clapboard-0.1.1
  2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
                   ` (9 preceding siblings ...)
  2023-04-29  1:52 ` github-actions
@ 2023-05-04 18:11 ` lz-coder
  10 siblings, 0 replies; 12+ messages in thread
From: lz-coder @ 2023-05-04 18:11 UTC (permalink / raw)
  To: ml

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

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

New package: clapboard-0.1.1
https://github.com/void-linux/void-packages/pull/41914

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


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

end of thread, other threads:[~2023-05-04 18:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28 14:02 [PR PATCH] New package: clapboard-0.1.1 lz-coder
2023-01-28 14:11 ` icp1994
2023-01-28 14:24 ` [PR PATCH] [Updated] " lz-coder
2023-01-28 14:25 ` lz-coder
2023-01-28 14:26 ` lz-coder
2023-01-28 14:33 ` icp1994
2023-01-28 14:37 ` [PR PATCH] [Updated] " lz-coder
2023-01-28 14:37 ` lz-coder
2023-01-28 14:37 ` [PR PATCH] [Closed]: " lz-coder
2023-01-28 14:38 ` lz-coder
2023-04-29  1:52 ` github-actions
2023-05-04 18:11 ` [PR PATCH] [Closed]: " lz-coder

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