From 4b8e31c0e3d84531f7082aec60be88918ffd3e87 Mon Sep 17 00:00:00 2001 From: Ricardo J. Barberis Date: Sun, 3 Sep 2017 22:49:04 +0100 Subject: development/zeal: Updated for version 0.4.0. Signed-off-by: David Spencer --- development/zeal/README | 3 +++ development/zeal/qt5.patch | 14 -------------- development/zeal/zeal.SlackBuild | 16 ++++++++-------- development/zeal/zeal.info | 6 +++--- 4 files changed, 14 insertions(+), 25 deletions(-) delete mode 100644 development/zeal/qt5.patch (limited to 'development/zeal') diff --git a/development/zeal/README b/development/zeal/README index a68d5e8f49..43c7ef16c0 100644 --- a/development/zeal/README +++ b/development/zeal/README @@ -13,4 +13,7 @@ available for Linux and Windows. After installing Zeal go to File -> Options -> Docsets to browse and download docsets. +To disable the small ad on Zeal's home page go to Edit -> Preferences -> +Content -> Disable advertisement on the welcome page. + All documentation available for Dash is also available for Zeal. diff --git a/development/zeal/qt5.patch b/development/zeal/qt5.patch deleted file mode 100644 index 6873332505..0000000000 --- a/development/zeal/qt5.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://github.com/zealdocs/zeal/issues/376 -https://github.com/zealdocs/zeal/issues/380 - ---- a/src/main.cpp 2015-04-19 23:08:52.000000000 +0000 -+++ b/src/main.cpp 2015-08-18 22:36:56.408596690 +0000 -@@ -3,6 +3,7 @@ - - #include - #include -+#include - #include - #include - #include - diff --git a/development/zeal/zeal.SlackBuild b/development/zeal/zeal.SlackBuild index a6139e5760..c5afb1b84f 100644 --- a/development/zeal/zeal.SlackBuild +++ b/development/zeal/zeal.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zeal -# Copyright 2015 Ricardo J. Barberis (ricardo.barberis@gmail.com) +# Copyright 2015-2017 Ricardo J. Barberis # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=zeal -VERSION=${VERSION:-0.1.1} -BUILD=${BUILD:-3} +VERSION=${VERSION:-0.4.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -60,7 +60,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz + +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -69,7 +70,6 @@ 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 {} \; -patch -p1 < $CWD/qt5.patch export ZEAL_VERSION=${VERSION} mkdir -p build cd build diff --git a/development/zeal/zeal.info b/development/zeal/zeal.info index 997bc49bba..f4d8354577 100644 --- a/development/zeal/zeal.info +++ b/development/zeal/zeal.info @@ -1,8 +1,8 @@ PRGNAM="zeal" -VERSION="0.1.1" +VERSION="0.4.0" HOMEPAGE="https://zealdocs.org/" -DOWNLOAD="https://github.com/zealdocs/zeal/archive/v0.1.1.tar.gz" -MD5SUM="b2ccf1bc420c1d8f3f57092a7ca8873f" +DOWNLOAD="https://github.com/zealdocs/zeal/archive/v0.4.0/zeal-0.4.0.tar.gz" +MD5SUM="6bbeb867d9eb2dea3e768cd320662f49" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5-webkit" -- cgit v1.2.3