You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/shutter/files/0.86.4-disable-goocanvas.patch

22 lines
653 B

Index: shutter-0.86.4/bin/shutter
===================================================================
--- shutter-0.86.4.orig/bin/shutter
+++ shutter-0.86.4/bin/shutter
@@ -8350,14 +8350,9 @@ sub fct_init_depend {
$nautilus_sendto = FALSE;
}
- #goocanvas
- eval { require Goo::Canvas };
- if ($@) {
- warn "WARNING: Goo::Canvas/libgoocanvas is missing --> drawing tool will be disabled!\n\n";
- $goocanvas = FALSE;
- }
+ $goocanvas = FALSE;
- eval { require Net::DBus::GLib };
+ eval { require Net::DBus::GLib };
if ($@) {
warn "WARNING: Net::DBus::GLib is missing --> Ubuntu One support will be disabled!\n\n";
$ubuntuone = FALSE;