From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epjJT-0005yV-7i for guix-patches@gnu.org; Sat, 24 Feb 2018 18:33:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epjJO-0001V6-Gk for guix-patches@gnu.org; Sat, 24 Feb 2018 18:33:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51354) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epjJO-0001TW-66 for guix-patches@gnu.org; Sat, 24 Feb 2018 18:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1epjJN-0003Hj-Vm for guix-patches@gnu.org; Sat, 24 Feb 2018 18:33:02 -0500 Subject: [bug#30598] [PATCH 3/5] gnu: Add perl-pango. References: <87sh9qvuhz.fsf@gmail.com> In-Reply-To: <87sh9qvuhz.fsf@gmail.com> Resent-Message-ID: From: Alex Vong Date: Sun, 25 Feb 2018 07:32:31 +0800 Message-ID: <87fu5qvu9c.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30598@debbugs.gnu.org Cc: alexvong1995@gmail.com --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0003-gnu-Add-perl-pango.patch Content-Transfer-Encoding: quoted-printable From=206f47089ff55964fd4129ac91af651ffca7fb79ea Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Sun, 25 Feb 2018 06:51:43 +0800 Subject: [PATCH 3/5] gnu: Add perl-pango. * gnu/packages/perl.scm (perl-pango): New public variable. =2D-- gnu/packages/perl.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 628019986..9ec581abf 100644 =2D-- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -6469,6 +6469,43 @@ show those variables which are in scope at the point= of the call. PadWalker is particularly useful for debugging.") (license (package-license perl)))) =20 +(define-public perl-pango + (package + (name "perl-pango") + (version "1.227") + (source (origin + (method url-fetch) + (uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/Pang= o-" + version ".tar.gz")) + (sha256 + (base32 + "0wdcidnfnb6nm79fzfs39ivawj3x8m98a147fmcxgv1zvwia9c1l")))) + (build-system perl-build-system) + (native-inputs + `(("perl-extutils-depends" ,perl-extutils-depends) + ("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig))) + (inputs + `(("pango" ,pango))) + (propagated-inputs + `(("perl-cairo" ,perl-cairo) + ("perl-glib" ,perl-glib))) + (home-page "http://search.cpan.org/dist/Pango/") + (synopsis "Layout and render international text") + (description "Pango is a library for laying out and rendering text, wi= th an +emphasis on internationalization. Pango can be used anywhere that text la= yout +is needed, but using Pango in conjunction with Cairo and/or Gtk2 provides a +complete solution with high quality text handling and graphics rendering. + +Dynamically loaded modules handle text layout for particular combinations = of +script and font backend. Pango provides a wide selection of modules, incl= uding +modules for Hebrew, Arabic, Hangul, Thai, and a number of Indic scripts. +Virtually all of the world's major scripts are supported. + +In addition to the low level layout rendering routines, Pango includes +@code{Pango::Layout}, a high level driver for laying out entire blocks of = text, +and routines to assist in editing internationalized text.") + (license lgpl2.1+))) + (define-public perl-parallel-forkmanager (package (name "perl-parallel-forkmanager") =2D-=20 2.16.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQTdXC2pN4kXBjiMDs8cGaIXrbrArQUCWpH2DwAKCRAcGaIXrbrA rabyAQCf18kxpDrwNlgsXqpjPb2lrWl98wf1hxCJeP1Zel177gD9F2VmqAzzcR2S 7fJtnGlh7lZt07l4n5U0kCREcQ4VOwo= =S4tt -----END PGP SIGNATURE----- --==-=-=--