network/synergy: Updated for version 1.7.6.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-03-16 20:03:58 +01:00 committed by Willy Sudiarto Raharjo
parent 04da5e4148
commit e2fe920326
2 changed files with 15 additions and 16 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for "synergy".
# Copyright 2013-2015 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2013-2016 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,8 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=synergy
VERSION=${VERSION:-1.7.5}
REV=${REV:-stable-fa85a24}
VERSION=${VERSION:-1.7.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -62,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-v$VERSION-$REV-Source
tar xvf $CWD/$PRGNAM-v$VERSION-$REV-Source.tar.gz
cd $PRGNAM-v$VERSION-$REV-Source
rm -rf $PRGNAM-$VERSION-stable
tar xvf $CWD/v$VERSION-stable.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION-stable.tar.gz
cd $PRGNAM-$VERSION-stable
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -83,27 +82,27 @@ mkdir -p $PKG/usr/bin $PKG/usr/doc/$PRGNAM-$VERSION $PKG/usr/man/man1 \
$PKG/usr/share/icons/hicolor/256x256 $PKG/usr/share/applications
for file in synergy synergyc synergyd synergys syntool usynergy ; do
install -s -m 0755 $TMP/$PRGNAM-v$VERSION-$REV-Source/bin/$file $PKG/usr/bin
install -s -m 0755 $TMP/$PRGNAM-$VERSION-stable/bin/$file $PKG/usr/bin
done
for file in synergy.conf.example synergy.conf.example-advanced synergy.conf.example-basic ; do
install -m 0644 $TMP/$PRGNAM-v$VERSION-$REV-Source/doc/$file $PKG/usr/doc/$PRGNAM-$VERSION
install -m 0644 $TMP/$PRGNAM-$VERSION-stable/doc/$file $PKG/usr/doc/$PRGNAM-$VERSION
done
for file in COMPILE ChangeLog INSTALL LICENSE README ; do
install -m 0644 $TMP/$PRGNAM-v$VERSION-$REV-Source/$file $PKG/usr/doc/$PRGNAM-$VERSION
install -m 0644 $TMP/$PRGNAM-$VERSION-stable/$file $PKG/usr/doc/$PRGNAM-$VERSION
done
for file in synergyc.man synergys.man ; do
install -m 0644 $TMP/$PRGNAM-v$VERSION-$REV-Source/doc/$file $PKG/usr/man/man1
install -m 0644 $TMP/$PRGNAM-$VERSION-stable/doc/$file $PKG/usr/man/man1
done
find $PKG/usr/man/man1 -type f -name "*.man" -exec rename '.man' '.1' {} \;
find $PKG/usr/man/man1 -type f -name "*.?" -exec gzip -9f {} \;
install -m 0644 $TMP/$PRGNAM-v$VERSION-$REV-Source/res/synergy.ico \
install -m 0644 $TMP/$PRGNAM-$VERSION-stable/res/synergy.ico \
$PKG/usr/share/icons/hicolor/256x256
install -D -m 0644 $TMP/$PRGNAM-v$VERSION-$REV-Source/res/synergy.desktop \
install -D -m 0644 $TMP/$PRGNAM-$VERSION-stable/res/synergy.desktop \
$PKG/usr/share/applications
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="synergy"
VERSION="1.7.5"
HOMEPAGE="http://synergy-foss.org/"
DOWNLOAD="http://synergy-project.org/files/packages/synergy-v1.7.5-stable-fa85a24-Source.tar.gz"
MD5SUM="a1a8d233622212b911cd29078bd68d81"
VERSION="1.7.6"
HOMEPAGE="http://synergy-project.org/"
DOWNLOAD="https://github.com/symless/synergy/archive/v1.7.6-stable.tar.gz"
MD5SUM="a324798a47445de739a7ed4baf12638f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="avahi"