Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pdfarranger-1.9.1
@ 2022-11-15 17:19 Eloitor
  2022-12-29 13:41 ` [PR PATCH] [Updated] " Eloitor
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Eloitor @ 2022-11-15 17:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/40541

New package: pdfarranger-1.9.1
closes #40138

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

#### 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
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 4ae6c9a3ad3c9933c2e4d26922cb93a392a37df8 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 15 Nov 2022 18:24:23 +0100
Subject: [PATCH] New package: pdfarranger-1.9.1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..6450b4e06d35
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,15 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.9.1
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-setuptools"
+depends="img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf"
+short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
+checksum=a0d91226d19977c5e12fdaac5c1e65dbd0685ef75d1be545f1a595bf020c9894
+# tests require involved xvfb setup
+make_check=no

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.9.1
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
@ 2022-12-29 13:41 ` Eloitor
  2023-03-30  1:56 ` New package: pdfarranger-1.9.2 github-actions
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2022-12-29 13:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/40541

New package: pdfarranger-1.9.1
closes #40138

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

#### 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
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 06483ec7d4f257540d1035c434b695d16b4e519e Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 15 Nov 2022 18:24:23 +0100
Subject: [PATCH] New package: pdfarranger-1.9.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..0e730c273d2d
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,15 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.9.2
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-setuptools"
+depends="img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf"
+short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
+checksum=e0e08ddc3a323940d7f05cc0e996484775ad7a0a6cbfc197b07473c452c43f66
+# tests require involved xvfb setup
+make_check=no

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

* Re: New package: pdfarranger-1.9.2
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
  2022-12-29 13:41 ` [PR PATCH] [Updated] " Eloitor
@ 2023-03-30  1:56 ` github-actions
  2023-03-30 10:23 ` Eloitor
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-03-30  1:56 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40541#issuecomment-1489573649

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: pdfarranger-1.9.2
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
  2022-12-29 13:41 ` [PR PATCH] [Updated] " Eloitor
  2023-03-30  1:56 ` New package: pdfarranger-1.9.2 github-actions
@ 2023-03-30 10:23 ` Eloitor
  2023-04-04 15:55 ` [PR PATCH] [Updated] " Eloitor
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2023-03-30 10:23 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/40541#issuecomment-1490059383

Comment:
This is ready to be merged.

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.9.2
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (2 preceding siblings ...)
  2023-03-30 10:23 ` Eloitor
@ 2023-04-04 15:55 ` Eloitor
  2023-04-04 18:50 ` [PR REVIEW] " paper42
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2023-04-04 15:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/40541

New package: pdfarranger-1.9.2
closes #40138

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

#### 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
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From def30c3d2b0d4fe5a64d688c947ac9e84daedb06 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 15 Nov 2022 18:24:23 +0100
Subject: [PATCH] New package: pdfarranger-1.9.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..0e730c273d2d
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,15 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.9.2
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-setuptools"
+depends="img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf"
+short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
+checksum=e0e08ddc3a323940d7f05cc0e996484775ad7a0a6cbfc197b07473c452c43f66
+# tests require involved xvfb setup
+make_check=no

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

* Re: [PR REVIEW] New package: pdfarranger-1.9.2
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (3 preceding siblings ...)
  2023-04-04 15:55 ` [PR PATCH] [Updated] " Eloitor
@ 2023-04-04 18:50 ` paper42
  2023-04-04 18:50 ` paper42
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: paper42 @ 2023-04-04 18:50 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40541#discussion_r1157633598

Comment:
would `make_check_pre="xvfb-run"` work?

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

* Re: [PR REVIEW] New package: pdfarranger-1.9.2
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (4 preceding siblings ...)
  2023-04-04 18:50 ` [PR REVIEW] " paper42
@ 2023-04-04 18:50 ` paper42
  2023-04-04 22:07 ` [PR PATCH] [Updated] " Eloitor
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: paper42 @ 2023-04-04 18:50 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40541#discussion_r1157633279

Comment:
gtk is probably missing

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.9.2
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (5 preceding siblings ...)
  2023-04-04 18:50 ` paper42
@ 2023-04-04 22:07 ` Eloitor
  2023-04-04 22:10 ` [PR REVIEW] " Eloitor
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2023-04-04 22:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/40541

New package: pdfarranger-1.9.2
closes #40138

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

