Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: wl-clipboard-x11-4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11798@inbox.vuxu.org>
  2019-10-20  0:50 ` [PR PATCH] [Updated] New package: wl-clipboard-x11-4 voidlinux-github
@ 2019-10-20  0:50 ` voidlinux-github
  2019-10-20  0:50 ` voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-20  0:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages topic-wlcilpboardx11
https://github.com/void-linux/void-packages/pull/11798

New package: wl-clipboard-x11-4
This is useful for syncing the X11 clipboard in Xwayland apps with the Wayland clipboard - this package in AUR form was crucial to my `sway` setup on Arch Linux, so it was a great candidate for learning Void packaging! :)

Upstream: https://github.com/brunelli/wl-clipboard-x11

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

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

From 1a8fdd120a2b1e8597657a044efaca1734721029 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sat, 18 May 2019 01:32:15 -0700
Subject: [PATCH] New package: wl-clipboard-x11-4

---
 srcpkgs/wl-clipboard-x11/template | 13 +++++++++++++
 srcpkgs/xclip/template            |  5 +++--
 srcpkgs/xsel/template             |  3 ++-
 3 files changed, 18 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/wl-clipboard-x11/template

diff --git a/srcpkgs/wl-clipboard-x11/template b/srcpkgs/wl-clipboard-x11/template
new file mode 100644
index 00000000000..e84bbcdaffd
--- /dev/null
+++ b/srcpkgs/wl-clipboard-x11/template
@@ -0,0 +1,13 @@
+# Template file for 'wl-clipboard-x11'
+pkgname=wl-clipboard-x11
+version=4
+revision=1
+build_style=gnu-makefile
+depends="wl-clipboard"
+short_desc="Use wl-clipboard as a drop-in replacement to X11 clipboard tools"
+maintainer="klardotsh <josh@klar.sh>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/brunelli/wl-clipboard-x11"
+distfiles="https://github.com/brunelli/wl-clipboard-x11/archive/v${version}.tar.gz"
+checksum=25a4b4519600e19f8503569b46c80bcbf2d8647ace384d4acacb67e3114a21c6
+alternatives="xclip:wl-clipboard-x11:/usr/bin/xclip xsel:wl-clipboard-x11:/usr/bin/xsel"
diff --git a/srcpkgs/xclip/template b/srcpkgs/xclip/template
index b307cbca33f..aac20ef5e84 100644
--- a/srcpkgs/xclip/template
+++ b/srcpkgs/xclip/template
@@ -1,16 +1,17 @@
 # Template file for 'xclip'
 pkgname=xclip
 version=0.13
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake"
 makedepends="libXmu-devel"
+short_desc="Command line interface to the X11 clipboard"
 maintainer="Steven R <dev@styez.com>"
 homepage="https://github.com/astrand/xclip"
 license="GPL-2"
-short_desc="Command line interface to the X11 clipboard"
 distfiles="https://github.com/astrand/xclip/archive/${version}.tar.gz"
 checksum=ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758
+alternatives="xclip:xclip:/usr/bin/xclip"
 
 pre_configure() {
 	autoreconf -fi
diff --git a/srcpkgs/xsel/template b/srcpkgs/xsel/template
index edc001dba40..04c1575569a 100644
--- a/srcpkgs/xsel/template
+++ b/srcpkgs/xsel/template
@@ -1,7 +1,7 @@
 # Template file for 'xsel'
 pkgname=xsel
 version=1.2.0
-revision=4
+revision=5
 build_style="gnu-configure"
 makedepends="libXt-devel"
 short_desc="Command-line getting and setting the contents of the X selection"
@@ -10,3 +10,4 @@ license="custom"
 homepage="http://www.vergenet.net/~conrad/software/xsel/"
 distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version}.tar.gz"
 checksum=b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c
+alternatives="xsel:xsel:/usr/bin/xsel"

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

* Re: New package: wl-clipboard-x11-4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11798@inbox.vuxu.org>
  2019-10-20  0:50 ` [PR PATCH] [Updated] New package: wl-clipboard-x11-4 voidlinux-github
  2019-10-20  0:50 ` voidlinux-github
@ 2019-10-20  0:50 ` voidlinux-github
  2020-03-20  7:23 ` travankor
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-20  0:50 UTC (permalink / raw)
  To: ml

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

New comment by klardotsh on void-packages repository

https://github.com/void-linux/void-packages/pull/11798#issuecomment-544209676

Comment:
Now that `wl-clipboard-2.0.0` is packaged and in the repos, thoughts on merge? Not sure who to ping on such an old PR - @CameronNemo maybe?

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

* Re: New package: wl-clipboard-x11-4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11798@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2019-10-20  0:50 ` voidlinux-github
@ 2020-03-20  7:23 ` travankor
  2020-03-20 18:09 ` CameronNemo
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: travankor @ 2020-03-20  7:23 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/11798#issuecomment-601566017

