Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wl-copy: update to 2.0.0_beta1
@ 2019-09-16  7:28 voidlinux-github
  2019-09-16  7:28 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-16  7:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages master
https://github.com/void-linux/void-packages/pull/14491

wl-copy: update to 2.0.0_beta1


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

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

From b27a84a08b05e908545e5587d784180139fb8cf8 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 16 Sep 2019 11:26:27 +0200
Subject: [PATCH] wl-copy: update to 2.0.0_beta1

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

diff --git a/srcpkgs/wl-clipboard/template b/srcpkgs/wl-clipboard/template
index c44e9500d20..7b77ac8dbb2 100644
--- a/srcpkgs/wl-clipboard/template
+++ b/srcpkgs/wl-clipboard/template
@@ -1,7 +1,9 @@
 # Template file for 'wl-clipboard'
 pkgname=wl-clipboard
-version=1.0.0
-revision=1
+version=2.0.0
+revision=2
+_status="_beta1"
+wrksrc="wl-clipboard-${version}${_status}"
 build_style=meson
 hostmakedepends="wayland-devel pkg-config"
 makedepends="wayland-protocols wayland-devel"
@@ -9,5 +11,5 @@ short_desc="Wayland clipboard utilities"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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=9b5c1f5f67c40672324194ec11c1fcbeccc72c0cd5b6712d6c7257be252387e3
+distfiles="https://github.com/bugaevc/wl-clipboard/archive/${version}${_status}.tar.gz"
+checksum=3e4c000319561eef139c8eca11e0b7c16042e898dea06b47983efac7d476eaf1

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

* Re: [PR PATCH] [Updated] wl-copy: update to 2.0.0_beta1
  2019-09-16  7:28 [PR PATCH] wl-copy: update to 2.0.0_beta1 voidlinux-github
  2019-09-16  7:28 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-16  7:28 ` voidlinux-github
  2019-09-16  9:55 ` wl-clipboard: " voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-16  7:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages master
https://github.com/void-linux/void-packages/pull/14491

wl-copy: update to 2.0.0_beta1


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

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

From f359c00a20f9c1ef7ae37b0d2cec5acd2dd43283 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 16 Sep 2019 11:26:27 +0200
Subject: [PATCH] wl-clipboard: update to 2.0.0_beta1

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

diff --git a/srcpkgs/wl-clipboard/template b/srcpkgs/wl-clipboard/template
index c44e9500d20..7b77ac8dbb2 100644
--- a/srcpkgs/wl-clipboard/template
+++ b/srcpkgs/wl-clipboard/template
@@ -1,7 +1,9 @@
 # Template file for 'wl-clipboard'
 pkgname=wl-clipboard
-version=1.0.0
-revision=1
+version=2.0.0
+revision=2
+_status="_beta1"
+wrksrc="wl-clipboard-${version}${_status}"
 build_style=meson
 hostmakedepends="wayland-devel pkg-config"
 makedepends="wayland-protocols wayland-devel"
@@ -9,5 +11,5 @@ short_desc="Wayland clipboard utilities"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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=9b5c1f5f67c40672324194ec11c1fcbeccc72c0cd5b6712d6c7257be252387e3
+distfiles="https://github.com/bugaevc/wl-clipboard/archive/${version}${_status}.tar.gz"
+checksum=3e4c000319561eef139c8eca11e0b7c16042e898dea06b47983efac7d476eaf1

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

* Re: [PR PATCH] [Updated] wl-copy: update to 2.0.0_beta1
  2019-09-16  7:28 [PR PATCH] wl-copy: update to 2.0.0_beta1 voidlinux-github
@ 2019-09-16  7:28 ` voidlinux-github
  2019-09-16  7:28 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-16  7:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages master
https://github.com/void-linux/void-packages/pull/14491

wl-copy: update to 2.0.0_beta1


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

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

From f359c00a20f9c1ef7ae37b0d2cec5acd2dd43283 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 16 Sep 2019 11:26:27 +0200
Subject: [PATCH] wl-clipboard: update to 2.0.0_beta1

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

diff --git a/srcpkgs/wl-clipboard/template b/srcpkgs/wl-clipboard/template
index c44e9500d20..7b77ac8dbb2 100644
--- a/srcpkgs/wl-clipboard/template
+++ b/srcpkgs/wl-clipboard/template
@@ -1,7 +1,9 @@
 # Template file for 'wl-clipboard'
 pkgname=wl-clipboard
-version=1.0.0
-revision=1
+version=2.0.0
+revision=2
+_status="_beta1"
+wrksrc="wl-clipboard-${version}${_status}"
 build_style=meson
 hostmakedepends="wayland-devel pkg-config"
 makedepends="wayland-protocols wayland-devel"
@@ -9,5 +11,5 @@ short_desc="Wayland clipboard utilities"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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=9b5c1f5f67c40672324194ec11c1fcbeccc72c0cd5b6712d6c7257be252387e3
+distfiles="https://github.com/bugaevc/wl-clipboard/archive/${version}${_status}.tar.gz"
+checksum=3e4c000319561eef139c8eca11e0b7c16042e898dea06b47983efac7d476eaf1

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

* Re: wl-clipboard: update to 2.0.0_beta1
  2019-09-16  7:28 [PR PATCH] wl-copy: update to 2.0.0_beta1 voidlinux-github
  2019-09-16  7:28 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-16  7:28 ` voidlinux-github
@ 2019-09-16  9:55 ` voidlinux-github
  2019-09-16 14:03 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-16  9:55 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/14491#issuecomment-531711818

Comment:
WIP : https://github.com/bugaevc/wl-clipboard/issues/58

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

* Re: wl-clipboard: update to 2.0.0_beta1
  2019-09-16  7:28 [PR PATCH] wl-copy: update to 2.0.0_beta1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-16  9:55 ` wl-clipboard: " voidlinux-github
@ 2019-09-16 14:03 ` voidlinux-github
  2019-09-16 14:03 ` [PR PATCH] [Closed]: " voidlinux-github
  2019-09-16 14:23 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-16 14:03 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/14491#issuecomment-531791465

Comment:
we generally only package stable versions of software. Please (re)open a PR when upstream has released a new stable version.

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

* Re: [PR PATCH] [Closed]: wl-clipboard: update to 2.0.0_beta1
  2019-09-16  7:28 [PR PATCH] wl-copy: update to 2.0.0_beta1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-16 14:03 ` voidlinux-github
@ 2019-09-16 14:03 ` voidlinux-github
  2019-09-16 14:23 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-16 14:03 UTC (permalink / raw)
  To: ml

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

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

wl-clipboard: update to 2.0.0_beta1
https://github.com/void-linux/void-packages/pull/14491

Description:


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

* Re: wl-clipboard: update to 2.0.0_beta1
  2019-09-16  7:28 [PR PATCH] wl-copy: update to 2.0.0_beta1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-16 14:03 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-09-16 14:23 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-16 14:23 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/14491#issuecomment-531800469

Comment:
1.0.0 version do not work anymore from around one year. Those beta releases are more stable than the complete one.
I saw some other beta statues packages so I guessed it is an accepted way.

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

end of thread, other threads:[~2019-09-16 14:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16  7:28 [PR PATCH] wl-copy: update to 2.0.0_beta1 voidlinux-github
2019-09-16  7:28 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-16  7:28 ` voidlinux-github
2019-09-16  9:55 ` wl-clipboard: " voidlinux-github
2019-09-16 14:03 ` voidlinux-github
2019-09-16 14:03 ` [PR PATCH] [Closed]: " voidlinux-github
2019-09-16 14:23 ` voidlinux-github

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