summaryrefslogtreecommitdiffstats
path: root/graphics/pinta
diff options
context:
space:
mode:
author Binh Nguyen <binhnguyen@fastmail.fm>2012-08-23 15:55:34 +0700
committer Robby Workman <rworkman@slackbuilds.org>2012-08-23 08:15:03 -0500
commit81d5d64a94bbe2835781f367431409ee7b579761 (patch)
treeeb904520c0c73ea9e3c9730be30568a15a5749af /graphics/pinta
parent558630677bb1cbf0ce05e79d43b34957be88a1a8 (diff)
downloadslackbuilds-81d5d64a94bbe2835781f367431409ee7b579761.tar.gz
slackbuilds-81d5d64a94bbe2835781f367431409ee7b579761.tar.xz
graphics/pinta: Updated for version 1.3
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/pinta')
-rw-r--r--graphics/pinta/README2
-rw-r--r--graphics/pinta/pinta.SlackBuild6
-rw-r--r--graphics/pinta/pinta.info6
3 files changed, 6 insertions, 8 deletions
diff --git a/graphics/pinta/README b/graphics/pinta/README
index e9906b21fe..b17a1f4555 100644
--- a/graphics/pinta/README
+++ b/graphics/pinta/README
@@ -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.
diff --git a/graphics/pinta/pinta.SlackBuild b/graphics/pinta/pinta.SlackBuild
index 0462f241e0..414dc926da 100644
--- a/graphics/pinta/pinta.SlackBuild
+++ b/graphics/pinta/pinta.SlackBuild
@@ -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
diff --git a/graphics/pinta/pinta.info b/graphics/pinta/pinta.info
index 5fccf5c0fa..818aefd01d 100644
--- a/graphics/pinta/pinta.info
+++ b/graphics/pinta/pinta.info
@@ -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"