network/copy: Updated for version 1.48.0456 & Qt fixes.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2015-01-26 12:56:15 -08:00 committed by Willy Sudiarto Raharjo
parent 9e2994f6da
commit 038b92bbb5
3 changed files with 13 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -25,7 +25,7 @@
PRGNAM=copy
SRCNAM=copy_agent
DSKNAM=CopyAgent
VERSION=${VERSION:-1.48.0451}
VERSION=${VERSION:-1.48.0456}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,15 +76,18 @@ find $PKG -print0 | xargs -0 file | \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/bin
ln -sf /opt/$PRGNAM/$ARCH/CopyAgent $PKG/usr/bin
cat <<EOT > $PKG/usr/bin/CopyAgent
#!/bin/sh
## thanks to Eric Hameleers
## Avoid Qt incompatibilities:
QT4DIR="" QT_PLUGIN_PATH="" /opt/$PRGNAM/$ARCH/CopyAgent
EOT
chmod 755 $PKG/usr/bin/CopyAgent
ln -sf /opt/$PRGNAM/$ARCH/CopyCmd $PKG/usr/bin
ln -sf /opt/$PRGNAM/$ARCH/CopyConsole $PKG/usr/bin
## fix qt incompatibilities by using
## the libraries already on the system
## -current users must relink these on all qt updates
ln -sf /usr/lib$LIBDIRSUFFIX/qt/lib/libQt* $PKG/opt/$PRGNAM/$ARCH/
install -m644 $CWD/$DSKNAM.desktop $PKG/usr/share/applications/
mkdir -p $PKG/usr/share/icons

View file

@ -1,8 +1,8 @@
PRGNAM="copy"
VERSION="1.48.0451"
VERSION="1.48.0456"
HOMEPAGE="https://www.copy.com"
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/copy/copy_agent-1.48.0451.tgz"
MD5SUM="0acb430b710ad1e0f07edd90ec502ca9"
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/copy/copy_agent-1.48.0456.tgz"
MD5SUM="84876f3f345f19f0b8b767bd35cd7a16"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""