Comment:
Is this still relevant?

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

* Re: New package: wl-clipboard-x11-4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11798@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-03-20  7:23 ` travankor
@ 2020-03-20 18:09 ` CameronNemo
  2020-03-20 18:14 ` klardotsh
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: CameronNemo @ 2020-03-20 18:09 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/11798#issuecomment-601841297

Comment:
Yeah I expect it is still desired by the initiator of the PR, maybe by others.

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

* Re: New package: wl-clipboard-x11-4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11798@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-03-20 18:09 ` CameronNemo
@ 2020-03-20 18:14 ` klardotsh
  2020-03-23 10:03 ` New package: wl-clipboard-x11-5 klardotsh
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: klardotsh @ 2020-03-20 18:14 UTC (permalink / raw)
  To: ml

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

New comment by klardotsh on void-packages repository

https://github.com/void-linux/void-packages/pull/11798#issuecomment-601843444

Comment:
Ah, yeah. I can update/rebase this PR over the weekend some time perhaps and get it prepped for a potential merge. I need to go through and update all my maintained packages anyway - things have fallen behind a bit :)

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

* Re: New package: wl-clipboard-x11-5
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11798@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-03-20 18:14 ` klardotsh
@ 2020-03-23 10:03 ` klardotsh
  2020-11-01  1:47 ` ericonr
  2020-11-01  1:48 ` [PR PATCH] [Closed]: " ericonr
  8 siblings, 0 replies; 9+ messages in thread
From: klardotsh @ 2020-03-23 10:03 UTC (permalink / raw)
  To: ml

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

New comment by klardotsh on void-packages repository

https://github.com/void-linux/void-packages/pull/11798#issuecomment-602497277

Comment:
Updated to v5 - looks like this still builds just fine for me.

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