#### 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
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 9bc0131abd405075b3e1ade6c95a2498c9fd7f06 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 15 Nov 2022 18:24:23 +0100
Subject: [PATCH] New package: pdfarranger-1.9.2

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..9ca319e259bc
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,15 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.9.2
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-setuptools"
+depends="gtk+3 img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf"
+short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
+checksum=e0e08ddc3a323940d7f05cc0e996484775ad7a0a6cbfc197b07473c452c43f66
+# tests require involved xvfb setup
+make_check=no

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

* Re: [PR REVIEW] New package: pdfarranger-1.9.2
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (6 preceding siblings ...)
  2023-04-04 22:07 ` [PR PATCH] [Updated] " Eloitor
@ 2023-04-04 22:10 ` Eloitor
  2023-06-06 11:45 ` ahesford
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2023-04-04 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/40541#discussion_r1157817393

Comment:
I'm not sure, I tried it and added `xvfb-run` in the checkdepends but it didn't work:

```
=> pdfarranger-1.9.2_1: running do_check ...
============================= test session starts ==============================
platform linux -- Python 3.11.2, pytest-7.2.1, pluggy-1.0.0
rootdir: /builddir/pdfarranger-1.9.2
collected 0 items

============================ no tests ran in 0.03s =============================
=> ERROR: pdfarranger-1.9.2_1: do_check: 'PYTHONPATH="$(cd build/lib* && pwd)" ${make_check_pre} python3 -m pytest ${testjobs} ${make_check_args} ${make_check_target}' exited with 5
=> ERROR:   in do_check() at common/build-style/python3-module.sh:15
```

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

* Re: [PR REVIEW] New package: pdfarranger-1.9.2
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (7 preceding siblings ...)
  2023-04-04 22:10 ` [PR REVIEW] " Eloitor
@ 2023-06-06 11:45 ` ahesford
  2023-06-16 20:11 ` gc-user
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ahesford @ 2023-06-06 11:45 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/40541#discussion_r1219486330

Comment:
This suggests there are no tests in the tarball. If that's true, please change the comment on 'make_check=no` to note that there are no tests in the source distribution.

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

* Re: New package: pdfarranger-1.9.2
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (8 preceding siblings ...)
  2023-06-06 11:45 ` ahesford
@ 2023-06-16 20:11 ` gc-user
  2023-09-02 22:05 ` [PR PATCH] [Updated] " Eloitor
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gc-user @ 2023-06-16 20:11 UTC (permalink / raw)
  To: ml

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

New comment by gc-user on void-packages repository

https://github.com/void-linux/void-packages/pull/40541#issuecomment-1595254484

