mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/remmina: Updated for version 1.3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a37b9767c7
commit
362d9b787d
5 changed files with 16 additions and 16 deletions
|
@ -2,8 +2,8 @@ Remmina is a remote desktop client written in GTK+, aiming to be
|
|||
useful for system administrators and travellers, who need to work
|
||||
with lots of remote computers in front of either large monitors or
|
||||
tiny netbooks. Remmina supports multiple network protocols in an
|
||||
integrated and consistant user interface. Currently RDP, VNC, NX,
|
||||
XDMCP and SSH are supported.
|
||||
integrated and consistant user interface. Currently RDP, VNC, SPICE,
|
||||
NX, XDMCP and SSH are supported.
|
||||
|
||||
Optional support for extra features can be enabled with some switches:
|
||||
AVAHI=ON (Avahi/Zeroconf, requires avahi, default OFF)
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
# Copyright 2013 Luis Henrique
|
||||
# Copyright 2013 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# Copyright 2015-2018 Philip van der Hoeven, Almere, The Netherlands
|
||||
# Copyright 2019 Tim Danforth, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,12 +26,11 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=remmina
|
||||
VERSION=${VERSION:-next20180405}
|
||||
COMMIT=${COMMIT:-71cb7a156065d65d7b5465596ab9bc5aeb8b84ec}
|
||||
VERSION=${VERSION:-1.3.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
DIRNAME=Remmina-$COMMIT
|
||||
DIRNAME=Remmina-$VERSION
|
||||
|
||||
AVAHI=${AVAHI:-OFF}
|
||||
TELEPATHY=${TELEPATHY:-OFF}
|
||||
|
@ -68,7 +68,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $DIRNAME
|
||||
tar xvf $CWD/$COMMIT.tar.gz
|
||||
tar xvf $CWD/$DIRNAME.tar.gz
|
||||
cd $DIRNAME
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Version=1.1
|
||||
Name=Remmina Remote Desktop Client
|
||||
Comment=Connect to remote desktops
|
||||
TryExec=remmina
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="remmina"
|
||||
VERSION="next20180405"
|
||||
VERSION="1.3.6"
|
||||
HOMEPAGE="http://www.remmina.org"
|
||||
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/remmina/71cb7a156065d65d7b5465596ab9bc5aeb8b84ec.tar.gz"
|
||||
MD5SUM="c0bc8160d9a6804f088b543d47f8822e"
|
||||
DOWNLOAD="https://github.com/FreeRDP/Remmina/archive/v1.3.6/Remmina-1.3.6.tar.gz"
|
||||
MD5SUM="1b9a800ae970a5b3cc083ae541458ed7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="freerdp vte3 json-glib spice-protocol spice-gtk"
|
||||
MAINTAINER="Philip van der Hoeven"
|
||||
EMAIL="philip@vd-hoeven.nl"
|
||||
REQUIRES="libsodium vte3 json-glib spice-gtk freerdp"
|
||||
MAINTAINER="Tim Danforth"
|
||||
EMAIL="timdanforth@protonmail.com"
|
||||
|
|
|
@ -12,8 +12,8 @@ remmina: Remmina is a remote desktop client written in GTK+, aiming to be
|
|||
remmina: useful for system administrators and travellers, who need to work
|
||||
remmina: with lots of remote computers in front of either large monitors or
|
||||
remmina: tiny netbooks. Remmina supports multiple network protocols in an
|
||||
remmina: integrated and consistant user interface. Currently RDP, VNC, NX,
|
||||
remmina: XDMCP and SSH are supported.
|
||||
remmina: integrated and consistant user interface. Currently RDP, VNC, SPICE,
|
||||
remmina: NX, XDMCP and SSH are supported.
|
||||
remmina:
|
||||
remmina: homepage: http://remmina.sourceforge.net
|
||||
remmina: homepage: https://remmina.org/
|
||||
remmina:
|
||||
|
|
Loading…
Reference in a new issue