unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67909] [PATCH] update pdfpc to 4.6.0
@ 2023-12-19 18:39 Benjamin Slade
  2024-03-10  4:53 ` bug#67909: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Slade @ 2023-12-19 18:39 UTC (permalink / raw)
  To: 67909

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

--

'(Dr Benjamin Slade (he/him)
     (website . <https://lambda-y.net>)     
     `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19))
       "sent by mu4e 1.10.8 in Emacs 30.0.50 with org-msg on GNU Guix (Linux)")

[-- Attachment #2: 0001-update-pdfpc-to-4.6.0.patch --]
[-- Type: text/x-patch, Size: 1987 bytes --]

From 04e2cdb97728189c1cdddbfef1613868d138df52 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@lambda-y.net>
Date: Tue, 19 Dec 2023 12:38:27 -0600
Subject: [PATCH] update pdfpc to 4.6.0

---
 gnu/packages/pdf.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 874076e..29d53c6 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
 ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
+;;; Copyright © 2023 Benjamin Slade <slade@lambda-y.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -54,6 +55,7 @@ (define-module (gnu packages pdf)
   #:use-module (guix build-system python)
   #:use-module (guix build-system qt)
   #:use-module (gnu packages)
+  #:use-module (gnu packages aidc)  
   #:use-module (gnu packages audio)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages backup)
@@ -1490,7 +1492,7 @@ (define-public pdfgrep
 (define-public pdfpc
   (package
     (name "pdfpc")
-    (version "4.5.0")
+    (version "4.6.0")
     (source
      (origin
        (method git-fetch)
@@ -1499,7 +1501,7 @@ (define-public pdfpc
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bmy51w6ypz927hxwp5g7wapqvzqmsi3w32rch6i3f94kg1152ck"))))
+        (base32 "0kj84sf5hgr2v2ra6dxmxqcr173h17cpnhg9lcq36shdbdnncwg4"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f          ; no test target
@@ -1515,6 +1517,7 @@ (define-public pdfpc
     (inputs
      `(("cairo" ,cairo)
        ("discount" ,discount) ; libmarkdown
+       ("qrencode" ,qrencode)
        ("gtk+" ,gtk+)
        ("gstreamer" ,gstreamer)
        ("gst-plugins-base" ,gst-plugins-base)
-- 
2.41.0


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

* bug#67909: [PATCH] update pdfpc to 4.6.0
  2023-12-19 18:39 [bug#67909] [PATCH] update pdfpc to 4.6.0 Benjamin Slade
@ 2024-03-10  4:53 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-10  4:53 UTC (permalink / raw)
  To: Benjamin Slade; +Cc: 67909-done


Pushed as commit 9b1cab9047, with phases deleted, thank you!




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

end of thread, other threads:[~2024-03-10  4:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 18:39 [bug#67909] [PATCH] update pdfpc to 4.6.0 Benjamin Slade
2024-03-10  4:53 ` bug#67909: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).