Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37893734
en ru br
ALT Linux repos
S:1.24993-alt1
5.0: 1.220-alt3
4.1: 1.132-alt2
4.0: 1.132-alt2
3.0: 1.082-alt1

Group :: Development/Perl
RPM: perl-Gtk2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-Gtk2-1.242-alt-cairo.patch
Download


--- a/Gtk2/lib/Gtk2.pm
+++ b/Gtk2/lib/Gtk2.pm
@@ -68,7 +68,7 @@ use Pango;
 # if the gtk+ we've been compiled against is at 2.8.0 or newer or if pango is
 # at 1.10.0 or newer, we need to import the Cairo module for the cairo glue in
 # gtk+ and pango.
-eval "use Cairo;";
+use Cairo;
 
 use Exporter;
 require DynaLoader;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin