all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: Guix-devel <guix-devel@gnu.org>
Subject: [PATCH] gnu: Add poppler-qt5.
Date: Mon, 23 May 2016 01:56:17 +0200	[thread overview]
Message-ID: <87r3ctzly6.fsf@gnu.org> (raw)

Dear Guix,

I need poppler-qt5 for Texmaker (see other patch), so here is a patch:

From ef330ec9125246f81094ac36c2f564f3f3fca029 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Mon, 23 May 2016 01:47:11 +0200
Subject: [PATCH] gnu: Add poppler-qt5.

* gnu/packages/pdf.scm (poppler-qt5): New variable.
---
 gnu/packages/pdf.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index ef05def..d577afd 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -109,6 +109,13 @@
              ,@(package-inputs poppler)))
    (synopsis "Qt4 frontend for the Poppler PDF rendering library")))
 
+(define-public poppler-qt5
+  (package (inherit poppler)
+   (name "poppler-qt5")
+   (inputs `(("qt" ,qt)
+             ,@(package-inputs poppler)))
+   (synopsis "Qt5 frontend for the Poppler PDF rendering library")))
+
 (define-public python-poppler-qt4
   (package
     (name "python-poppler-qt4")
-- 
2.7.4


Kind regards,
Roel Janssen

             reply	other threads:[~2016-05-22 23:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-22 23:56 Roel Janssen [this message]
2016-05-23 11:40 ` [PATCH] gnu: Add poppler-qt5 Efraim Flashner
2016-05-23 11:46   ` Roel Janssen

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=87r3ctzly6.fsf@gnu.org \
    --to=roel@gnu.org \
    --cc=guix-devel@gnu.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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.