graphics/shutter: Updated for version 0.87.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2013-12-22 08:44:02 +07:00 committed by Robby Workman
parent 8787d9c31f
commit 770435459f
3 changed files with 15 additions and 7 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"