diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-21 21:05:20 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-01-23 01:16:52 +0000 |
commit | 8ec39778663f4b739a1698437e8beb290180703b (patch) | |
tree | b9eccaa9957d0cc48223721b31de7297ac2a6a9c /graphics/mypaint/mypaint.SlackBuild | |
parent | 01a9bfeb0df70a6c8ee9a0396059c8b0d63da987 (diff) |
graphics/mypaint: Updated for version 1.2.0.
Fixes build with json-c-0.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/mypaint/mypaint.SlackBuild')
-rw-r--r-- | graphics/mypaint/mypaint.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/mypaint/mypaint.SlackBuild b/graphics/mypaint/mypaint.SlackBuild index 1f1daa3bc967..ed4e795c4abc 100644 --- a/graphics/mypaint/mypaint.SlackBuild +++ b/graphics/mypaint/mypaint.SlackBuild @@ -12,7 +12,7 @@ # without any warranty. PRGNAM=mypaint -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,7 +49,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -78,9 +78,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING COPYING.cursors LICENSE \ - README README.gegl README.gtk3 \ - changelog \ + CONTRIBUTING.md COPYING Licenses.md Changelog.md DEBUGGING.md \ + README.md README_LINUX.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |