Message ID | 87r3ctzly6.fsf@gnu.org |
---|---|
State | Committed |
Headers |
Received: (qmail 81024 invoked by uid 89); 22 May 2016 23:56:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:991, dear, PDF X-Spam-Status: No, score=-3.3 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 22 May 2016 23:56:26 +0000 Received: from localhost ([::1]:44942 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <guix-devel-bounces+patchwork=sourceware.org@gnu.org>) id 1b4dEO-0005n9-2m for patchwork@sourceware.org; Sun, 22 May 2016 19:56:24 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <roel@gnu.org>) id 1b4dEK-0005mt-3z for guix-devel@gnu.org; Sun, 22 May 2016 19:56:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <roel@gnu.org>) id 1b4dEH-0000wK-1X for guix-devel@gnu.org; Sun, 22 May 2016 19:56:20 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <roel@gnu.org>) id 1b4dEG-0000wG-UL for guix-devel@gnu.org; Sun, 22 May 2016 19:56:16 -0400 Received: from 5469160b.cm-12-2a.dynamic.ziggo.nl ([84.105.22.11]:53258 helo=roel-tp) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from <roel@gnu.org>) id 1b4dEF-00005a-6l for guix-devel@gnu.org; Sun, 22 May 2016 19:56:15 -0400 User-agent: mu4e 0.9.17; emacs 25.1.50.1 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 Message-ID: <87r3ctzly6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." <guix-devel.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-devel>, <mailto:guix-devel-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/guix-devel/> List-Post: <mailto:guix-devel@gnu.org> List-Help: <mailto:guix-devel-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-devel>, <mailto:guix-devel-request@gnu.org?subject=subscribe> Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" <guix-devel-bounces+patchwork=sourceware.org@gnu.org> |
Commit Message
Roel Janssen
May 22, 2016, 11:56 p.m. UTC
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(+)
Comments
On Mon, May 23, 2016 at 01:56:17AM +0200, Roel Janssen wrote: > 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 > This looks good and built fine. I added a copyright line for you at the top and pushed it.
Efraim Flashner writes: > On Mon, May 23, 2016 at 01:56:17AM +0200, Roel Janssen wrote: >> 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 >> > > This looks good and built fine. > I added a copyright line for you at the top and pushed it. Thanks for your time and effort! Kind regards, Roel Janssen
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")