development/zeal: Update script and README.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ricardo J. Barberis 2015-09-01 09:31:12 +07:00 committed by Willy Sudiarto Raharjo
parent 7c30b12680
commit 1841fe2ffb
2 changed files with 10 additions and 5 deletions

View file

@ -4,8 +4,12 @@ Offline documentation browser inspired by Dash (http://kapeli.com/dash/),
available for Linux and Windows. available for Linux and Windows.
- Quickly search documentation using Alt+Space (or customised) hotkey - Quickly search documentation using Alt+Space (or customised) hotkey
to display Zeal from any place in your workspace. to display Zeal from any place in your workspace
- Search in multiple sets of documentation at once. - Search in multiple sets of documentation at once
- Do not depend on your Internet connection. - Do not depend on your Internet connection
- Integrate Zeal with IDEA, Sublime Text, or your favourite IDE with - 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.

View file

@ -24,7 +24,7 @@
PRGNAM=zeal PRGNAM=zeal
VERSION=${VERSION:-0.1.1} VERSION=${VERSION:-0.1.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -69,6 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
export ZEAL_VERSION=${VERSION}
mkdir -p build mkdir -p build
cd build cd build
qmake-qt5 .. qmake-qt5 ..