Comment:
The template (https://github.com/void-linux/void-packages/blob/9bc0131abd405075b3e1ade6c95a2498c9fd7f06/srcpkgs/pdfarranger/template) works fine. Was able to successfully build and subsequently install the resulting xbps package. The application runs fine.
Tested on glibc / x86_64.

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.9.2
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (9 preceding siblings ...)
  2023-06-16 20:11 ` gc-user
@ 2023-09-02 22:05 ` Eloitor
  2023-12-02  1:45 ` New package: pdfarranger-1.10.0 github-actions
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2023-09-02 22:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/40541

New package: pdfarranger-1.9.2
closes #40138

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

#### 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
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 0825aac02cb052f9f83c8beea79eb36c2f561cb6 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 15 Nov 2022 18:24:23 +0100
Subject: [PATCH] New package: pdfarranger-1.10.0

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 0000000000000..63dfd94c35e84
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,15 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.10.0
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-setuptools"
+depends="img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf"
+short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
+checksum=c8b136517f0277ee5c85c54d220c069f102a29dd3b16fd006c38fe800226089e
+# tests require involved xvfb setup
+make_check=no

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

* Re: New package: pdfarranger-1.10.0
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (10 preceding siblings ...)
  2023-09-02 22:05 ` [PR PATCH] [Updated] " Eloitor
@ 2023-12-02  1:45 ` github-actions
  2023-12-02 14:45 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-12-02  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40541#issuecomment-1836986765

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.10.0
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (11 preceding siblings ...)
  2023-12-02  1:45 ` New package: pdfarranger-1.10.0 github-actions
@ 2023-12-02 14:45 ` Eloitor
  2023-12-30 21:08 ` [PR PATCH] [Updated] New package: pdfarranger-1.10.1 Eloitor
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2023-12-02 14:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/40541

New package: pdfarranger-1.10.0
closes #40138

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

#### 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
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From dbeaafbfaf8795e05540217cea50898ddeb8e7cc Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 15 Nov 2022 18:24:23 +0100
Subject: [PATCH] New package: pdfarranger-1.10.1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 0000000000000..9ff50fe5ee594
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,15 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-setuptools"
+depends="img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf"
+short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
+checksum=1d9648f81b9f0937ca723f7502a1dadcc4f3f6050afc6f0d4653bfaa8728a805
+# tests require involved xvfb setup
+make_check=no

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.10.1
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (12 preceding siblings ...)
  2023-12-02 14:45 ` [PR PATCH] [Updated] " Eloitor
@ 2023-12-30 21:08 ` Eloitor
  2024-01-10  7:59 ` Eloitor
  2024-01-10 11:39 ` [PR PATCH] [Merged]: " ahesford
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2023-12-30 21:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/40541

New package: pdfarranger-1.10.1
closes #40138

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

#### 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
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From f340dc35cd965c0b4f75e1badf6746d6c0183009 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 15 Nov 2022 18:24:23 +0100
Subject: [PATCH] New package: pdfarranger-1.10.1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 0000000000000..9ff50fe5ee594
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,15 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-setuptools"
+depends="img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf"
+short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
+checksum=1d9648f81b9f0937ca723f7502a1dadcc4f3f6050afc6f0d4653bfaa8728a805
+# tests require involved xvfb setup
+make_check=no

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.10.1
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (13 preceding siblings ...)
  2023-12-30 21:08 ` [PR PATCH] [Updated] New package: pdfarranger-1.10.1 Eloitor
@ 2024-01-10  7:59 ` Eloitor
  2024-01-10 11:39 ` [PR PATCH] [Merged]: " ahesford
  15 siblings, 0 replies; 17+ messages in thread
From: Eloitor @ 2024-01-10  7:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/40541

New package: pdfarranger-1.10.1
closes #40138

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

#### 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
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 1ef493de7183adca735d22eb09d7d9d19e1fd043 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 15 Nov 2022 18:24:23 +0100
Subject: [PATCH] New package: pdfarranger-1.10.1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 0000000000000..9ff50fe5ee594
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,15 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.10.1
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-distutils-extra python3-setuptools"
+depends="img2pdf poppler-glib python3-dateutil python3-gobject python3-pikepdf"
+short_desc="Simple application for PDF Merging, Rearranging, and Splitting"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="https://github.com/pdfarranger/pdfarranger/archive/refs/tags/${version}.tar.gz"
+checksum=1d9648f81b9f0937ca723f7502a1dadcc4f3f6050afc6f0d4653bfaa8728a805
+# tests require involved xvfb setup
+make_check=no

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

* Re: [PR PATCH] [Merged]: New package: pdfarranger-1.10.1
  2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
                   ` (14 preceding siblings ...)
  2024-01-10  7:59 ` Eloitor
@ 2024-01-10 11:39 ` ahesford
  15 siblings, 0 replies; 17+ messages in thread
From: ahesford @ 2024-01-10 11:39 UTC (permalink / raw)
  To: ml

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

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

New package: pdfarranger-1.10.1
https://github.com/void-linux/void-packages/pull/40541

Description:
closes #40138

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

#### 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
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2024-01-10 11:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15 17:19 [PR PATCH] New package: pdfarranger-1.9.1 Eloitor
2022-12-29 13:41 ` [PR PATCH] [Updated] " Eloitor
2023-03-30  1:56 ` New package: pdfarranger-1.9.2 github-actions
2023-03-30 10:23 ` Eloitor
2023-04-04 15:55 ` [PR PATCH] [Updated] " Eloitor
2023-04-04 18:50 ` [PR REVIEW] " paper42
2023-04-04 18:50 ` paper42
2023-04-04 22:07 ` [PR PATCH] [Updated] " Eloitor
2023-04-04 22:10 ` [PR REVIEW] " Eloitor
2023-06-06 11:45 ` ahesford
2023-06-16 20:11 ` gc-user
2023-09-02 22:05 ` [PR PATCH] [Updated] " Eloitor
2023-12-02  1:45 ` New package: pdfarranger-1.10.0 github-actions
2023-12-02 14:45 ` [PR PATCH] [Updated] " Eloitor
2023-12-30 21:08 ` [PR PATCH] [Updated] New package: pdfarranger-1.10.1 Eloitor
2024-01-10  7:59 ` Eloitor
2024-01-10 11:39 ` [PR PATCH] [Merged]: " ahesford

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