diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2013-05-19 09:12:22 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-05-19 09:12:22 -0400 |
commit | 007a3456ac12ceb632f365ff62efa2c726b1ee8b (patch) | |
tree | 0fd2102ee7e566e2a7e9c0bf9a5bd6f2acfcf203 /network | |
parent | 454f898ef43deabae3c1244c732b27fd015468ae (diff) | |
download | slackbuilds-007a3456ac12ceb632f365ff62efa2c726b1ee8b.tar.gz |
network/synergy: Updated for version 1.4.12.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/synergy/slack-desc | 10 | ||||
-rw-r--r-- | network/synergy/synergy.SlackBuild | 4 | ||||
-rw-r--r-- | network/synergy/synergy.info | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/network/synergy/slack-desc b/network/synergy/slack-desc index 12e8a0754b..052feb99f6 100644 --- a/network/synergy/slack-desc +++ b/network/synergy/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| synergy: Synergy (Control sharing over the network) diff --git a/network/synergy/synergy.SlackBuild b/network/synergy/synergy.SlackBuild index 1723e030ab..2337a71fa2 100644 --- a/network/synergy/synergy.SlackBuild +++ b/network/synergy/synergy.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=synergy -VERSION=1.4.10 +VERSION=1.4.12 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ sh hm.sh configure --generator=1 --make-gui --release --game-device CXXFLAGS="$SLKCFLAGS" sh hm.sh build --make-gui # installation not implemented -mkdir -p $PKG/usr/bin $PKG $PKG/usr/doc/$PRGNAM-$VERSION $PKG/usr/man/man1 \ +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 usynergy ; do diff --git a/network/synergy/synergy.info b/network/synergy/synergy.info index ccb148bb33..45c96074f9 100644 --- a/network/synergy/synergy.info +++ b/network/synergy/synergy.info @@ -1,8 +1,8 @@ PRGNAM="synergy" -VERSION="1.4.10" +VERSION="1.4.12" HOMEPAGE="http://synergy-foss.org/" -DOWNLOAD="http://synergy.googlecode.com/files/synergy-1.4.10-Source.tar.gz" -MD5SUM="18aee04a7e232e4d821f46ff24da3364" +DOWNLOAD="http://synergy.googlecode.com/files/synergy-1.4.12-Source.tar.gz" +MD5SUM="b65ad9842b1dd2f1b8d2b40a9687a896" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |