mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/copy: updated for version 1.46.0380
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7aeeae8343
commit
4b71aa0359
2 changed files with 5 additions and 6 deletions
|
@ -25,8 +25,8 @@
|
|||
PRGNAM=copy
|
||||
SRCNAM=copy_agent
|
||||
DSKNAM=CopyAgent
|
||||
VERSION=${VERSION:-1.45.0363}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-1.46.0380}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -86,7 +86,6 @@ ln -sf /opt/$PRGNAM/$ARCH/CopyConsole $PKG/usr/bin
|
|||
## -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/etc/xdg/autostart/
|
||||
install -m644 $CWD/$DSKNAM.desktop $PKG/usr/share/applications/
|
||||
|
||||
mkdir -p $PKG/usr/share/icons
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="copy"
|
||||
VERSION="1.45.0363"
|
||||
VERSION="1.46.0380"
|
||||
HOMEPAGE="https://www.copy.com"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/copy/copy_agent-1.45.0363.tgz"
|
||||
MD5SUM="25e58fbc3371992e11886b5d15363d5b"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/copy/copy_agent-1.46.0380.tgz"
|
||||
MD5SUM="c9db5913a281a44040e44d5c026b8fa2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue