xap/owncloudclient: Upgraded to owncloudclient-2.3.4.

This commit is contained in:
Damien Goutte-Gattat 2017-11-25 19:59:46 +00:00
parent 960ce0d836
commit 9574e6881f
3 changed files with 7 additions and 6 deletions

View File

@ -1 +0,0 @@
aac1bbc16629041795ebb67151abfe109b0c220161e1f7a3f431311e2c6dade4 owncloudclient-2.3.3.tar.xz

View File

@ -0,0 +1 @@
89409e68f8290930088c5ed1da483a1c1b56d45695ac9192e81a2d71690df1ba owncloudclient-2.3.4.tar.xz

View File

@ -25,11 +25,11 @@
# Latest owncloud-client sourcecode is available at:
# <http://owncloud.org/sync-clients/#sources>.
#
# Depends: l/qtkeychain
# Depends: l/qtkeychain, l/qt5-webkit
# Source package infos
NAMESRC=${NAMESRC:-owncloudclient}
VERSION=${VERSION:-2.3.3}
VERSION=${VERSION:-2.3.4}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz}
WGET=${WGET:-http://download.owncloud.com/desktop/stable/$ARCHIVE}
@ -99,9 +99,9 @@ cmake \
-DMAN_INSTALL_DIR=/usr/man \
-DSHARE_INSTALL_PREFIX=/usr/share \
-DSYSCONF_INSTALL_DIR=/etc \
-DBUILD_WITH_QT4=yes \
-DQTKEYCHAIN_INCLUDE_DIR=/usr/include/qtkeychain \
-DQTKEYCHAIN_LIBRARY=/usr/lib$LIBDIRSUFFIX/libqtkeychain.so \
-DBUILD_WITH_QT4=no \
-DQTKEYCHAIN_INCLUDE_DIR=/usr/include/qt5keychain \
-DQTKEYCHAIN_LIBRARY=/usr/lib$LIBDIRSUFFIX/libqt5keychain.so \
..
make -j $JOBS
make install/strip DESTDIR=$PKG
@ -123,6 +123,7 @@ install -m 755 $CWD/doinst.sh $PKG/install/doinst.sh
# Add dependency infos
cat <<EOF > $PKG/install/slack-required
qtkeychain
qt5-webkit
EOF
# Package the tree