mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/owncloud-client: Updated for version 1.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4a738bf512
commit
00eefd3b1b
2 changed files with 10 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for owncloud-client
|
||||
|
||||
# Copyright 2013-2014 Christopher Walker Copperas Cove, TX
|
||||
# Copyright 2013-2015 Christopher Walker Copperas Cove, TX
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,11 +23,11 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=owncloud-client
|
||||
VERSION=${VERSION:-1.6.4}
|
||||
VERSION=${VERSION:-1.8.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=mirall
|
||||
SRCNAM=owncloudclient
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.xz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -78,6 +78,7 @@ cd build
|
|||
-DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_DOCDIR=/usr/doc/$PRGNAM-$VERSION \
|
||||
-DCMAKE_INSTALL_MANDIR=/usr/man \
|
||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc/$PRGNAM \
|
||||
-DCMAKE_BUILD_TYPE="Release" \
|
||||
..
|
||||
|
@ -94,6 +95,8 @@ cp -a \
|
|||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
rmdir $PKG/usr/man
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="owncloud-client"
|
||||
VERSION="1.6.4"
|
||||
VERSION="1.8.4"
|
||||
HOMEPAGE="http://owncloud.org/"
|
||||
DOWNLOAD="https://download.owncloud.com/desktop/stable/mirall-1.6.4.tar.bz2"
|
||||
MD5SUM="9fae1bdbd7a248cbe32614f2a0a62906"
|
||||
DOWNLOAD="https://download.owncloud.com/desktop/stable/owncloudclient-1.8.4.tar.xz"
|
||||
MD5SUM="ce82c234fca674062599b3ceb4ac50c6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qtkeychain"
|
||||
|
|
Loading…
Reference in a new issue