graphics/GPS: Added (GIMP Paint Studio)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
7950fb70c3
commit
26bc370ad6
|
@ -0,0 +1,46 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for GIMP Paint Studio
|
||||
|
||||
# Written by klaatu
|
||||
# klaatu at the domain of member.fsf.org
|
||||
|
||||
PRGNAM=GPS
|
||||
VERSION=${VERSION:-1_5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH="noarch"
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM\ $VERSION_final\ release.zip
|
||||
unzip $CWD/$PRGNAM\ $VERSION\_final\ release.zip -d $TMP/$PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/gimp/2.0/
|
||||
cp -r brushes gradients palettes patterns tool-options $PKG/usr/share/gimp/2.0/
|
||||
cp *rc $PKG/usr/share/gimp/2.0/
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
|
@ -0,0 +1,10 @@
|
|||
PRGNAM="GPS"
|
||||
VERSION="1_5"
|
||||
HOMEPAGE="https://code.google.com/p/gps-gimp-paint-studio"
|
||||
DOWNLOAD="http://gps-gimp-paint-studio.googlecode.com/files/GPS%201_5_final%20release.zip"
|
||||
MD5SUM="cd1021e4d5a7ffdcdec62582b57a8ae7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="klaatu"
|
||||
EMAIL="klaatu@member.fsf.org"
|
||||
APPROVED="Niels Horn"
|
|
@ -0,0 +1,8 @@
|
|||
GIMP Paint Studio is a creative commons set of tool presets,
|
||||
brush presets, color swatches, patterns, and config files that will
|
||||
transform the GNU Image Manipulation Program into a robust painting and
|
||||
materials-emulation application. Great for painters, airbrushing and
|
||||
re-touching, and illustrators.
|
||||
|
||||
Note that this will overwrite any config files you might already have
|
||||
in /usr/share/gimp/2.0 although it does back the old ones up just in case.
|
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
GPS: GPS (GIMP Paint Studio)
|
||||
GPS:
|
||||
GPS: Gimp Paint Studio is a set of tool and brush presets, patters, and
|
||||
GPS: color swatches that transforms the GNU Image Manipulation Program
|
||||
GPS: into a robust paint and materials-emulation application. Great for
|
||||
GPS: painters, illustrators, and even airbrushind and photo retouching.
|
||||
GPS:
|
||||
GPS: https://code.google.com/p/gps-gimp-paint-studio
|
||||
GPS:
|
||||
GPS:
|
||||
GPS:
|
Loading…
Reference in New Issue