summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Christopher Walker <kris240376@gmail.com>2017-09-22 19:32:23 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-09-22 19:32:53 +0100
commit6c8109c7e07c13a8ef31eed36ab9d70079099e8a (patch)
tree5eb8290e1a6d2c0b31bf5aef87b643e1ad75ce3f /network
parent434a11b64a4e73c62770e08c7b3a55245aa5e1b3 (diff)
downloadslackbuilds-6c8109c7e07c13a8ef31eed36ab9d70079099e8a.tar.gz
slackbuilds-6c8109c7e07c13a8ef31eed36ab9d70079099e8a.tar.xz
network/owncloud-client: Changed deps, please see README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/owncloud-client/README14
-rw-r--r--network/owncloud-client/owncloud-client.SlackBuild4
-rw-r--r--network/owncloud-client/owncloud-client.info2
3 files changed, 11 insertions, 9 deletions
diff --git a/network/owncloud-client/README b/network/owncloud-client/README
index ab890e7935..f33bd42c4b 100644
--- a/network/owncloud-client/README
+++ b/network/owncloud-client/README
@@ -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
diff --git a/network/owncloud-client/owncloud-client.SlackBuild b/network/owncloud-client/owncloud-client.SlackBuild
index 311f3f18a4..44fd50cf50 100644
--- a/network/owncloud-client/owncloud-client.SlackBuild
+++ b/network/owncloud-client/owncloud-client.SlackBuild
@@ -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
diff --git a/network/owncloud-client/owncloud-client.info b/network/owncloud-client/owncloud-client.info
index 6623f2a199..7b8f26057a 100644
--- a/network/owncloud-client/owncloud-client.info
+++ b/network/owncloud-client/owncloud-client.info
@@ -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"