Github messages for voidlinux
 help / color / mirror / Atom feed
From: ailiop-git <ailiop-git@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] fbpdf: update to 0.0.20200616.
Date: Fri, 09 Oct 2020 15:07:20 +0200	[thread overview]
Message-ID: <20201009130720.oNIwPdL47eYIRhkLryZ80SqvcT-0dy8qQLhnDfywtIA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25327@inbox.vuxu.org>

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

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

https://github.com/ailiop-git/void-packages fbpdf
https://github.com/void-linux/void-packages/pull/25327

fbpdf: update to 0.0.20200616.


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

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

From 0ee754ba8c6553a089a1022d2900a2d58963bfa5 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 4 Oct 2020 11:18:02 +0200
Subject: [PATCH] fbpdf: update to 0.0.20200616.

---
 srcpkgs/fbpdf/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/fbpdf/template b/srcpkgs/fbpdf/template
index f35418727ae..7032449c393 100644
--- a/srcpkgs/fbpdf/template
+++ b/srcpkgs/fbpdf/template
@@ -1,27 +1,29 @@
 # Template file for 'fbpdf'
 pkgname=fbpdf
-version=0.0.20181018
+version=0.0.20200616
 revision=1
-wrksrc=fbpdf-dfe9f00
+_githash=f59002487edba502aaa93e9aec3bb6ebbbe41b0e
+_gitshort="${_githash:0:7}"
+wrksrc="fbpdf-${_gitshort}"
 build_style=gnu-makefile
 makedepends="djvulibre-devel freetype-devel harfbuzz-devel libressl-devel
  mupdf-devel"
 short_desc="Small framebuffer PDF/DJVU viewer"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="ISC"
-homepage="http://repo.or.cz/w/fbpdf.git"
-distfiles="http://repo.or.cz/fbpdf.git/snapshot/dfe9f0067549f759cdc04f2f62b4f89cd6e1b199.tar.gz"
-checksum=f2ff9b9f4679963d091650ad55083af65abab26e57906618cd76d23326ff825a
+homepage="https://repo.or.cz/w/fbpdf.git"
+distfiles="https://repo.or.cz/fbpdf.git/snapshot/${_githash}.tar.gz"
+checksum=a86483a3ec144b68b89641abccb848b390ad901732c5e6043e3eb67e0ede7986
 
 pre_build() {
 	# Can't do it via LDFLAGS, that messes up the linking order
-	sed 's/-threads/& -lfreetype -lharfbuzz -lz -ljbig2dec -ljpeg -lopenjp2/' \
+	vsed 's/-threads/& -lfreetype -lharfbuzz -lz -ljbig2dec -ljpeg -lopenjp2/' \
 		-i Makefile
 }
 
 do_install() {
 	vbin fbpdf
 	vbin fbdjvu
-	vdoc README # no manpage
+	vman fbpdf.1
 	vlicense LICENSE
 }

  parent reply	other threads:[~2020-10-09 13:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-04  9:19 [PR PATCH] " ailiop-git
2020-10-04 18:56 ` [PR PATCH] [Updated] " ailiop-git
2020-10-04 18:57 ` ailiop-git
2020-10-09 11:51 ` Duncaen
2020-10-09 13:07 ` ailiop-git [this message]
2020-10-09 13:08 ` ailiop-git
2020-10-15  6:03 ` [PR PATCH] [Merged]: " ericonr

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=20201009130720.oNIwPdL47eYIRhkLryZ80SqvcT-0dy8qQLhnDfywtIA@z \
    --to=ailiop-git@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).