network/nextcloud-client: Updated for version 2.3.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0123a809f1
commit
a6679bbb80
|
@ -10,4 +10,4 @@ in the computer system tray or on your tablet or handheld device.
|
|||
|
||||
Nextcloud is an actively maintained fork of ownCloud.
|
||||
|
||||
If qt5 is installed, nextcloud-client requires qt5-webkit.
|
||||
Important: install qt5 first, then build qtkeychain.
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
# Slackware build script for nextcloud-client
|
||||
|
||||
# Copyright 2013-2016 Christopher Walker Copperas Cove, TX
|
||||
# Copyright 2016-2017 Chris Abela <kristofru@gmail.com>, Malta
|
||||
# Copyright 2017 Rodrigo Gimenez <estrod@zoho.com>, Argentina
|
||||
# Copyright 2016-2018 Chris Abela <kristofru@gmail.com>, Malta
|
||||
# Copyright 2017-2018 Rodrigo Gimenez <estrod@zoho.com>, Argentina
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,8 +27,8 @@
|
|||
# This is based on the owncloud-client slackbuild in https://slackbuilds.org
|
||||
|
||||
PRGNAM=nextcloud-client
|
||||
VERSION=${VERSION:-2.3.2}
|
||||
OWNCLOUD_VERSION=2.3.2
|
||||
VERSION=${VERSION:-2.3.3}
|
||||
OWNCLOUD_VERSION=${OWNCLOUD_VERSION:-2.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -101,7 +101,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
[ -d "$PKG/usr/man" ] && find $PKG/usr/man -type f -exec gzip -9 '{}' \;
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="nextcloud-client"
|
||||
VERSION="2.3.2"
|
||||
VERSION="2.3.3"
|
||||
HOMEPAGE="https://nextcloud.com/"
|
||||
DOWNLOAD="https://github.com/nextcloud/client_theming/archive/v2.3.2/client_theming-2.3.2.tar.gz \
|
||||
https://github.com/owncloud/client/archive/v2.3.2/client-2.3.2.tar.gz"
|
||||
MD5SUM="521d5d3be78807323b3d8868b11a9bb5 \
|
||||
cf16b8bc86e3c1e612f2dcb719083064"
|
||||
DOWNLOAD="https://github.com/nextcloud/client_theming/archive/v2.3.3/client_theming-2.3.3.tar.gz \
|
||||
https://github.com/owncloud/client/archive/v2.4.2/client-2.4.2.tar.gz"
|
||||
MD5SUM="ad74d32b6c9f6da1b8e145fd586ad13e \
|
||||
c0a01710f340a840cf38e4573034be2b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qtkeychain"
|
||||
REQUIRES="qt5-webkit qtkeychain"
|
||||
MAINTAINER="Rodrigo Gimenez"
|
||||
EMAIL="estrod@zoho.com"
|
||||
|
|
|
@ -5,4 +5,4 @@ Exec=/usr/bin/nextcloud
|
|||
Icon=Nextcloud
|
||||
Type=Application
|
||||
GenericName=Folder Sync
|
||||
Categories=Network;FileTransfer;Cloud;Sync;
|
||||
Categories=Network;FileTransfer;X-Cloud;X-Sync;
|
||||
|
|
Loading…
Reference in New Issue