perl-Pango: update to 1.227.

This commit is contained in:
Juan RP 2016-02-09 15:42:48 +01:00
parent 9228af4df1
commit 18e7db9ce7
2 changed files with 5 additions and 20 deletions

View File

@ -1,15 +0,0 @@
When constructing the $libs variable, there is a blank missing
before the -lpangocairo-1.0 coming from the pangocairo.pc through
pkg-config. Inserting an extra blank before the pkg-config
result fixes the issue.
--- Makefile.PL 2014-02-19 05:13:50.000000000 +0100
+++ Makefile.PL 2015-10-08 00:47:59.777157391 +0200
@@ -161,6 +161,7 @@
if ($have_cairo) {
push @deps, qw/Cairo/;
$inc .= $pangocairo_pkgcfg{cflags};
+ $libs .= ' ';
$libs .= $pangocairo_pkgcfg{libs};
}

View File

@ -1,18 +1,18 @@
# Template build file for 'perl-Pango'.
pkgname=perl-Pango
version=1.226
revision=4
version=1.227
revision=1
wrksrc="Pango-$version"
build_style=perl-module
hostmakedepends="perl"
makedepends="perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib perl-Cairo pango-devel"
depends=" perl-Cairo>=1.000"
depends="perl-Cairo>=1.000"
short_desc="Perl bindings for Pango"
maintainer="Carlo Dormeletti <carloDOTdormeletti@aliceDOTit>"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://gtk2-perl.sourceforge.net/"
license="LGPL-2.1"
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/Pango-$version.tar.gz"
checksum=9f7039bf79bca027009fdc2b0472ecf2d2e0e30227fb92c5ecd1c867dae99264
checksum=34b0a422df3fecd7597587048552457d48ae764c43bbefd2a9d62ceb6c8bac71
CFLAGS="-Wno-error -Wno-deprecated-declarations"