From 85f38ad5670badda0f463f455fb373967c1822ac Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 14 Mar 2011 00:10:01 +0000 Subject: Version bump (Portage version: 2.1.9.42/cvs/Linux x86_64) --- x11-misc/shutter/files/disable-goocanvas-0.87.1.patch | 18 ++++++++++++++++++ x11-misc/shutter/files/disable_goocanvas.patch | 18 ------------------ x11-misc/shutter/files/disable_webphoto-0.87.1.patch | 17 +++++++++++++++++ 3 files changed, 35 insertions(+), 18 deletions(-) create mode 100644 x11-misc/shutter/files/disable-goocanvas-0.87.1.patch delete mode 100644 x11-misc/shutter/files/disable_goocanvas.patch create mode 100644 x11-misc/shutter/files/disable_webphoto-0.87.1.patch (limited to 'x11-misc/shutter/files') diff --git a/x11-misc/shutter/files/disable-goocanvas-0.87.1.patch b/x11-misc/shutter/files/disable-goocanvas-0.87.1.patch new file mode 100644 index 000000000000..7819e602a1b5 --- /dev/null +++ b/x11-misc/shutter/files/disable-goocanvas-0.87.1.patch @@ -0,0 +1,18 @@ +Index: shutter-0.87.1/bin/shutter +=================================================================== +--- shutter-0.87.1.orig/bin/shutter ++++ shutter-0.87.1/bin/shutter +@@ -9188,12 +9188,7 @@ if ($app->is_running) { + $nautilus_sendto = FALSE; + } + +- #goocanvas +- eval { require Goo::Canvas }; +- if ($@) { +- warn "WARNING: Goo::Canvas/libgoo-canvas-perl is missing --> drawing tool will be disabled!\n\n"; +- $goocanvas = FALSE; +- } ++ $goocanvas = FALSE; + + #net-dbus-glib-perl + eval { require Net::DBus::GLib }; diff --git a/x11-misc/shutter/files/disable_goocanvas.patch b/x11-misc/shutter/files/disable_goocanvas.patch deleted file mode 100644 index 092ec8b9655d..000000000000 --- a/x11-misc/shutter/files/disable_goocanvas.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: bin/shutter -=================================================================== ---- bin/shutter -+++ bin/shutter -@@ -6040,12 +6040,7 @@ sub fct_init_depend { - $gnome_web_photo = 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; - - return TRUE; - } diff --git a/x11-misc/shutter/files/disable_webphoto-0.87.1.patch b/x11-misc/shutter/files/disable_webphoto-0.87.1.patch new file mode 100644 index 000000000000..7db728c4b53a --- /dev/null +++ b/x11-misc/shutter/files/disable_webphoto-0.87.1.patch @@ -0,0 +1,17 @@ +Index: shutter-0.87.1/bin/shutter +=================================================================== +--- shutter-0.87.1.orig/bin/shutter ++++ shutter-0.87.1/bin/shutter +@@ -9181,11 +9181,7 @@ if ($app->is_running) { + die "ERROR: imagemagick is missing --> aborting!\n\n"; + } + +- #gnome-web-photo +- unless ( File::Which::which('gnome-web-photo') ) { +- warn "WARNING: gnome-web-photo is missing --> screenshots of websites will be disabled!\n\n"; +- $gnome_web_photo = FALSE; +- } ++ $gnome_web_photo = FALSE; + + #nautilus-sendto + unless ( File::Which::which('nautilus-sendto') ) { -- cgit v1.2.3-65-gdbad