Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/shutter/files: 0.86.4-disable-goocanvas.patch
Date: Sun, 10 Oct 2010 11:05:06
Message-Id: 20101010103626.71B482004C@flycatcher.gentoo.org
1 hwoarang 10/10/10 10:36:26
2
3 Added: 0.86.4-disable-goocanvas.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2_rc91/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-misc/shutter/files/0.86.4-disable-goocanvas.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shutter/files/0.86.4-disable-goocanvas.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/shutter/files/0.86.4-disable-goocanvas.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.86.4-disable-goocanvas.patch
16 ===================================================================
17 Index: shutter-0.86.4/bin/shutter
18 ===================================================================
19 --- shutter-0.86.4.orig/bin/shutter
20 +++ shutter-0.86.4/bin/shutter
21 @@ -8350,14 +8350,9 @@ sub fct_init_depend {
22 $nautilus_sendto = FALSE;
23 }
24
25 - #goocanvas
26 - eval { require Goo::Canvas };
27 - if ($@) {
28 - warn "WARNING: Goo::Canvas/libgoocanvas is missing --> drawing tool will be disabled!\n\n";
29 - $goocanvas = FALSE;
30 - }
31 + $goocanvas = FALSE;
32
33 - eval { require Net::DBus::GLib };
34 + eval { require Net::DBus::GLib };
35 if ($@) {
36 warn "WARNING: Net::DBus::GLib is missing --> Ubuntu One support will be disabled!\n\n";
37 $ubuntuone = FALSE;