Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fbpdf: update to 20220624
@ 2022-12-29 13:21 dkwo
  2022-12-31  5:58 ` kruceter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dkwo @ 2022-12-29 13:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages fbp
https://github.com/void-linux/void-packages/pull/41343

fbpdf: update to 20220624
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-musl)

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

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

From 41efa6d7628ef7bb4c3fb246f73e18032999f58f Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 29 Dec 2022 14:17:04 +0100
Subject: [PATCH] fbpdf: update to 20220624

---
 srcpkgs/fbpdf/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fbpdf/template b/srcpkgs/fbpdf/template
index c77a1e923408..3c89ffca42fe 100644
--- a/srcpkgs/fbpdf/template
+++ b/srcpkgs/fbpdf/template
@@ -1,8 +1,8 @@
 # Template file for 'fbpdf'
 pkgname=fbpdf
-version=0.0.20200616
-revision=4
-_githash=f59002487edba502aaa93e9aec3bb6ebbbe41b0e
+version=0.0.20220624
+revision=1
+_githash=6276360f47edd71de736e153f5dcc82b6d60b3db
 _gitshort="${_githash:0:7}"
 build_style=gnu-makefile
 makedepends="djvulibre-devel freetype-devel harfbuzz-devel
@@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="ISC"
 homepage="https://repo.or.cz/w/fbpdf.git"
 distfiles="https://repo.or.cz/fbpdf.git/snapshot/${_githash}.tar.gz"
-checksum=a86483a3ec144b68b89641abccb848b390ad901732c5e6043e3eb67e0ede7986
+checksum=7e0a95465c051fdbec56982efabe20b73745b12e60a2b23277afde8e4b16ec5e
 
 pre_build() {
 	# Can't do it via LDFLAGS, that messes up the linking order

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

* Re: fbpdf: update to 20220624
  2022-12-29 13:21 [PR PATCH] fbpdf: update to 20220624 dkwo
@ 2022-12-31  5:58 ` kruceter
  2022-12-31 17:27 ` paper42
  2022-12-31 18:29 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: kruceter @ 2022-12-31  5:58 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/41343#issuecomment-1368170140

Comment:
Works for me on x86_64-musl.

fbpdf itself contains three changes since the previous version:

> * [draw: read FBDEV environment variable](https://repo.or.cz/fbpdf.git/commit/88dec44d38d6f6ab932bbbff3951803c50226f06)
> * [poppler: return NULL from doc_open() if malloc() fails](https://repo.or.cz/fbpdf.git/commit/ba231d208153341a89c1cb7477156e764e0bc8d8)
> * [fbpdf.1: update and improve the manual page](https://repo.or.cz/fbpdf.git/commit/6276360f47edd71de736e153f5dcc82b6d60b3db)

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

* Re: fbpdf: update to 20220624
  2022-12-29 13:21 [PR PATCH] fbpdf: update to 20220624 dkwo
  2022-12-31  5:58 ` kruceter
@ 2022-12-31 17:27 ` paper42
  2022-12-31 18:29 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-31 17:27 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41343#issuecomment-1368255708

Comment:
@leahneukirchen 

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

* Re: [PR PATCH] [Merged]: fbpdf: update to 20220624
  2022-12-29 13:21 [PR PATCH] fbpdf: update to 20220624 dkwo
  2022-12-31  5:58 ` kruceter
  2022-12-31 17:27 ` paper42
@ 2022-12-31 18:29 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2022-12-31 18:29 UTC (permalink / raw)
  To: ml

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

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

fbpdf: update to 20220624
https://github.com/void-linux/void-packages/pull/41343

Description:
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-musl)

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

end of thread, other threads:[~2022-12-31 18:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29 13:21 [PR PATCH] fbpdf: update to 20220624 dkwo
2022-12-31  5:58 ` kruceter
2022-12-31 17:27 ` paper42
2022-12-31 18:29 ` [PR PATCH] [Merged]: " leahneukirchen

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