network/synergy: Updated for version 1.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cf4d681927
commit
9b155c8807
|
@ -1,5 +1,2 @@
|
|||
Synergy lets you easily share your mouse and keyboard between multiple
|
||||
computers on your desk.
|
||||
|
||||
Note: This builds the beta version of Synergy, but seems to run stable
|
||||
at least for me. The 1.3.x (stable) releases are quite old.
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=synergy
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
REV=${REV:-2398}
|
||||
VERSION=${VERSION:-1.6.2}
|
||||
REV=${REV:-master-ebba77f}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +63,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION-Source
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-r$REV-Source.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-$REV-Source.tar.gz
|
||||
cd $PRGNAM-$VERSION-Source
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="synergy"
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.6.2"
|
||||
HOMEPAGE="http://synergy-foss.org/"
|
||||
DOWNLOAD="http://synergy-project.org/files/packages/synergy-1.5.1-r2398-Source.tar.gz"
|
||||
MD5SUM="5437d64af1114f61cca0cbebb16d0db8"
|
||||
DOWNLOAD="http://synergy-project.org/files/packages/synergy-1.6.2-master-ebba77f-Source.tar.gz"
|
||||
MD5SUM="264d9d0a3896dc6f76bd336e6eecd9b0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="avahi"
|
||||
MAINTAINER="Marcel Saegebarth"
|
||||
EMAIL="marc@mos6581.de"
|
||||
|
|
Loading…
Reference in New Issue