Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Clipboard: update to 0.4.0
@ 2023-02-26  2:14 tranzystorek-io
  2023-02-26 10:11 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-02-26  2:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cb
https://github.com/void-linux/void-packages/pull/42455

Clipboard: update to 0.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (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/42455.patch is attached

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

From c22bda2180d697fad42da52a1a70c613ba8e8254 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sun, 26 Feb 2023 03:12:25 +0100
Subject: [PATCH] Clipboard: update to 0.4.0

---
 srcpkgs/Clipboard/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Clipboard/template b/srcpkgs/Clipboard/template
index 2ce541aa5eec..4015c67dcba6 100644
--- a/srcpkgs/Clipboard/template
+++ b/srcpkgs/Clipboard/template
@@ -1,6 +1,6 @@
 # Template file for 'Clipboard'
 pkgname=Clipboard
-version=0.3.2
+version=0.4.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config wayland-devel"
@@ -10,7 +10,7 @@ maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Slackadays/Clipboard"
 distfiles="https://github.com/Slackadays/Clipboard/archive/refs/tags/${version}.tar.gz"
-checksum=6784aac212307cd7e6957e2ae9f71b4a98c1ce520351d8ca86c8a414b723c899
+checksum=ff4ebccdde9800d064b0c92fa4206770a5bf64826f0a0566416a7f3e6cedf997
 
 if [ "${XBPS_TARGET_NO_ATOMIC8}" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR REVIEW] Clipboard: update to 0.4.0
  2023-02-26  2:14 [PR PATCH] Clipboard: update to 0.4.0 tranzystorek-io
@ 2023-02-26 10:11 ` paper42
  2023-02-26 10:55 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-02-26 10:11 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42455#discussion_r1118056298

Comment:
```suggestion
homepage="https://github.com/Slackadays/Clipboard"
changelog="https://github.com/Slackadays/Clipboard/releases"
```

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

* Re: [PR PATCH] [Updated] Clipboard: update to 0.4.0
  2023-02-26  2:14 [PR PATCH] Clipboard: update to 0.4.0 tranzystorek-io
  2023-02-26 10:11 ` [PR REVIEW] " paper42
@ 2023-02-26 10:55 ` tranzystorek-io
  2023-02-26 10:57 ` [PR REVIEW] " tranzystorek-io
  2023-02-28 22:13 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-02-26 10:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cb
https://github.com/void-linux/void-packages/pull/42455

Clipboard: update to 0.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, (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/42455.patch is attached

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

From 6462ea1e292e39e5a02289b9c9306b280c47cccf Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sun, 26 Feb 2023 03:12:25 +0100
Subject: [PATCH] Clipboard: update to 0.4.0

---
 srcpkgs/Clipboard/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Clipboard/template b/srcpkgs/Clipboard/template
index 2ce541aa5eec..7fc71709d135 100644
--- a/srcpkgs/Clipboard/template
+++ b/srcpkgs/Clipboard/template
@@ -1,6 +1,6 @@
 # Template file for 'Clipboard'
 pkgname=Clipboard
-version=0.3.2
+version=0.4.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config wayland-devel"
@@ -9,8 +9,9 @@ short_desc="Cut, copy, and paste anything, anywhere, all from the terminal"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Slackadays/Clipboard"
+changelog="https://github.com/Slackadays/Clipboard/releases"
 distfiles="https://github.com/Slackadays/Clipboard/archive/refs/tags/${version}.tar.gz"
-checksum=6784aac212307cd7e6957e2ae9f71b4a98c1ce520351d8ca86c8a414b723c899
+checksum=ff4ebccdde9800d064b0c92fa4206770a5bf64826f0a0566416a7f3e6cedf997
 
 if [ "${XBPS_TARGET_NO_ATOMIC8}" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR REVIEW] Clipboard: update to 0.4.0
  2023-02-26  2:14 [PR PATCH] Clipboard: update to 0.4.0 tranzystorek-io
  2023-02-26 10:11 ` [PR REVIEW] " paper42
  2023-02-26 10:55 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-02-26 10:57 ` tranzystorek-io
  2023-02-28 22:13 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-02-26 10:57 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/42455#discussion_r1118063295

Comment:
Done

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

* Re: [PR PATCH] [Merged]: Clipboard: update to 0.4.0
  2023-02-26  2:14 [PR PATCH] Clipboard: update to 0.4.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2023-02-26 10:57 ` [PR REVIEW] " tranzystorek-io
@ 2023-02-28 22:13 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-02-28 22:13 UTC (permalink / raw)
  To: ml

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

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

Clipboard: update to 0.4.0
https://github.com/void-linux/void-packages/pull/42455

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

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

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

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-02-28 22:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26  2:14 [PR PATCH] Clipboard: update to 0.4.0 tranzystorek-io
2023-02-26 10:11 ` [PR REVIEW] " paper42
2023-02-26 10:55 ` [PR PATCH] [Updated] " tranzystorek-io
2023-02-26 10:57 ` [PR REVIEW] " tranzystorek-io
2023-02-28 22:13 ` [PR PATCH] [Merged]: " paper42

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