summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/copy/copy-client.pngbin4016 -> 2243 bytes
-rw-r--r--network/copy/copy.SlackBuild17
-rw-r--r--network/copy/copy.info6
3 files changed, 13 insertions, 10 deletions
diff --git a/network/copy/copy-client.png b/network/copy/copy-client.png
index facdd848af..6757009930 100644
--- a/network/copy/copy-client.png
+++ b/network/copy/copy-client.png
Binary files differ
diff --git a/network/copy/copy.SlackBuild b/network/copy/copy.SlackBuild
index b99ba6adf1..1e3de068d2 100644
--- a/network/copy/copy.SlackBuild
+++ b/network/copy/copy.SlackBuild
@@ -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
diff --git a/network/copy/copy.info b/network/copy/copy.info
index 9882830511..76b66a0257 100644
--- a/network/copy/copy.info
+++ b/network/copy/copy.info
@@ -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=""