summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ricardo J. Barberis <ricardo.barberis@gmail.com>2015-09-01 09:31:12 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-01 09:31:12 +0700
commit1841fe2ffb6ad1fd900155d2c501db5c79279dd9 (patch)
tree4b0c7b1d86238d9aa6c14aa9ab941871235c2478
parent7c30b12680be930f8c462fb8ab5d26d9ab0e82c1 (diff)
downloadslackbuilds-1841fe2ff.tar.gz
slackbuilds-1841fe2ff.tar.xz
development/zeal: Update script and README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/zeal/README12
-rw-r--r--development/zeal/zeal.SlackBuild3
2 files changed, 10 insertions, 5 deletions
diff --git a/development/zeal/README b/development/zeal/README
index ce1b4dc753..e6ff8184bc 100644
--- a/development/zeal/README
+++ b/development/zeal/README
@@ -4,8 +4,12 @@ Offline documentation browser inspired by Dash (http://kapeli.com/dash/),
available for Linux and Windows.
- Quickly search documentation using Alt+Space (or customised) hotkey
- to display Zeal from any place in your workspace.
-- Search in multiple sets of documentation at once.
-- Do not depend on your Internet connection.
+ to display Zeal from any place in your workspace
+- Search in multiple sets of documentation at once
+- Do not depend on your Internet connection
- Integrate Zeal with IDEA, Sublime Text, or your favourite IDE with
- a variety of plugins.
+ a variety of plugins (http://zealdocs.org/usage.html#plugins)
+
+After installing Zeal go to File -> Options -> Docsets to browse and download docsets.
+
+All documentation available for Dash is also available for Zeal.
diff --git a/development/zeal/zeal.SlackBuild b/development/zeal/zeal.SlackBuild
index 7b1fc18822..0819a598a8 100644
--- a/development/zeal/zeal.SlackBuild
+++ b/development/zeal/zeal.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=zeal
VERSION=${VERSION:-0.1.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,6 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+export ZEAL_VERSION=${VERSION}
mkdir -p build
cd build
qmake-qt5 ..