Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pdfcpu-0.5.0
@ 2023-10-05 15:11 abenson
  2023-10-05 15:25 ` [PR PATCH] [Updated] " abenson
  2023-10-05 21:46 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: abenson @ 2023-10-05 15:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_pdfcpu
https://github.com/void-linux/void-packages/pull/46448

New package: pdfcpu-0.5.0

#### 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**

#### Local build testing
```
pkg      host         target        cross  result
pdfcpu   x86_64       x86_64        n      OK
pdfcpu   x86_64-musl  x86_64-musl   n      OK
pdfcpu   i686         i686          n      OK
pdfcpu   x86_64       aarch64-musl  y      OK
pdfcpu   x86_64       aarch64       y      OK
pdfcpu   x86_64       armv7l-musl   y      OK
pdfcpu   x86_64       armv7l        y      OK
pdfcpu   x86_64       armv6l-musl   y      OK
pdfcpu   x86_64       armv6l        y      OK
```

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

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

From 4bd559487d501411a966146669e4400f222dd087 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 5 Oct 2023 09:57:20 -0500
Subject: [PATCH] New package: pdfcpu-0.5.0

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

diff --git a/srcpkgs/pdfcpu/template b/srcpkgs/pdfcpu/template
new file mode 100644
index 0000000000000..5dff11f98af70
--- /dev/null
+++ b/srcpkgs/pdfcpu/template
@@ -0,0 +1,14 @@
+# Template file for 'pdfcpu'
+pkgname=pdfcpu
+version=0.5.0
+revision=1
+build_style=go
+go_import_path="github.com/pdfcpu/pdfcpu"
+go_package="${go_import_path}/cmd/pdfcpu"
+short_desc="PDF processor"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="http://pdfcpu.io/"
+changelog="https://github.com/pdfcpu/pdfcpu/releases"
+distfiles="https://github.com/pdfcpu/pdfcpu/archive/v${version}.tar.gz"
+checksum=d67529db954b4b8fd708ac984cf79a53baf57ab2d50ef9ee0f9188f7e4a83127

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

* Re: [PR PATCH] [Updated] New package: pdfcpu-0.5.0
  2023-10-05 15:11 [PR PATCH] New package: pdfcpu-0.5.0 abenson
@ 2023-10-05 15:25 ` abenson
  2023-10-05 21:46 ` [PR PATCH] [Merged]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-10-05 15:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_pdfcpu
https://github.com/void-linux/void-packages/pull/46448

New package: pdfcpu-0.5.0

#### 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**

#### Local build testing
```
pkg      host         target        cross  result
pdfcpu   x86_64       x86_64        n      OK
pdfcpu   x86_64-musl  x86_64-musl   n      OK
pdfcpu   i686         i686          n      OK
pdfcpu   x86_64       aarch64-musl  y      OK
pdfcpu   x86_64       aarch64       y      OK
pdfcpu   x86_64       armv7l-musl   y      OK
pdfcpu   x86_64       armv7l        y      OK
pdfcpu   x86_64       armv6l-musl   y      OK
pdfcpu   x86_64       armv6l        y      OK
```

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

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

From 3bd590b2df76ded9942437ac324f9704726ce7f8 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 5 Oct 2023 09:57:20 -0500
Subject: [PATCH] New package: pdfcpu-0.5.0

Closes: #46444.
---
 srcpkgs/pdfcpu/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/pdfcpu/template

diff --git a/srcpkgs/pdfcpu/template b/srcpkgs/pdfcpu/template
new file mode 100644
index 0000000000000..5dff11f98af70
--- /dev/null
+++ b/srcpkgs/pdfcpu/template
@@ -0,0 +1,14 @@
+# Template file for 'pdfcpu'
+pkgname=pdfcpu
+version=0.5.0
+revision=1
+build_style=go
+go_import_path="github.com/pdfcpu/pdfcpu"
+go_package="${go_import_path}/cmd/pdfcpu"
+short_desc="PDF processor"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="http://pdfcpu.io/"
+changelog="https://github.com/pdfcpu/pdfcpu/releases"
+distfiles="https://github.com/pdfcpu/pdfcpu/archive/v${version}.tar.gz"
+checksum=d67529db954b4b8fd708ac984cf79a53baf57ab2d50ef9ee0f9188f7e4a83127

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

* Re: [PR PATCH] [Merged]: New package: pdfcpu-0.5.0
  2023-10-05 15:11 [PR PATCH] New package: pdfcpu-0.5.0 abenson
  2023-10-05 15:25 ` [PR PATCH] [Updated] " abenson
@ 2023-10-05 21:46 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2023-10-05 21:46 UTC (permalink / raw)
  To: ml

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

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

New package: pdfcpu-0.5.0
https://github.com/void-linux/void-packages/pull/46448

Description:

#### 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**

#### Local build testing
```
pkg      host         target        cross  result
pdfcpu   x86_64       x86_64        n      OK
pdfcpu   x86_64-musl  x86_64-musl   n      OK
pdfcpu   i686         i686          n      OK
pdfcpu   x86_64       aarch64-musl  y      OK
pdfcpu   x86_64       aarch64       y      OK
pdfcpu   x86_64       armv7l-musl   y      OK
pdfcpu   x86_64       armv7l        y      OK
pdfcpu   x86_64       armv6l-musl   y      OK
pdfcpu   x86_64       armv6l        y      OK
```

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

end of thread, other threads:[~2023-10-05 21:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 15:11 [PR PATCH] New package: pdfcpu-0.5.0 abenson
2023-10-05 15:25 ` [PR PATCH] [Updated] " abenson
2023-10-05 21:46 ` [PR PATCH] [Merged]: " Piraty

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