Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wayclip-0.3
@ 2022-07-03 17:39 jcgruenhage
  2022-07-27 11:51 ` nvidiaLinuxUser
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: jcgruenhage @ 2022-07-03 17:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages wayclip-0.3_1
https://github.com/void-linux/void-packages/pull/37819

New package: wayclip-0.3
<!-- Uncomment relevant sections and delete options which are not applicable -->
Supersedes #37515, at the request of @nvidiaLinuxUser.

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37819.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wayclip-0.3_1-37819.patch --]
[-- Type: text/x-diff, Size: 1072 bytes --]

From a6d1b85e9691e623fb603861027331518dc09c70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 3 Jul 2022 19:36:16 +0200
Subject: [PATCH] New package: wayclip-0.3

---
 srcpkgs/wayclip/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/wayclip/template

diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template
new file mode 100644
index 000000000000..06d64933b02d
--- /dev/null
+++ b/srcpkgs/wayclip/template
@@ -0,0 +1,17 @@
+# Template file for 'wayclip'
+pkgname=wayclip
+version=0.3
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel"
+makedepends="wayland-devel"
+short_desc="Wayland clipboard utility"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="ISC"
+homepage="https://git.sr.ht/~noocsharp/wayclip"
+distfiles="https://git.sr.ht/~noocsharp/wayclip/archive/${version}.tar.gz"
+checksum=f3131b459bfb6354d9cf1ad129946205035aa79aa29953f5e21c6b62878eb977
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wayclip-0.3
  2022-07-03 17:39 [PR PATCH] New package: wayclip-0.3 jcgruenhage
@ 2022-07-27 11:51 ` nvidiaLinuxUser
  2022-07-27 13:08 ` paper42
  2022-08-01 13:03 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-27 11:51 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37819#issuecomment-1196627131

Comment:
If I'm not mistaken, wayclip depends on the wayland package

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

* Re: New package: wayclip-0.3
  2022-07-03 17:39 [PR PATCH] New package: wayclip-0.3 jcgruenhage
  2022-07-27 11:51 ` nvidiaLinuxUser
@ 2022-07-27 13:08 ` paper42
  2022-08-01 13:03 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-07-27 13:08 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37819#issuecomment-1196736339

Comment:
> If I'm not mistaken, wayclip depends on the wayland package

It's an automatically detected dependency:

```
=> wayclip-0.3_1: running pre-pkg hook: 999-collected-rdeps ...
   glibc>=2.32_1 wayland>=1.10.0_1
```

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

* Re: [PR PATCH] [Merged]: New package: wayclip-0.3
  2022-07-03 17:39 [PR PATCH] New package: wayclip-0.3 jcgruenhage
  2022-07-27 11:51 ` nvidiaLinuxUser
  2022-07-27 13:08 ` paper42
@ 2022-08-01 13:03 ` leahneukirchen
  2 siblings, 0 replies; 20+ messages in thread
From: leahneukirchen @ 2022-08-01 13:03 UTC (permalink / raw)
  To: ml

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

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

New package: wayclip-0.3
https://github.com/void-linux/void-packages/pull/37819

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
Supersedes #37515, at the request of @nvidiaLinuxUser.

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 20+ messages in thread

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (14 preceding siblings ...)
  2022-07-03 17:45 ` nvidiaLinuxUser
@ 2022-07-03 18:08 ` nvidiaLinuxUser
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 18:08 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1152931247

Comment:
> It builds fine on x86_64-musl.

Nice :)

> Should it depend on wlroots?

I think no

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (13 preceding siblings ...)
  2022-07-03 17:44 ` nvidiaLinuxUser
@ 2022-07-03 17:45 ` nvidiaLinuxUser
  2022-07-03 18:08 ` nvidiaLinuxUser
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:45 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141474

Comment:
> Ah, I see that this is on a `patch-1` branch, so you worked on this completely in the web interface? In that case it might be a bit more complicated.

Almost, I did it through GitHub CLI (I shouldn't have done that)

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (12 preceding siblings ...)
  2022-07-03 17:34 ` nvidiaLinuxUser
