network/owncloud-client: Changed deps, please see README.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Christopher Walker 2017-09-22 19:32:23 +01:00 committed by David Spencer
parent 434a11b64a
commit 6c8109c7e0
3 changed files with 11 additions and 9 deletions

View file

@ -1,16 +1,18 @@
The ownCloud Sync Client is a desktop program you install on your computer.
You specify one or more directories on the local machine to sync with your
ownCloud server, and always have your latest files wherever you are. Make
ownCloud server, and always have your latest files wherever you are. Make
a change to the files on one computer, it will flow across the others using
the desktop sync clients.
This package optionally requires the Sphinx package in order to create its
man pages.
Note: You must build this package against the same version of Qt that
qtkeychain was built against. This package will automatically build
against qt4. If you wish to build this package against qt5 then you
must set the flag BUILD_WITH_QT4 to 'No' when building this package.
Note: As of version 2.3.3, qt4 support was dropped and this package requires
qt5-webkit. You will also need to build qtkeychain with qt5.
Note: If you wish to try building this package against qt4 you will need to
build qtkeychain with qt4, and build this package with BUILD_WITH_QT4
set to 'yes'. There are no guarantees that this will work.
For example:
# BUILD_WITH_QT4=No ./owncloud-client.SlackBuild
BUILD_WITH_QT4=yes ./owncloud-client.SlackBuild

View file

@ -24,7 +24,7 @@
PRGNAM=owncloud-client
VERSION=${VERSION:-2.3.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=owncloudclient
@ -81,7 +81,7 @@ cd build
-DCMAKE_INSTALL_MANDIR=/usr/man \
-DCMAKE_INSTALL_SYSCONFDIR=/etc/$PRGNAM \
-DCMAKE_BUILD_TYPE="Release" \
-DBUILD_WITH_QT4=${BUILD_WITH_QT4:-"yes"} \
-DBUILD_WITH_QT4=${BUILD_WITH_QT4:-"No"} \
..
make VERBOSE=1
make doc

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://download.owncloud.com/desktop/stable/owncloudclient-2.3.3.tar.
MD5SUM="bba20fc6f38e0b14f6ceb9ab432d1802"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qtkeychain"
REQUIRES="qt5-webkit qtkeychain"
MAINTAINER="Christopher Walker"
EMAIL="kris240376@gmail.com"