Github messages for voidlinux
 help / color / mirror / Atom feed
From: noarchwastaken <noarchwastaken@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: pdfarranger-1.7.1_1
Date: Tue, 25 May 2021 04:32:59 +0200	[thread overview]
Message-ID: <20210525023259.0IUrhVZzAMF_BD0qqceVXhU2q873yTS-MwYLABX7qfQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30338@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2021-05-25  2:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]
2021-08-10  9:02 ` [PR PATCH] [Closed]: " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210525023259.0IUrhVZzAMF_BD0qqceVXhU2q873yTS-MwYLABX7qfQ@z \
    --to=noarchwastaken@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).