Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pdfarranger: update to 1.11.0.
@ 2024-06-23  5:03 Eloitor
  2024-06-23  5:05 ` [PR PATCH] [Updated] " Eloitor
  2024-06-25 19:36 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: Eloitor @ 2024-06-23  5:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 491 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/50944

pdfarranger: update to 1.11.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/50944.patch is attached

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

From cd7ecab26ceccf10e3a19f8562aa0b15de0e0353 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sun, 23 Jun 2024 07:02:57 +0200
Subject: [PATCH] pdfarranger: update to 1.11.0.

---
 srcpkgs/pdfarranger/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
index 9ff50fe5ee5948..90a6e16f2b6127 100644
--- a/srcpkgs/pdfarranger/template
+++ b/srcpkgs/pdfarranger/template
@@ -1,6 +1,6 @@
 # Template file for 'pdfarranger'
 pkgname=pdfarranger
-version=1.10.1
+version=1.11.0
 revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
@@ -10,6 +10,6 @@ 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
+checksum=d13279bd1a5ecce4758e6357a95bd219a07342c0e25c2b47e620c717e067629a
 # tests require involved xvfb setup
 make_check=no

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

* Re: [PR PATCH] [Updated] pdfarranger: update to 1.11.0.
  2024-06-23  5:03 [PR PATCH] pdfarranger: update to 1.11.0 Eloitor
@ 2024-06-23  5:05 ` Eloitor
  2024-06-25 19:36 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: Eloitor @ 2024-06-23  5:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 496 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/50944

pdfarranger: update to 1.11.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/50944.patch is attached

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

From 1c4026269995949b17e06aa86a6d80c90c6b5ce8 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sun, 23 Jun 2024 07:02:57 +0200
Subject: [PATCH] pdfarranger: update to 1.11.0.

---
 srcpkgs/pdfarranger/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pdfarranger/template b/srcpkgs/pdfarranger/template
index 9ff50fe5ee5948..b59af7febdef9f 100644
--- a/srcpkgs/pdfarranger/template
+++ b/srcpkgs/pdfarranger/template
@@ -1,15 +1,15 @@
 # Template file for 'pdfarranger'
 pkgname=pdfarranger
-version=1.10.1
+version=1.11.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>"
+maintainer="Eloi Torrents <eloitor@duck.com>"
 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
+checksum=d13279bd1a5ecce4758e6357a95bd219a07342c0e25c2b47e620c717e067629a
 # tests require involved xvfb setup
 make_check=no

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

* Re: [PR PATCH] [Merged]: pdfarranger: update to 1.11.0.
  2024-06-23  5:03 [PR PATCH] pdfarranger: update to 1.11.0 Eloitor
  2024-06-23  5:05 ` [PR PATCH] [Updated] " Eloitor
@ 2024-06-25 19:36 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-06-25 19:36 UTC (permalink / raw)
  To: ml

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

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

pdfarranger: update to 1.11.0.
https://github.com/void-linux/void-packages/pull/50944

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2024-06-25 19:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-23  5:03 [PR PATCH] pdfarranger: update to 1.11.0 Eloitor
2024-06-23  5:05 ` [PR PATCH] [Updated] " Eloitor
2024-06-25 19:36 ` [PR PATCH] [Merged]: " cinerea0

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