From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: [PATCH] gnu: Add poppler-qt5. Date: Mon, 23 May 2016 13:46:39 +0200 Message-ID: <87a8jhvvxc.fsf@gnu.org> References: <87r3ctzly6.fsf@gnu.org> <20160523114026.GA3721@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4oJm-0006pr-SG for guix-devel@gnu.org; Mon, 23 May 2016 07:46:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4oJh-0005ZL-Pl for guix-devel@gnu.org; Mon, 23 May 2016 07:46:41 -0400 In-reply-to: <20160523114026.GA3721@debian-netbook> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: Guix-devel 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 >> 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