Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30338@inbox.vuxu.org>
@ 2021-05-25  2:18 ` noarchwastaken
  2021-05-25  2:29 ` noarchwastaken
  2021-05-25  2:32 ` noarchwastaken
  2 siblings, 0 replies; 9+ messages in thread
From: noarchwastaken @ 2021-05-25  2:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/noarchwastaken/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/30338

New package: pdfarranger-1.7.1_1
~Currently blocked by #30331, which causes it to crash at runtime.~

~It should be ready for review once #30337 is merged.~

Edit: Please review now.

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/30338.patch is attached

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

From 7c00280f3cf344595a501aad1d27c6010fd50333 Mon Sep 17 00:00:00 2001
From: noarchwastaken <noarch@n0ar.ch>
Date: Mon, 19 Apr 2021 11:20:41 -0400
Subject: [PATCH] New package: pdfarranger-1.7.1_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..da91bf72fa98
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,15 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.7.1
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-setuptools python3-distutils-extra"
+depends="gtk+3 python3-gobject python3-cairo python3-pikepdf python3-dateutil
+ ghostscript python3-setuptools"
+short_desc="Helps merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="noarchwastaken <noarch@n0ar.ch>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
+checksum=a984effd38fae13acd1362886630588911a29f537f2039ce16f46cb08ba5532c
+make_check=no # no checks available

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1
  2021-08-02 17:26 [PR PATCH] " hervyqa
                   ` (4 preceding siblings ...)
  2021-08-03  0:12 ` hervyqa
@ 2021-11-23 17:15 ` hervyqa
  5 siblings, 0 replies; 9+ messages in thread
From: hervyqa @ 2021-11-23 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger-1.7.1
https://github.com/void-linux/void-packages/pull/32301

New package: pdfarranger-1.7.1_1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32301.patch is attached

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

From be0bed61712c114b34df669bc3577dd2b7c09102 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 3 Aug 2021 00:24:35 +0700
Subject: [PATCH] New package: pdfarranger-1.7.1_1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..e01d883b2284
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,24 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.7.1
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel gtk+3-devel python3-cairo-devel poppler-glib-devel
+ python3-gobject-devel"
+depends="ghostscript gtk+3 python3-cairo python3-dateutil python3-gobject
+ python3-pikepdf python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="xvfb-run python3-wheel $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=a984effd38fae13acd1362886630588911a29f537f2039ce16f46cb08ba5532c
+
+python_version=3
+
+do_check() {
+	xvfb-run python3 setup.py test
+}

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1
  2021-08-02 17:26 [PR PATCH] " hervyqa
                   ` (3 preceding siblings ...)
  2021-08-02 23:44 ` hervyqa
@ 2021-08-03  0:12 ` hervyqa
  2021-11-23 17:15 ` hervyqa
  5 siblings, 0 replies; 9+ messages in thread
From: hervyqa @ 2021-08-03  0:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger-1.7.1
https://github.com/void-linux/void-packages/pull/32301

New package: pdfarranger-1.7.1_1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32301.patch is attached

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

From be0bed61712c114b34df669bc3577dd2b7c09102 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 3 Aug 2021 00:24:35 +0700
Subject: [PATCH] New package: pdfarranger-1.7.1_1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..e01d883b2284
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,24 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.7.1
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel gtk+3-devel python3-cairo-devel poppler-glib-devel
+ python3-gobject-devel"
+depends="ghostscript gtk+3 python3-cairo python3-dateutil python3-gobject
+ python3-pikepdf python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="xvfb-run python3-wheel $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=a984effd38fae13acd1362886630588911a29f537f2039ce16f46cb08ba5532c
+
+python_version=3
+
+do_check() {
+	xvfb-run python3 setup.py test
+}

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1
  2021-08-02 17:26 [PR PATCH] " hervyqa
                   ` (2 preceding siblings ...)
  2021-08-02 18:07 ` hervyqa