@ 2022-07-03 17:44 ` nvidiaLinuxUser
  2022-07-03 17:45 ` nvidiaLinuxUser
  2022-07-03 18:08 ` nvidiaLinuxUser
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:44 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141360

Comment:
> @nvidiaLinuxUser Rebase is something you do locally on your checked out branch: `git fetch origin && git rebase origin/master` should do it. Your branch has split off from master at some point, and rebasing on master basically means that the changes to master since your branch has split off are taken and your changes are applied on top of the new state of the master branch.
> 
> If you have trouble with git, https://github.com/git-guides is a good resource, and once you're comfortable with those basics, https://git-rebase.io/ would be a good next step.

Thanks for the information, I will try to learn it :)

> If you want someone else to take over for this package, until you're more comfortable with git, I'd be happy to do so.

That would be nice  (:

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (11 preceding siblings ...)
  2022-07-03 17:34 ` nvidiaLinuxUser
@ 2022-07-03 17:34 ` nvidiaLinuxUser
  2022-07-03 17:44 ` nvidiaLinuxUser
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:34 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137816

Comment:
@jcgruenhage I don't know much about GitHub and don't know how to do it ((
It would be nice if someone could merge this instead of me or tell me how to do it

AFAIK when you merge a commit you can rebase it (https://user-images.githubusercontent.com/2503052/152357644-6484dc2b-4aae-4977-b76c-b284c5388d7b.mp4)

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (10 preceding siblings ...)
  2022-07-03 17:33 ` nvidiaLinuxUser
@ 2022-07-03 17:34 ` nvidiaLinuxUser
  2022-07-03 17:34 ` nvidiaLinuxUser
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:34 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141474

Comment:
> Ah, I see that this is on a `patch-1` branch, so you worked on this completely in the web interface? In that case it might be a bit more complicated.

Almost, I did it through GitHub CLI (I shouldn't have done that)

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (9 preceding siblings ...)
  2022-07-03 17:32 ` nvidiaLinuxUser
@ 2022-07-03 17:33 ` nvidiaLinuxUser
  2022-07-03 17:34 ` nvidiaLinuxUser
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:33 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141474

Comment:
> Ah, I see that this is on a `patch-1` branch, so you worked on this completely in the web interface? In that case it might be a bit more complicated.

Almost, I did it through GitHub CLI

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (8 preceding siblings ...)
  2022-07-03 17:32 ` nvidiaLinuxUser
@ 2022-07-03 17:32 ` nvidiaLinuxUser
  2022-07-03 17:33 ` nvidiaLinuxUser
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:32 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141360

Comment:
> @nvidiaLinuxUser Rebase is something you do locally on your checked out branch: `git fetch origin && git rebase origin/master` should do it. Your branch has split off from master at some point, and rebasing on master basically means that the changes to master since your branch has split off are taken and your changes are applied on top of the new state of the master branch.
> 
> If you have trouble with git, https://github.com/git-guides is a good resource, and once you're comfortable with those basics, https://git-rebase.io/ would be a good next step.

Thanks for the information, I will try to learn it :)

> If you want someone else to take over for this package, until you're more comfortable with git, I'd be happy to do so.

That would be nice  (:

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (7 preceding siblings ...)
  2022-07-03 17:31 ` jcgruenhage
@ 2022-07-03 17:32 ` nvidiaLinuxUser
  2022-07-03 17:32 ` nvidiaLinuxUser
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:32 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141360

Comment:
> @nvidiaLinuxUser Rebase is something you do locally on your checked out branch: `git fetch origin && git rebase origin/master` should do it. Your branch has split off from master at some point, and rebasing on master basically means that the changes to master since your branch has split off are taken and your changes are applied on top of the new state of the master branch.
> 
> If you have trouble with git, https://github.com/git-guides is a good resource, and once you're comfortable with those basics, https://git-rebase.io/ would be a good next step.

Thanks for the information, I will try to learn it :)

> If you want someone else to take over for this package, until you're more comfortable with git, I'd be happy to do so.
That would be nice

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (6 preceding siblings ...)
  2022-07-03 17:25 ` jcgruenhage
@ 2022-07-03 17:31 ` jcgruenhage
  2022-07-03 17:32 ` nvidiaLinuxUser
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: jcgruenhage @ 2022-07-03 17:31 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173141184

Comment:
Ah, I see that this is on a `patch-1` branch, so you worked on this completely in the web interface? In that case it might be a bit more complicated.

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (5 preceding siblings ...)
  2022-07-03 17:15 ` nvidiaLinuxUser
@ 2022-07-03 17:25 ` jcgruenhage
  2022-07-03 17:31 ` jcgruenhage
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: jcgruenhage @ 2022-07-03 17:25 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173140258

Comment:
@nvidiaLinuxUser Rebase is something you do locally on your checked out branch: `git fetch origin && git rebase origin/master` should do it. Your branch has split off from master at some point, and rebasing on master basically means that the changes to master since your branch has split off are taken and your changes are applied on top of the new state of the master branch.

If you have trouble with git, https://github.com/git-guides is a good resource, and once you're comfortable with those basics, https://git-rebase.io/ would be a good next step. If you want someone else to take over for this package, until you're more comfortable with git, I'd be happy to do so.

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (4 preceding siblings ...)
  2022-07-03 17:14 ` nvidiaLinuxUser
@ 2022-07-03 17:15 ` nvidiaLinuxUser
  2022-07-03 17:25 ` jcgruenhage
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:15 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137816

Comment:
@jcgruenhage I don't know much about GitHub and don't know how to do it ((
It would be nice if someone could merge this instead of me or tell me how to do it

AFAIK when you merge a commit you can rebase it

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (3 preceding siblings ...)
  2022-07-03 17:10 ` nvidiaLinuxUser
@ 2022-07-03 17:14 ` nvidiaLinuxUser
  2022-07-03 17:15 ` nvidiaLinuxUser
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:14 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137816

Comment:
@jcgruenhage I don't know much about GitHub and don't know how to do it ((
It would be nice if someone could merge this instead of me or tell me how to do it

If I'm not mistaken, when you merge a commit you can rebase it

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
                   ` (2 preceding siblings ...)
  2022-07-03 17:10 ` nvidiaLinuxUser
@ 2022-07-03 17:10 ` nvidiaLinuxUser
  2022-07-03 17:14 ` nvidiaLinuxUser
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:10 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137816

Comment:
@jcgruenhage I don't know much about GitHub and don't know how to do it ((
It would be nice if someone could merge this instead of me or tell me how to do it

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
  2022-07-03 16:45 ` New package: wayclip-0.3 paper42
  2022-07-03 17:09 ` jcgruenhage
@ 2022-07-03 17:10 ` nvidiaLinuxUser
  2022-07-03 17:10 ` nvidiaLinuxUser
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: nvidiaLinuxUser @ 2022-07-03 17:10 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137816

Comment:
@jcgruenhage I don't know much about GitHub ((
It would be nice if someone could merge this instead of me or tell me how to do it

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
  2022-07-03 16:45 ` New package: wayclip-0.3 paper42
@ 2022-07-03 17:09 ` jcgruenhage
  2022-07-03 17:10 ` nvidiaLinuxUser
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: jcgruenhage @ 2022-07-03 17:09 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1173137677

Comment:
@nvidiaLinuxUser can you rebase this?

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

* Re: New package: wayclip-0.3
  2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
@ 2022-07-03 16:45 ` paper42
  2022-07-03 17:09 ` jcgruenhage
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-07-03 16:45 UTC (permalink / raw)
  To: ml

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

New comment by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/pull/37515#issuecomment-1160659185

Comment:
Will it be merged soon? :\

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

end of thread, other threads:[~2022-08-01 13:03 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-03 17:39 [PR PATCH] New package: wayclip-0.3 jcgruenhage
2022-07-27 11:51 ` nvidiaLinuxUser
2022-07-27 13:08 ` paper42
2022-08-01 13:03 ` [PR PATCH] [Merged]: " leahneukirchen
  -- strict thread matches above, loose matches on Subject: below --
2022-06-11 13:08 [PR PATCH] New package: wayclip-0.2 nvidiaLinuxUser
2022-07-03 16:45 ` New package: wayclip-0.3 paper42
2022-07-03 17:09 ` jcgruenhage
2022-07-03 17:10 ` nvidiaLinuxUser
2022-07-03 17:10 ` nvidiaLinuxUser
2022-07-03 17:14 ` nvidiaLinuxUser
2022-07-03 17:15 ` nvidiaLinuxUser
2022-07-03 17:25 ` jcgruenhage
2022-07-03 17:31 ` jcgruenhage
2022-07-03 17:32 ` nvidiaLinuxUser
2022-07-03 17:32 ` nvidiaLinuxUser
2022-07-03 17:33 ` nvidiaLinuxUser
2022-07-03 17:34 ` nvidiaLinuxUser
2022-07-03 17:34 ` nvidiaLinuxUser
2022-07-03 17:44 ` nvidiaLinuxUser
2022-07-03 17:45 ` nvidiaLinuxUser
2022-07-03 18:08 ` nvidiaLinuxUser

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