mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/shutter: Updated for version 0.93.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5cce13a556
commit
bc5920a9c3
4 changed files with 11 additions and 18 deletions
|
@ -3,9 +3,3 @@ 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.
|
||||
|
||||
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.
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for shutter
|
||||
|
||||
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2016 Donald Cooley South Haven, IN USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,16 +23,15 @@
|
|||
# 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.87.2}
|
||||
VERSION=${VERSION:-0.93.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -70,7 +70,7 @@ rm -rf $PKG/usr/share/doc/
|
|||
rm -rf $PKG/usr/share/icons/ubuntu*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
PRGNAM="shutter"
|
||||
VERSION="0.87.2"
|
||||
HOMEPAGE="http://shutter-project.org/"
|
||||
DOWNLOAD="http://shutter-project.org/wp-content/uploads/releases/tars/shutter-0.87.2.tar.gz"
|
||||
MD5SUM="8a7bf8ce4580d82efedd516f6cdaa43d"
|
||||
VERSION="0.93.1"
|
||||
HOMEPAGE="http://shutter-project.org"
|
||||
DOWNLOAD="http://shutter-project.org/wp-content/uploads/releases/tars/shutter-0.93.1.tar.gz"
|
||||
MD5SUM="614602040851e4cba0778704304330a0"
|
||||
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 perl-Gtk2-Unique"
|
||||
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"
|
||||
MAINTAINER="Donald Cooley"
|
||||
EMAIL="dfc@warpmail.net"
|
||||
EMAIL="chytraeu@sdf.org"
|
||||
|
|
|
@ -14,6 +14,6 @@ shutter: website - apply different effects to it, draw on it to highlight
|
|||
shutter: points, and then upload to an image hosting site, all within one
|
||||
shutter: window. Shutter is free, open-source, and licensed under GPL v3.
|
||||
shutter:
|
||||
shutter: This slackbuild script does not include Dropbox integration.
|
||||
shutter: Homepage: http://shutter-project.org/
|
||||
shutter:
|
||||
shutter:
|
||||
|
|
Loading…
Reference in a new issue