Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cliphist-0.3.1
@ 2023-01-06  3:11 LucasTavaresA
  2023-01-12  1:04 ` [PR PATCH] [Updated] " LucasTavaresA
  2023-01-12  1:23 ` [PR PATCH] [Merged]: " the-maldridge
  0 siblings, 2 replies; 3+ messages in thread
From: LucasTavaresA @ 2023-01-06  3:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages cliphist
https://github.com/void-linux/void-packages/pull/41488

New package: cliphist-0.3.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv6l-musl

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

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

From 576a55d3b253d12d6d1914b799faf3cccf4f2a2a Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Fri, 6 Jan 2023 00:08:30 -0300
Subject: [PATCH] New package: cliphist-0.3.1

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

diff --git a/srcpkgs/cliphist/template b/srcpkgs/cliphist/template
new file mode 100644
index 000000000000..56146b3d7068
--- /dev/null
+++ b/srcpkgs/cliphist/template
@@ -0,0 +1,14 @@
+# Template file for 'cliphist'
+pkgname=cliphist
+version=0.3.1
+revision=1
+build_style=go
+go_import_path=go.senan.xyz/cliphist
+depends="wl-clipboard xdg-utils"
+short_desc="Wayland clipboard manager"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/sentriz/cliphist"
+changelog="https://raw.githubusercontent.com/sentriz/cliphist/master/CHANGELOG.md"
+distfiles="https://github.com/sentriz/cliphist/archive/v${version}.tar.gz"
+checksum=381b92356e76229c5d15c2d42b3ee63734b7463aacbd200087abd6ed3c30c5ce

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

* Re: [PR PATCH] [Updated] New package: cliphist-0.3.1
  2023-01-06  3:11 [PR PATCH] New package: cliphist-0.3.1 LucasTavaresA
@ 2023-01-12  1:04 ` LucasTavaresA
  2023-01-12  1:23 ` [PR PATCH] [Merged]: " the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: LucasTavaresA @ 2023-01-12  1:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages cliphist
https://github.com/void-linux/void-packages/pull/41488

New package: cliphist-0.3.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv6l-musl

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

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

From 97ce1e85c974886b412ff500120303fb68df4c51 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Fri, 6 Jan 2023 00:08:30 -0300
Subject: [PATCH] New package: cliphist-0.3.1

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

diff --git a/srcpkgs/cliphist/template b/srcpkgs/cliphist/template
new file mode 100644
index 000000000000..56146b3d7068
--- /dev/null
+++ b/srcpkgs/cliphist/template
@@ -0,0 +1,14 @@
+# Template file for 'cliphist'
+pkgname=cliphist
+version=0.3.1
+revision=1
+build_style=go
+go_import_path=go.senan.xyz/cliphist
+depends="wl-clipboard xdg-utils"
+short_desc="Wayland clipboard manager"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/sentriz/cliphist"
+changelog="https://raw.githubusercontent.com/sentriz/cliphist/master/CHANGELOG.md"
+distfiles="https://github.com/sentriz/cliphist/archive/v${version}.tar.gz"
+checksum=381b92356e76229c5d15c2d42b3ee63734b7463aacbd200087abd6ed3c30c5ce

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

* Re: [PR PATCH] [Merged]: New package: cliphist-0.3.1
  2023-01-06  3:11 [PR PATCH] New package: cliphist-0.3.1 LucasTavaresA
  2023-01-12  1:04 ` [PR PATCH] [Updated] " LucasTavaresA
@ 2023-01-12  1:23 ` the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: the-maldridge @ 2023-01-12  1:23 UTC (permalink / raw)
  To: ml

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

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

New package: cliphist-0.3.1
https://github.com/void-linux/void-packages/pull/41488

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

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv6l-musl

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

end of thread, other threads:[~2023-01-12  1:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06  3:11 [PR PATCH] New package: cliphist-0.3.1 LucasTavaresA
2023-01-12  1:04 ` [PR PATCH] [Updated] " LucasTavaresA
2023-01-12  1:23 ` [PR PATCH] [Merged]: " the-maldridge

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