network/owncloud-client: Updated for version 1.4.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Christopher Walker 2013-10-29 06:48:42 +01:00 committed by Robby Workman
parent 73f1bc0b06
commit eff903215f
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider... # Otherwise, we leave the .new copy for the admin to consider...
} }
config "$PKG/etc/owncloud-client/sync-exclude.lst.new" config "$PKG/etc/ownCloud/sync-exclude.lst.new"
if [ -x /usr/bin/update-desktop-database ]; then if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=owncloud-client PRGNAM=owncloud-client
VERSION=${VERSION:-1.3.0} VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -100,7 +100,7 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/owncloud.desktop > $PKG/usr/share/applications/owncloud.desktop cat $CWD/owncloud.desktop > $PKG/usr/share/applications/owncloud.desktop
mv $PKG/etc/$PRGNAM/sync-exclude.lst $PKG/etc/$PRGNAM/sync-exclude.lst.new mv $PKG/etc/ownCloud/sync-exclude.lst $PKG/etc/ownCloud/sync-exclude.lst.new
cd $PKG cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="owncloud-client" PRGNAM="owncloud-client"
VERSION="1.3.0" VERSION="1.4.0"
HOMEPAGE="http://owncloud.org/sync-clients/" HOMEPAGE="http://owncloud.org/sync-clients/"
DOWNLOAD="http://download.owncloud.com/download/mirall-1.3.0.tar.bz2" DOWNLOAD="http://download.owncloud.com/download/mirall-1.4.0.tar.bz2"
MD5SUM="ee2e7bafc714399f2027fefed853f968" MD5SUM="05a69082b4e940b4282c2b05344c143a"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="ocsync" REQUIRES="ocsync"