* Re: New package: wl-clipboard-x11-5
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11798@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-03-23 10:03 ` New package: wl-clipboard-x11-5 klardotsh
@ 2020-11-01  1:47 ` ericonr
  2020-11-01  1:48 ` [PR PATCH] [Closed]: " ericonr
  8 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-11-01  1:47 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/11798#issuecomment-720013915

Comment:
PR has been inactive for a few months, closing for now. Feel free to reopen if you get back to it.

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

* Re: [PR PATCH] [Closed]: New package: wl-clipboard-x11-5
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11798@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-11-01  1:47 ` ericonr
@ 2020-11-01  1:48 ` ericonr
  8 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-11-01  1:48 UTC (permalink / raw)
  To: ml

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

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

New package: wl-clipboard-x11-5
https://github.com/void-linux/void-packages/pull/11798

Description:
This is useful for syncing the X11 clipboard in Xwayland apps with the Wayland clipboard - this package in AUR form was crucial to my `sway` setup on Arch Linux, so it was a great candidate for learning Void packaging! :)

Upstream: https://github.com/brunelli/wl-clipboard-x11

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

* Re: [PR PATCH] [Updated] New package: wl-clipboard-x11-4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11798@inbox.vuxu.org>
@ 2019-10-20  0:50 ` voidlinux-github
  2019-10-20  0:50 ` voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-10-20  0:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages topic-wlcilpboardx11
https://github.com/void-linux/void-packages/pull/11798

New package: wl-clipboard-x11-4
This is useful for syncing the X11 clipboard in Xwayland apps with the Wayland clipboard - this package in AUR form was crucial to my `sway` setup on Arch Linux, so it was a great candidate for learning Void packaging! :)

Upstream: https://github.com/brunelli/wl-clipboard-x11

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

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

From 1a8fdd120a2b1e8597657a044efaca1734721029 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sat, 18 May 2019 01:32:15 -0700
Subject: [PATCH] New package: wl-clipboard-x11-4

---
 srcpkgs/wl-clipboard-x11/template | 13 +++++++++++++
 srcpkgs/xclip/template            |  5 +++--
 srcpkgs/xsel/template             |  3 ++-
 3 files changed, 18 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/wl-clipboard-x11/template

diff --git a/srcpkgs/wl-clipboard-x11/template b/srcpkgs/wl-clipboard-x11/template
new file mode 100644
index 00000000000..e84bbcdaffd
--- /dev/null
+++ b/srcpkgs/wl-clipboard-x11/template
@@ -0,0 +1,13 @@
+# Template file for 'wl-clipboard-x11'
+pkgname=wl-clipboard-x11
+version=4
+revision=1
+build_style=gnu-makefile
+depends="wl-clipboard"
+short_desc="Use wl-clipboard as a drop-in replacement to X11 clipboard tools"
+maintainer="klardotsh <josh@klar.sh>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/brunelli/wl-clipboard-x11"
+distfiles="https://github.com/brunelli/wl-clipboard-x11/archive/v${version}.tar.gz"
+checksum=25a4b4519600e19f8503569b46c80bcbf2d8647ace384d4acacb67e3114a21c6
+alternatives="xclip:wl-clipboard-x11:/usr/bin/xclip xsel:wl-clipboard-x11:/usr/bin/xsel"
diff --git a/srcpkgs/xclip/template b/srcpkgs/xclip/template
index b307cbca33f..aac20ef5e84 100644
--- a/srcpkgs/xclip/template
+++ b/srcpkgs/xclip/template
@@ -1,16 +1,17 @@
 # Template file for 'xclip'
 pkgname=xclip
 version=0.13
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake"
 makedepends="libXmu-devel"
+short_desc="Command line interface to the X11 clipboard"
 maintainer="Steven R <dev@styez.com>"
 homepage="https://github.com/astrand/xclip"
 license="GPL-2"
-short_desc="Command line interface to the X11 clipboard"
 distfiles="https://github.com/astrand/xclip/archive/${version}.tar.gz"
 checksum=ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758
+alternatives="xclip:xclip:/usr/bin/xclip"
 
 pre_configure() {
 	autoreconf -fi
diff --git a/srcpkgs/xsel/template b/srcpkgs/xsel/template
index edc001dba40..04c1575569a 100644
--- a/srcpkgs/xsel/template
+++ b/srcpkgs/xsel/template
@@ -1,7 +1,7 @@
 # Template file for 'xsel'
 pkgname=xsel
 version=1.2.0
-revision=4
+revision=5
 build_style="gnu-configure"
 makedepends="libXt-devel"
 short_desc="Command-line getting and setting the contents of the X selection"
@@ -10,3 +10,4 @@ license="custom"
 homepage="http://www.vergenet.net/~conrad/software/xsel/"
 distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version}.tar.gz"
 checksum=b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c
+alternatives="xsel:xsel:/usr/bin/xsel"

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

end of thread, other threads:[~2020-11-01  1:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11798@inbox.vuxu.org>
2019-10-20  0:50 ` [PR PATCH] [Updated] New package: wl-clipboard-x11-4 voidlinux-github
2019-10-20  0:50 ` voidlinux-github
2019-10-20  0:50 ` voidlinux-github
2020-03-20  7:23 ` travankor
2020-03-20 18:09 ` CameronNemo
2020-03-20 18:14 ` klardotsh
2020-03-23 10:03 ` New package: wl-clipboard-x11-5 klardotsh
2020-11-01  1:47 ` ericonr
2020-11-01  1:48 ` [PR PATCH] [Closed]: " ericonr

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