graphics/pinta: Updated for version 1.3

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Binh Nguyen 2012-08-23 15:55:34 +07:00 committed by Robby Workman
parent 558630677b
commit 81d5d64a94
3 changed files with 6 additions and 8 deletions

View file

@ -1,5 +1,3 @@
Pinta is a free, open source drawing/editing program modeled after
Paint.NET. Its goal is to provide users with a simple yet powerful way
to draw and manipulate images on Linux, Mac, and Windows.
This requires gtk-sharp.

View file

@ -2,7 +2,7 @@
# Slackware build script for pinta
# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
# Copyright 2010-2012 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pinta
VERSION=${VERSION:-1.0}
VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -91,7 +91,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a license* readme.txt todo.txt $PKG/usr/doc/$PRGNAM-$VERSION
cp -a license* readme* todo.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="pinta"
VERSION="1.0"
VERSION="1.3"
HOMEPAGE="http://pinta-project.com/"
DOWNLOAD="http://cloud.github.com/downloads/jpobst/Pinta/pinta-1.0.tar.gz"
MD5SUM="59edafb32d9a3e33f43ca00cfcb9bd71"
DOWNLOAD="http://cloud.github.com/downloads/PintaProject/Pinta/pinta-1.3.tar.gz"
MD5SUM="2080f32e2204184ba442e617252fd43d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtk-sharp"