summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author DhabyX <slack.dhabyx@gmail.com>2017-04-05 08:37:25 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-08 06:57:47 +0700
commit5df53a85ce0f5d360f8516ed5026837799885a98 (patch)
tree663ba36689410d8d73d65792f17adf7a19f09233 /graphics
parentda8c5aec788e3546b79f6bb4f3e67fd1d4dd6fcd (diff)
downloadslackbuilds-5df53a85ce0f5d360f8516ed5026837799885a98.tar.gz
slackbuilds-5df53a85ce0f5d360f8516ed5026837799885a98.tar.xz
graphics/pencil3: Updated for version 3.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pencil3/README17
-rw-r--r--graphics/pencil3/pencil3.SlackBuild12
-rw-r--r--graphics/pencil3/pencil3.desktop2
-rw-r--r--graphics/pencil3/pencil3.info6
4 files changed, 18 insertions, 19 deletions
diff --git a/graphics/pencil3/README b/graphics/pencil3/README
index 1b99634cc0..86c31d705f 100644
--- a/graphics/pencil3/README
+++ b/graphics/pencil3/README
@@ -2,21 +2,20 @@ Pencil is built for the purpose of providing a free and open-source
GUI prototyping tool that people can easily install and use to create
mockups in popular desktop platforms.
-This package is a release candidate, use at your own risk.
-
This version can be installed along with 2.0.x version without any problem.
+
Optional features
-ELECTRON (default=no): This requires electron, available in SBo.
-To use pencil3 with some version of electron previously installed in the system.
-Otherwise the SlackBuild use and download electron required for pencil3.
+ELECTRON (default=no): This requires electron, available in SBo. Use
+pencil3 with some version of electron previously installed in the system.
+Otherwise the SlackBuild uses and downloads electron required for pencil3.
-BINARY (default = no): Use it to create a binary package, this option requires
+BINARY (default=no): Use it to create a binary package. This option requires
downloading electron for the architecture of your system, close to 40MiB.
-You can install electron package from SBo with the INSTALL_ZIP=yes option,
-to avoid The download.
+You can install the electron package from SBo with the INSTALL_ZIP=yes option,
+to avoid the download.
If you need to use any option do something like:
-ELECTRON=yes ./pencil3.SlackBuild
+ ELECTRON=yes ./pencil3.SlackBuild
diff --git a/graphics/pencil3/pencil3.SlackBuild b/graphics/pencil3/pencil3.SlackBuild
index 5362e61afb..2b0839e9d1 100644
--- a/graphics/pencil3/pencil3.SlackBuild
+++ b/graphics/pencil3/pencil3.SlackBuild
@@ -24,8 +24,7 @@
PRGNAM=pencil3
PKGNAM=pencil
-VERSION=${VERSION:-3.0.0_rc2}
-RELEASE=${RELEASE:-3.0.0-rc.2}
+VERSION=${VERSION:-3.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,9 +62,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PKGNAM-$RELEASE
-tar xvf $CWD/$PKGNAM-$RELEASE.tar.gz || tar xvf $CWD/v$RELEASE
-cd $PKGNAM-$RELEASE
+rm -rf $PKGNAM-$VERSION
+tar xvf $CWD/$PKGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION
+cd $PKGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -149,7 +148,8 @@ cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
# Documentation
mkdir -p $PKG/usr/doc/$PRGNAM-${VERSION}
-cp -a LICENSE.md README.md $PACKAGE_LICENSES $PKG/usr/doc/$PRGNAM-${VERSION}
+cp -a LICENSE.md README.md $PACKAGE_LICENSES \
+ $PKG/usr/doc/$PRGNAM-${VERSION}
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-${VERSION}/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/graphics/pencil3/pencil3.desktop b/graphics/pencil3/pencil3.desktop
index 43f07f872b..450fd75126 100644
--- a/graphics/pencil3/pencil3.desktop
+++ b/graphics/pencil3/pencil3.desktop
@@ -7,5 +7,5 @@ Icon=pencil3
Type=Application
StartupNotify=true
Terminal=false
-Categories=Graphics;2DGraphics;Development;
+Categories=Graphics;2DGraphics;
MimeType=application/ep;
diff --git a/graphics/pencil3/pencil3.info b/graphics/pencil3/pencil3.info
index 0823b733d0..aae70d0075 100644
--- a/graphics/pencil3/pencil3.info
+++ b/graphics/pencil3/pencil3.info
@@ -1,8 +1,8 @@
PRGNAM="pencil3"
-VERSION="3.0.0_rc2"
+VERSION="3.0.1"
HOMEPAGE="http://pencil.evolus.vn/"
-DOWNLOAD="https://codeload.github.com/evolus/pencil/tar.gz/v3.0.0-rc.2"
-MD5SUM="1ec3151bec9b2d01725edfbae5919303"
+DOWNLOAD="https://github.com/evolus/pencil/archive/v3.0.1/pencil-3.0.1.tar.gz"
+MD5SUM="9cc7a3c9e4bcd390f72d6f5f4efe27e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nodejs"