Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Clipboard: update to 0.7.0
@ 2023-05-03 18:38 tranzystorek-io
  2023-05-07 18:11 ` Slackadays
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tranzystorek-io @ 2023-05-03 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages clipboard
https://github.com/void-linux/void-packages/pull/43727

Clipboard: update to 0.7.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/43727.patch is attached

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

From e8edd77157785c22ebd38d6be72bc71c04f746ef Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 3 May 2023 20:37:12 +0200
Subject: [PATCH] Clipboard: update to 0.7.0

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

diff --git a/srcpkgs/Clipboard/template b/srcpkgs/Clipboard/template
index b3796da930ce..f17ae107e8aa 100644
--- a/srcpkgs/Clipboard/template
+++ b/srcpkgs/Clipboard/template
@@ -1,6 +1,6 @@
 # Template file for 'Clipboard'
 pkgname=Clipboard
-version=0.6.0
+version=0.7.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config wayland-devel"
@@ -11,7 +11,7 @@ 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=8e87800d376f6649ae489d5aeb5af35ee079ca2e56e75902e1a45b4167180065
+checksum=56eb36ffcc0aa52e96dedcdc9c31a09871b442b118a75e2fd56a83c06bb71b66
 
 if [ "${XBPS_TARGET_NO_ATOMIC8}" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: Clipboard: update to 0.7.0
  2023-05-03 18:38 [PR PATCH] Clipboard: update to 0.7.0 tranzystorek-io
@ 2023-05-07 18:11 ` Slackadays
  2023-05-10 20:41 ` [PR PATCH] [Updated] " tranzystorek-io
  2023-05-17  5:33 ` [PR PATCH] [Merged]: Clipboard: update to 0.7.1 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Slackadays @ 2023-05-07 18:11 UTC (permalink / raw)
  To: ml

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

New comment by Slackadays on void-packages repository

https://github.com/void-linux/void-packages/pull/43727#issuecomment-1537508246

Comment:
Still waiting! :crying_cat_face: 

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

* Re: [PR PATCH] [Updated] Clipboard: update to 0.7.0
  2023-05-03 18:38 [PR PATCH] Clipboard: update to 0.7.0 tranzystorek-io
  2023-05-07 18:11 ` Slackadays
@ 2023-05-10 20:41 ` tranzystorek-io
  2023-05-17  5:33 ` [PR PATCH] [Merged]: Clipboard: update to 0.7.1 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorek-io @ 2023-05-10 20:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages clipboard
https://github.com/void-linux/void-packages/pull/43727

Clipboard: update to 0.7.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/43727.patch is attached

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

From 52902a9bf798d86ae9bc98251391d29645d5834b Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 3 May 2023 20:37:12 +0200
Subject: [PATCH] Clipboard: update to 0.7.1

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

diff --git a/srcpkgs/Clipboard/template b/srcpkgs/Clipboard/template
index b3796da930ce..7d5f0477cd3e 100644
--- a/srcpkgs/Clipboard/template
+++ b/srcpkgs/Clipboard/template
@@ -1,6 +1,6 @@
 # Template file for 'Clipboard'
 pkgname=Clipboard
-version=0.6.0
+version=0.7.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config wayland-devel"
@@ -11,7 +11,7 @@ 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=8e87800d376f6649ae489d5aeb5af35ee079ca2e56e75902e1a45b4167180065
+checksum=ade73db60fdbdff8c68a4dc97f854aae502304e8294d57a7b32f6b01d48f8eef
 
 if [ "${XBPS_TARGET_NO_ATOMIC8}" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR PATCH] [Merged]: Clipboard: update to 0.7.1
  2023-05-03 18:38 [PR PATCH] Clipboard: update to 0.7.0 tranzystorek-io
  2023-05-07 18:11 ` Slackadays
  2023-05-10 20:41 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-05-17  5:33 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-05-17  5:33 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.7.1
https://github.com/void-linux/void-packages/pull/43727

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

end of thread, other threads:[~2023-05-17  5:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03 18:38 [PR PATCH] Clipboard: update to 0.7.0 tranzystorek-io
2023-05-07 18:11 ` Slackadays
2023-05-10 20:41 ` [PR PATCH] [Updated] " tranzystorek-io
2023-05-17  5:33 ` [PR PATCH] [Merged]: Clipboard: update to 0.7.1 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).