summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Donald Cooley2013-12-22 02:44:02 +0100
committer Robby Workman2013-12-25 22:05:39 +0100
commit770435459f265d8e8b03b9877dc1ca9ff6863bd1 (patch)
treee5a88ab6adc1743a8782423069d7ea3272af1dc3 /graphics
parent8787d9c31f23790ebe15e1a1b7a41072e9f1bcba (diff)
downloadslackbuilds-770435459f265d8e8b03b9877dc1ca9ff6863bd1.tar.gz
graphics/shutter: Updated for version 0.87.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/shutter/README6
-rw-r--r--graphics/shutter/shutter.SlackBuild6
-rw-r--r--graphics/shutter/shutter.info10
3 files changed, 15 insertions, 7 deletions
diff --git a/graphics/shutter/README b/graphics/shutter/README
index cb205be651..ceb54884f4 100644
--- a/graphics/shutter/README
+++ b/graphics/shutter/README
@@ -4,4 +4,8 @@ apply different effects to it, draw on it to highlight points, and then
upload to an image hosting site, all within one window. Shutter is free,
open-source, and licensed under GPL v3.
-perl-goo-canvas is an optional dependency for drawing tool.
+perl-goo-canvas is an optional dependency for editing the screenshots
+directly using a built-in editor.
+exiftool is an optional dependency to enable Shutter to write Metadata
+(Orientation) when saving Jpeg-Files instead of simply rotating the
+image.
diff --git a/graphics/shutter/shutter.SlackBuild b/graphics/shutter/shutter.SlackBuild
index 67a71e9c47..72b720ccb1 100644
--- a/graphics/shutter/shutter.SlackBuild
+++ b/graphics/shutter/shutter.SlackBuild
@@ -22,8 +22,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Updated and maintained by Donald Cooley La Porte, IN USA
+
PRGNAM=shutter
-VERSION=${VERSION:-0.86.4}
+VERSION=${VERSION:-0.87.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +42,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-set -eu
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/graphics/shutter/shutter.info b/graphics/shutter/shutter.info
index 8a6e99d21c..1f33ab95c7 100644
--- a/graphics/shutter/shutter.info
+++ b/graphics/shutter/shutter.info
@@ -1,10 +1,12 @@
PRGNAM="shutter"
-VERSION="0.86.4"
+VERSION="0.87.2"
HOMEPAGE="http://shutter-project.org/"
-DOWNLOAD="http://shutter-project.org/wp-content/uploads/releases/tars/shutter-0.86.4.tar.gz"
-MD5SUM="874a4b5a113d81f4c83bc67b5a4a029a"
+DOWNLOAD="http://shutter-project.org/wp-content/uploads/releases/tars/shutter-0.87.2.tar.gz"
+MD5SUM="8a7bf8ce4580d82efedd516f6cdaa43d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="perl-gnome2 perl-gnome2-gconf perl-gnome2-wnck perl-gtk2-imageview perl-net-dbus perl-proc-processtable perl-www-mechanize perl-x11-protocol"
+REQUIRES="%README% perl-gnome2 perl-gnome2-gconf perl-gnome2-wnck perl-gtk2-imageview
+perl-net-dbus perl-proc-processtable perl-www-mechanize perl-x11-protocol
+perl-Gtk2-Unique"
MAINTAINER="Donald Cooley"
EMAIL="dfc@warpmail.net"