From 1841fe2ffb6ad1fd900155d2c501db5c79279dd9 Mon Sep 17 00:00:00 2001 From: Ricardo J. Barberis Date: Tue, 1 Sep 2015 09:31:12 +0700 Subject: development/zeal: Update script and README. Signed-off-by: Willy Sudiarto Raharjo --- development/zeal/README | 12 ++++++++---- development/zeal/zeal.SlackBuild | 3 ++- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'development/zeal') 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 .. -- cgit v1.2.3