diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2011-07-02 00:17:45 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-02 00:17:45 -0300 |
commit | fb7acd7db7e33c9d29f05cbe7ea8baf3b76f0e14 (patch) | |
tree | a4cd79d0f58ee302085b7946e37e02f10cc2f39e /graphics/pinta | |
parent | cd403af3060a3791e960c54422832ffd8133ba34 (diff) | |
download | slackbuilds-fb7acd7db7e33c9d29f05cbe7ea8baf3b76f0e14.tar.gz |
graphics/pinta: Updated for version 1.0.
Diffstat (limited to 'graphics/pinta')
-rw-r--r-- | graphics/pinta/README | 6 | ||||
-rw-r--r-- | graphics/pinta/pinta.SlackBuild | 7 | ||||
-rw-r--r-- | graphics/pinta/pinta.info | 6 | ||||
-rw-r--r-- | graphics/pinta/slack-desc | 6 |
4 files changed, 13 insertions, 12 deletions
diff --git a/graphics/pinta/README b/graphics/pinta/README index 039021b14d..e9906b21fe 100644 --- a/graphics/pinta/README +++ b/graphics/pinta/README @@ -1,5 +1,5 @@ -Pinta is a drawing/editing program modeled after Paint.NET. Its goal is to -provide a simplified alternative to GIMP for casual users. It is currently -early in development. +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 58cbc0ace5..0462f241e0 100644 --- a/graphics/pinta/pinta.SlackBuild +++ b/graphics/pinta/pinta.SlackBuild @@ -1,5 +1,7 @@ #!/bin/sh +# Slackware build script for pinta + # Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm> # All rights reserved. # @@ -21,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pinta -VERSION=${VERSION:-0.6} +VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION-1.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . @@ -85,7 +87,6 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -mv $PKG/usr/share/man $PKG/usr 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 diff --git a/graphics/pinta/pinta.info b/graphics/pinta/pinta.info index 2264e6d04b..8df820f37c 100644 --- a/graphics/pinta/pinta.info +++ b/graphics/pinta/pinta.info @@ -1,8 +1,8 @@ PRGNAM="pinta" -VERSION="0.6" +VERSION="1.0" HOMEPAGE="http://pinta-project.com/" -DOWNLOAD="http://cloud.github.com/downloads/jpobst/Pinta/pinta-0.6-1.tar.gz" -MD5SUM="51e834be0ef9ae52e3e8774631592d01" +DOWNLOAD="http://cloud.github.com/downloads/jpobst/Pinta/pinta-1.0.tar.gz" +MD5SUM="59edafb32d9a3e33f43ca00cfcb9bd71" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Binh Nguyen" diff --git a/graphics/pinta/slack-desc b/graphics/pinta/slack-desc index ef3534bc21..f928fa6468 100644 --- a/graphics/pinta/slack-desc +++ b/graphics/pinta/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| pinta: Pinta (simple image editor, a Paint.NET clone) pinta: -pinta: Pinta is a drawing/editing program modeled after Paint.NET. Its goal -pinta: is to provide a simplified alternative to GIMP for casual users. +pinta: Pinta is a free, open source drawing/editing program modeled after +pinta: Paint.NET. Its goal is to provide users with a simple yet powerful way +pinta: to draw and manipulate images on Linux, Mac, and Windows. pinta: pinta: Homepage: http://pinta-project.com/ pinta: pinta: pinta: pinta: -pinta: |