graphics/shutter: Updated for version 0.94.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Donald Cooley 2017-12-20 09:34:12 +00:00 committed by Willy Sudiarto Raharjo
parent c1c9484b32
commit fe45640b28
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
Shutter is a feature-rich screenshot program. You can take a screenshot
of a specific area, window, your whole screen, or even of a website -
apply different effects to it, draw on it to highlight points, and then
Shutter is a feature-rich screenshot program. You can take a screenshot
of a specific area, window, your whole screen, or even of a website -
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.

View file

@ -3,7 +3,7 @@
# Slackware build script for shutter
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
# Copyright 2016 Donald Cooley South Haven, IN USA
# Copyright 2016-2017 Donald Cooley South Haven, IN USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
PRGNAM=shutter
VERSION=${VERSION:-0.93.1}
VERSION=${VERSION:-0.94}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="shutter"
VERSION="0.93.1"
VERSION="0.94"
HOMEPAGE="http://shutter-project.org"
DOWNLOAD="http://shutter-project.org/wp-content/uploads/releases/tars/shutter-0.93.1.tar.gz"
MD5SUM="614602040851e4cba0778704304330a0"
DOWNLOAD="https://launchpad.net/shutter/0.9x/0.94/+download/shutter-0.94.tar.gz"
MD5SUM="f9c230069de8b02a5d893c5974c145c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-gnome2 perl-file-basedir perl-File-Copy-Recursive perl-File-Which perl-gnome2-wnck perl-goo-canvas perl-gtk2-imageview perl-Gtk2-Unique exiftool perl-JSON perl-JSON-XS perl-net-dbus perl-Path-Class perl-Proc-ProcessTable perl-Proc-ProcessTable perl-Proc-Simple perl-www-mechanize perl-x11-protocol perl-Sort-Naturally"
REQUIRES="perl-gnome2 perl-file-basedir perl-File-Copy-Recursive perl-File-Which perl-gnome2-wnck perl-goo-canvas perl-gtk2-imageview perl-Gtk2-Unique exiftool perl-JSON perl-JSON-XS perl-net-dbus perl-Path-Class perl-Proc-ProcessTable perl-Proc-ProcessTable perl-Proc-Simple perl-www-mechanize perl-x11-protocol perl-Sort-Naturally perl-LWP-Protocol-https"
MAINTAINER="Donald Cooley"
EMAIL="chytraeu@sdf.org"