@ 2021-08-02 23:44 ` hervyqa
  2021-08-03  0:12 ` hervyqa
  2021-11-23 17:15 ` hervyqa
  5 siblings, 0 replies; 9+ messages in thread
From: hervyqa @ 2021-08-02 23:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger-1.7.1
https://github.com/void-linux/void-packages/pull/32301

New package: pdfarranger-1.7.1_1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32301.patch is attached

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

From 4e5c909f9f66fba72dc4143195e2aed540416d9b Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 3 Aug 2021 00:24:35 +0700
Subject: [PATCH] New package: pdfarranger-1.7.1_1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..5c80a5d28e09
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,23 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.7.1
+revision=1
+build_style=python3-module
+hostmakedepends="ghostscript intltool python3-setuptools python3-distutils-extra
+ python3-pikepdf python3-xlib python3-wheel"
+makedepends="ghostscript-devel poppler-glib-devel python3-cairo-devel python3-gobject-devel
+ gtk+3-devel"
+depends="gtk+3 python3-cairo python3-gobject python3-pikepdf python3-dateutil ghostscript python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="xvfb-run python3-wheel $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=a984effd38fae13acd1362886630588911a29f537f2039ce16f46cb08ba5532c
+
+python_version=3
+
+do_check() {
+	xvfb-run python3 setup.py test
+}

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1
  2021-08-02 17:26 [PR PATCH] " hervyqa
  2021-08-02 17:34 ` [PR PATCH] [Updated] " hervyqa
  2021-08-02 17:47 ` hervyqa
@ 2021-08-02 18:07 ` hervyqa
  2021-08-02 23:44 ` hervyqa
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: hervyqa @ 2021-08-02 18:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger-1.7.1
https://github.com/void-linux/void-packages/pull/32301

New package: pdfarranger-1.7.1_1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32301.patch is attached

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

From 3bce9c4553a9f98203a38cbcf012a1ecd3c37590 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 3 Aug 2021 00:24:35 +0700
Subject: [PATCH] New package: pdfarranger-1.7.1_1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..919b39da58e1
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,17 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.7.1
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-setuptools python3-distutils-extra python3-xlib"
+depends="gtk+3 python3-gobject python3-cairo python3-pikepdf python3-dateutil
+ ghostscript python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="python3-wheel python3-pip $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=a984effd38fae13acd1362886630588911a29f537f2039ce16f46cb08ba5532c
+
+python_version=3

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1
  2021-08-02 17:26 [PR PATCH] " hervyqa
  2021-08-02 17:34 ` [PR PATCH] [Updated] " hervyqa
@ 2021-08-02 17:47 ` hervyqa
  2021-08-02 18:07 ` hervyqa
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: hervyqa @ 2021-08-02 17:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger-1.7.1
https://github.com/void-linux/void-packages/pull/32301

New package: pdfarranger-1.7.1_1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32301.patch is attached

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

From 3bce9c4553a9f98203a38cbcf012a1ecd3c37590 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 3 Aug 2021 00:24:35 +0700
Subject: [PATCH] New package: pdfarranger-1.7.1_1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..919b39da58e1
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,17 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.7.1
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-setuptools python3-distutils-extra python3-xlib"
+depends="gtk+3 python3-gobject python3-cairo python3-pikepdf python3-dateutil
+ ghostscript python3-setuptools python3-xlib poppler-glib img2pdf"
+checkdepends="python3-wheel python3-pip $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=a984effd38fae13acd1362886630588911a29f537f2039ce16f46cb08ba5532c
+
+python_version=3

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1
  2021-08-02 17:26 [PR PATCH] " hervyqa
@ 2021-08-02 17:34 ` hervyqa
  2021-08-02 17:47 ` hervyqa
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: hervyqa @ 2021-08-02 17:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages pdfarranger-1.7.1
https://github.com/void-linux/void-packages/pull/32301

New package: pdfarranger-1.7.1_1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32301.patch is attached

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

From 04fac1a0b7ac0c3ff74e6f46dd130e6c9d6a3c3a Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Tue, 3 Aug 2021 00:24:35 +0700
Subject: [PATCH] New package: pdfarranger-1.7.1_1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..e2bbb3f90e40
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,17 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.7.1
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-setuptools python3-distutils-extra"
+depends="gtk+3 python3-gobject python3-cairo python3-pikepdf python3-dateutil
+ ghostscript python3-setuptools poppler-glib img2pdf"
+checkdepends="python3-wheel python3-pip $depends"
+short_desc="Merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jeromerobert/pdfarranger"
+distfiles="https://github.com/jeromerobert/pdfarranger/archive/${version}.tar.gz"
+checksum=a984effd38fae13acd1362886630588911a29f537f2039ce16f46cb08ba5532c
+
+python_version=3

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30338@inbox.vuxu.org>
  2021-05-25  2:18 ` [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1 noarchwastaken
  2021-05-25  2:29 ` noarchwastaken
