mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/GPS: Updated for version 2_0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
b72d808c15
commit
e561d757d3
4 changed files with 12 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
||||||
# klaatu at the domain of member.fsf.org
|
# klaatu at the domain of member.fsf.org
|
||||||
|
|
||||||
PRGNAM=GPS
|
PRGNAM=GPS
|
||||||
VERSION=${VERSION:-1_5}
|
VERSION=${VERSION:-2_0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM\ $VERSION_final\ release.zip
|
rm -rf $PRGNAM\ $VERSION\ final.zip
|
||||||
unzip $CWD/$PRGNAM\ $VERSION\_final\ release.zip -d $TMP/$PRGNAM-$VERSION
|
unzip $CWD/$PRGNAM\ $VERSION\ final.zip -d $TMP/$PRGNAM-$VERSION
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . \
|
find . \
|
||||||
|
@ -33,8 +33,9 @@ find . \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
mkdir -p $PKG/usr/share/gimp/2.0/
|
mkdir -p $PKG/usr/share/gimp/2.0/
|
||||||
cp -r brushes gradients palettes patterns tool-options $PKG/usr/share/gimp/2.0/
|
cp -r brushes dynamics gradients palettes \
|
||||||
cp *rc $PKG/usr/share/gimp/2.0/
|
patterns splashes tool-presets \
|
||||||
|
$PKG/usr/share/gimp/2.0/
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="GPS"
|
PRGNAM="GPS"
|
||||||
VERSION="1_5"
|
VERSION="2_0"
|
||||||
HOMEPAGE="https://code.google.com/p/gps-gimp-paint-studio"
|
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"
|
DOWNLOAD="http://gps-gimp-paint-studio.googlecode.com/files/GPS%202_0%20final.zip"
|
||||||
MD5SUM="cd1021e4d5a7ffdcdec62582b57a8ae7"
|
MD5SUM="6ce9b9ec4fea8c2f4f78837f53cf9096"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -5,4 +5,5 @@ materials-emulation application. Great for painters, airbrushing and
|
||||||
re-touching, and illustrators.
|
re-touching, and illustrators.
|
||||||
|
|
||||||
Note that this will overwrite any config files you might already have
|
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.
|
in ~/.gimp-2.8 so if you've got customizations, back 'em up.
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ GPS:
|
||||||
GPS: Gimp Paint Studio is a set of tool and brush presets, patters, and
|
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: color swatches that transforms the GNU Image Manipulation Program
|
||||||
GPS: into a robust paint and materials-emulation application. Great for
|
GPS: into a robust paint and materials-emulation application. Great for
|
||||||
GPS: painters, illustrators, and even airbrushind and photo retouching.
|
GPS: painters, illustrators, and even airbrushing and photo retouching.
|
||||||
GPS:
|
GPS:
|
||||||
GPS: https://code.google.com/p/gps-gimp-paint-studio
|
GPS: https://code.google.com/p/gps-gimp-paint-studio
|
||||||
GPS:
|
GPS:
|
||||||
|
|
Loading…
Reference in a new issue