Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wl-clipboard: update to 2.2.1.
@ 2023-08-28 19:55 mhmdanas
  2023-08-28 20:26 ` skmpz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-08-28 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages wl-clipboard-2.2.1
https://github.com/void-linux/void-packages/pull/45803

wl-clipboard: update to 2.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

Fixes #45604.

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

@skmpz sorry for grabbing this update, but it fixes a pretty major issue so I hope you don't mind. :)

<!--
#### 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/45803.patch is attached

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

From ce8aaec97869ef6a6b137913dcfc242f25c43842 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 28 Aug 2023 20:54:10 +0100
Subject: [PATCH] wl-clipboard: update to 2.2.1.

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

diff --git a/srcpkgs/wl-clipboard/template b/srcpkgs/wl-clipboard/template
index a13310482e8ea..232d6230daf12 100644
--- a/srcpkgs/wl-clipboard/template
+++ b/srcpkgs/wl-clipboard/template
@@ -1,6 +1,6 @@
 # Template file for 'wl-clipboard'
 pkgname=wl-clipboard
-version=2.2.0
+version=2.2.1
 revision=1
 build_style=meson
 hostmakedepends="wayland-devel pkg-config"
@@ -10,4 +10,4 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/bugaevc/wl-clipboard"
 distfiles="https://github.com/bugaevc/wl-clipboard/archive/v${version}.tar.gz"
-checksum=414005cfa229d0e54f89a0d9a8473938e4c29adc21a9e556847a4d44ad508874
+checksum=6eb8081207fb5581d1d82c4bcd9587205a31a3d47bea3ebeb7f41aa1143783eb

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

* Re: wl-clipboard: update to 2.2.1.
  2023-08-28 19:55 [PR PATCH] wl-clipboard: update to 2.2.1 mhmdanas
@ 2023-08-28 20:26 ` skmpz
  2023-08-28 20:34 ` mhmdanas
  2023-09-05 19:43 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: skmpz @ 2023-08-28 20:26 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/45803#issuecomment-1696364179

Comment:
@mhmdanas no worries. There was an issue with installing xtools in pipeline, maybe force push to rerun :)

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

* Re: wl-clipboard: update to 2.2.1.
  2023-08-28 19:55 [PR PATCH] wl-clipboard: update to 2.2.1 mhmdanas
  2023-08-28 20:26 ` skmpz
@ 2023-08-28 20:34 ` mhmdanas
  2023-09-05 19:43 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-08-28 20:34 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/45803#issuecomment-1696373572

Comment:
It's been happening to other PRs too, so I don't think a force-push will help...

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

* Re: [PR PATCH] [Merged]: wl-clipboard: update to 2.2.1.
  2023-08-28 19:55 [PR PATCH] wl-clipboard: update to 2.2.1 mhmdanas
  2023-08-28 20:26 ` skmpz
  2023-08-28 20:34 ` mhmdanas
@ 2023-09-05 19:43 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2023-09-05 19:43 UTC (permalink / raw)
  To: ml

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

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

wl-clipboard: update to 2.2.1.
https://github.com/void-linux/void-packages/pull/45803

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

Fixes #45604.

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

@skmpz sorry for grabbing this update, but it fixes a pretty major issue so I hope you don't mind. :)

<!--
#### 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-09-05 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-28 19:55 [PR PATCH] wl-clipboard: update to 2.2.1 mhmdanas
2023-08-28 20:26 ` skmpz
2023-08-28 20:34 ` mhmdanas
2023-09-05 19:43 ` [PR PATCH] [Merged]: " leahneukirchen

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