diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-03-14 00:10:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-03-14 00:10:01 +0000 |
commit | 85f38ad5670badda0f463f455fb373967c1822ac (patch) | |
tree | b26cf576f400550147728b2d6e00d6a1f1fbb66e /x11-misc/shutter/files/disable_webphoto-0.87.1.patch | |
parent | Initial commit (diff) | |
download | gentoo-2-85f38ad5670badda0f463f455fb373967c1822ac.tar.gz gentoo-2-85f38ad5670badda0f463f455fb373967c1822ac.tar.bz2 gentoo-2-85f38ad5670badda0f463f455fb373967c1822ac.zip |
Version bump
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/shutter/files/disable_webphoto-0.87.1.patch')
-rw-r--r-- | x11-misc/shutter/files/disable_webphoto-0.87.1.patch | 17 |
1 files changed, 17 insertions, 0 deletions
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') ) { |