From 81d5d64a94bbe2835781f367431409ee7b579761 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Thu, 23 Aug 2012 15:55:34 +0700 Subject: graphics/pinta: Updated for version 1.3 Signed-off-by: Robby Workman --- graphics/pinta/README | 2 -- graphics/pinta/pinta.SlackBuild | 6 +++--- graphics/pinta/pinta.info | 6 +++--- 3 files changed, 6 insertions(+), 8 deletions(-) (limited to 'graphics/pinta') 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 +# Copyright 2010-2012 Binh Nguyen # 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" -- cgit v1.2.3