@ 2021-05-25  2:32 ` noarchwastaken
  2 siblings, 0 replies; 9+ messages in thread
From: noarchwastaken @ 2021-05-25  2:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/noarchwastaken/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/30338

New package: pdfarranger-1.7.1_1
~Currently blocked by #30331, which causes it to crash at runtime.~

~It should be ready for review once #30337 is merged.~

Edit: Please review now.

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/30338.patch is attached

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

From f7b248672e85c4f1f25dee762687709a3efb3a8f Mon Sep 17 00:00:00 2001
From: noarchwastaken <noarch@n0ar.ch>
Date: Mon, 19 Apr 2021 11:20:41 -0400
Subject: [PATCH] New package: pdfarranger-1.7.1_1

---
 srcpkgs/pdfarranger/files/README.voidlinux |  3 +++
 srcpkgs/pdfarranger/template               | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/pdfarranger/files/README.voidlinux
 create mode 100644 srcpkgs/pdfarranger/template

diff --git a/srcpkgs/pdfarranger/files/README.voidlinux b/srcpkgs/pdfarranger/files/README.voidlinux
new file mode 100644
index 000000000000..36ed6d97683d
--- /dev/null
+++ b/srcpkgs/pdfarranger/files/README.voidlinux
@@ -0,0 +1,3 @@
+Optional dependencies:
+
+* `img2pdf` for adding regular images
diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..295362a6d6ef
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,19 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.7.1
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-setuptools python3-distutils-extra"
+depends="gtk+3 python3-gobject python3-cairo python3-pikepdf python3-dateutil
+ ghostscript python3-setuptools"
+short_desc="Helps merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="noarchwastaken <noarch@n0ar.ch>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
+checksum=a984effd38fae13acd1362886630588911a29f537f2039ce16f46cb08ba5532c
+make_check=no # no checks available
+
+post_install() {
+	vdoc $FILESDIR/README.voidlinux
+}

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

* Re: [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30338@inbox.vuxu.org>
  2021-05-25  2:18 ` [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1 noarchwastaken
@ 2021-05-25  2:29 ` noarchwastaken
  2021-05-25  2:32 ` noarchwastaken
  2 siblings, 0 replies; 9+ messages in thread
From: noarchwastaken @ 2021-05-25  2:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/noarchwastaken/void-packages pdfarranger
https://github.com/void-linux/void-packages/pull/30338

New package: pdfarranger-1.7.1_1
~Currently blocked by #30331, which causes it to crash at runtime.~

~It should be ready for review once #30337 is merged.~

Edit: Please review now.

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/30338.patch is attached

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

From b4dd4b7e07be1d44fb4dffa5c84278562f92f4a4 Mon Sep 17 00:00:00 2001
From: noarchwastaken <noarch@n0ar.ch>
Date: Mon, 19 Apr 2021 11:20:41 -0400
Subject: [PATCH] New package: pdfarranger-1.7.1_1

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

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
new file mode 100644
index 000000000000..295362a6d6ef
--- /dev/null
+++ b/srcpkgs/pdfarranger/template
@@ -0,0 +1,19 @@
+# Template file for 'pdfarranger'
+pkgname=pdfarranger
+version=1.7.1
+revision=1
+build_style=python3-module
+hostmakedepends="intltool python3-setuptools python3-distutils-extra"
+depends="gtk+3 python3-gobject python3-cairo python3-pikepdf python3-dateutil
+ ghostscript python3-setuptools"
+short_desc="Helps merge or split PDF documents and rotate, crop and rearrange pages"
+maintainer="noarchwastaken <noarch@n0ar.ch>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pdfarranger/pdfarranger"
+distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
+checksum=a984effd38fae13acd1362886630588911a29f537f2039ce16f46cb08ba5532c
+make_check=no # no checks available
+
+post_install() {
+	vdoc $FILESDIR/README.voidlinux
+}

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

end of thread, other threads:[~2021-11-23 17:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30338@inbox.vuxu.org>
2021-05-25  2:18 ` [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1 noarchwastaken
2021-05-25  2:29 ` noarchwastaken
2021-05-25  2:32 ` noarchwastaken
2021-08-02 17:26 [PR PATCH] " hervyqa
2021-08-02 17:34 ` [PR PATCH] [Updated] " hervyqa
2021-08-02 17:47 ` hervyqa
2021-08-02 18:07 ` hervyqa
2021-08-02 23:44 ` hervyqa
2021-08-03  0:12 ` hervyqa
2021-11-23 17:15 ` hervyqa

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