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

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

Thread overview: 4+ 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

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