diff options
author | Donald Cooley <dfc@warpmail.net> | 2013-12-22 08:44:02 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:05:39 -0600 |
commit | 770435459f265d8e8b03b9877dc1ca9ff6863bd1 (patch) | |
tree | e5a88ab6adc1743a8782423069d7ea3272af1dc3 /graphics/shutter | |
parent | 8787d9c31f23790ebe15e1a1b7a41072e9f1bcba (diff) |
graphics/shutter: Updated for version 0.87.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/shutter')
-rw-r--r-- | graphics/shutter/README | 6 | ||||
-rw-r--r-- | graphics/shutter/shutter.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/shutter/shutter.info | 10 |
3 files changed, 15 insertions, 7 deletions
diff --git a/graphics/shutter/README b/graphics/shutter/README index cb205be651f2..ceb54884f422 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 67a71e9c4759..72b720ccb102 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 8a6e99d21c9e..1f33ab95c765 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" |