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:29 ` noarchwastaken
  2021-05-25  2:32 ` noarchwastaken
  2021-08-10  9:02 ` [PR PATCH] [Closed]: " noarchwastaken
  2 siblings, 0 replies; 4+ 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] 4+ 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:29 ` [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1 noarchwastaken
@ 2021-05-25  2:32 ` noarchwastaken
  2021-08-10  9:02 ` [PR PATCH] [Closed]: " noarchwastaken
  2 siblings, 0 replies; 4+ 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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: 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:29 ` [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1 noarchwastaken
  2021-05-25  2:32 ` noarchwastaken
@ 2021-08-10  9:02 ` noarchwastaken
  2 siblings, 0 replies; 4+ messages in thread
From: noarchwastaken @ 2021-08-10  9:02 UTC (permalink / raw)
  To: ml

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

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

New package: pdfarranger-1.7.1_1
https://github.com/void-linux/void-packages/pull/30338

Description:
~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
-->


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

* Re: [PR PATCH] [Closed]: New package: pdfarranger-1.7.1_1
  2021-08-02 17:26 [PR PATCH] " hervyqa
@ 2021-11-23 18:07 ` hervyqa
  0 siblings, 0 replies; 4+ messages in thread
From: hervyqa @ 2021-11-23 18:07 UTC (permalink / raw)
  To: ml

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

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

New package: pdfarranger-1.7.1_1
https://github.com/void-linux/void-packages/pull/32301

Description:
<!-- 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



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

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

Thread overview: 4+ 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:29 ` [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1 noarchwastaken
2021-05-25  2:32 ` noarchwastaken
2021-08-10  9:02 ` [PR PATCH] [Closed]: " noarchwastaken
2021-08-02 17:26 [PR PATCH] " hervyqa
2021-11-23 18:07 ` [PR PATCH] [Closed]: " 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).