diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-05-24 22:15:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:34:12 -0400 |
commit | ba0884a96f2e9bcecfd659fdaf311900478f178c (patch) | |
tree | 8eb88dfd17031ab9c7e59b586c0c780c79ad0be6 /desktop | |
parent | b931fc0f849c1b9f9e3217f3c2900319e8773539 (diff) | |
download | slackbuilds-ba0884a96f2e9bcecfd659fdaf311900478f178c.tar.gz |
desktop/synergy: Removed. Succeeded by synergy-plus.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/synergy/README | 10 | ||||
-rw-r--r-- | desktop/synergy/slack-desc | 19 | ||||
-rw-r--r-- | desktop/synergy/synergy-arch-includes.diff | 133 | ||||
-rw-r--r-- | desktop/synergy/synergy.SlackBuild | 84 | ||||
-rw-r--r-- | desktop/synergy/synergy.info | 10 |
5 files changed, 0 insertions, 256 deletions
diff --git a/desktop/synergy/README b/desktop/synergy/README deleted file mode 100644 index 867d357add..0000000000 --- a/desktop/synergy/README +++ /dev/null @@ -1,10 +0,0 @@ -synergy (multi-system sharing of keyboard and mouse) - -Synergy lets you easily share a single mouse and keyboard between -multiple computers with different operating systems, each with its -own display, without special hardware. It's intended for users with -multiple computers on their desk since each system uses its own -monitor(s). - -Synergy is open source and released under the GNU Public License (GPL). -There is an example conf file in the docs directory diff --git a/desktop/synergy/slack-desc b/desktop/synergy/slack-desc deleted file mode 100644 index 154980e882..0000000000 --- a/desktop/synergy/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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 ':'. - - |-----handy-ruler------------------------------------------------------| -synergy: synergy (multi-system sharing of keyboard and mouse) -synergy: -synergy: Synergy lets you easily share a single mouse and keyboard between -synergy: multiple computers with different operating systems, each with its -synergy: own display, without special hardware. It's intended for users with -synergy: multiple computers on their desk since each system uses its own -synergy: monitor(s). -synergy: -synergy: Homepage: http://synergy2.sourceforge.net/ -synergy: -synergy: diff --git a/desktop/synergy/synergy-arch-includes.diff b/desktop/synergy/synergy-arch-includes.diff deleted file mode 100644 index 8276386433..0000000000 --- a/desktop/synergy/synergy-arch-includes.diff +++ /dev/null @@ -1,133 +0,0 @@ -diff -ur synergy-1.3.1/lib/arch/CArchDaemonUnix.cpp synergy-1.3.1-new/lib/arch/CArchDaemonUnix.cpp ---- synergy-1.3.1/lib/arch/CArchDaemonUnix.cpp 2005-04-23 22:02:12.000000000 -0500 -+++ synergy-1.3.1-new/lib/arch/CArchDaemonUnix.cpp 2009-08-24 14:09:57.627706592 -0500 -@@ -19,6 +19,7 @@ - #include <sys/stat.h> - #include <fcntl.h> - #include <errno.h> -+#include <stdlib.h> - - // - // CArchDaemonUnix -diff -ur synergy-1.3.1/lib/arch/CMultibyte.cpp synergy-1.3.1-new/lib/arch/CMultibyte.cpp ---- synergy-1.3.1/lib/arch/CMultibyte.cpp 2005-11-29 22:33:24.000000000 -0600 -+++ synergy-1.3.1-new/lib/arch/CMultibyte.cpp 2009-08-24 13:57:23.713710783 -0500 -@@ -15,6 +15,7 @@ - #ifndef CMULTIBYTE_H - #define CMULTIBYTE_H - -+#include <stdlib.h> - #include "common.h" - #include "CArch.h" - #include <limits.h> -diff -ur synergy-1.3.1/lib/base/CStringUtil.cpp synergy-1.3.1-new/lib/base/CStringUtil.cpp ---- synergy-1.3.1/lib/base/CStringUtil.cpp 2005-12-14 11:25:20.000000000 -0600 -+++ synergy-1.3.1-new/lib/base/CStringUtil.cpp 2009-08-24 13:58:00.681805838 -0500 -@@ -19,6 +19,7 @@ - #include <cctype> - #include <cstdio> - #include <cstdlib> -+#include <string.h> - #include <algorithm> - - // -diff -ur synergy-1.3.1/lib/client/CClient.cpp synergy-1.3.1-new/lib/client/CClient.cpp ---- synergy-1.3.1/lib/client/CClient.cpp 2006-03-08 22:07:17.000000000 -0600 -+++ synergy-1.3.1-new/lib/client/CClient.cpp 2009-08-24 14:02:33.299732643 -0500 -@@ -26,6 +26,8 @@ - #include "CLog.h" - #include "IEventQueue.h" - #include "TMethodEventJob.h" -+#include <stdlib.h> -+#include <string.h> - - // - // CClient -diff -ur synergy-1.3.1/lib/client/CServerProxy.cpp synergy-1.3.1-new/lib/client/CServerProxy.cpp ---- synergy-1.3.1/lib/client/CServerProxy.cpp 2006-04-01 19:47:03.000000000 -0600 -+++ synergy-1.3.1-new/lib/client/CServerProxy.cpp 2009-08-24 14:03:03.516706453 -0500 -@@ -24,6 +24,7 @@ - #include "TMethodEventJob.h" - #include "XBase.h" - #include <memory> -+#include <string.h> - - // - // CServerProxy -diff -ur synergy-1.3.1/lib/net/CTCPSocket.cpp synergy-1.3.1-new/lib/net/CTCPSocket.cpp ---- synergy-1.3.1/lib/net/CTCPSocket.cpp 2006-04-01 19:47:03.000000000 -0600 -+++ synergy-1.3.1-new/lib/net/CTCPSocket.cpp 2009-08-24 13:58:32.584710294 -0500 -@@ -24,6 +24,7 @@ - #include "CArch.h" - #include "XArch.h" - #include <string.h> -+#include <stdlib.h> - - // - // CTCPSocket -diff -ur synergy-1.3.1/lib/platform/CXWindowsScreen.cpp synergy-1.3.1-new/lib/platform/CXWindowsScreen.cpp ---- synergy-1.3.1/lib/platform/CXWindowsScreen.cpp 2006-04-02 14:16:39.000000000 -0500 -+++ synergy-1.3.1-new/lib/platform/CXWindowsScreen.cpp 2009-08-24 14:02:02.271706872 -0500 -@@ -12,6 +12,7 @@ - * GNU General Public License for more details. - */ - -+#include <stdlib.h> - #include "CXWindowsScreen.h" - #include "CXWindowsClipboard.h" - #include "CXWindowsEventQueueBuffer.h" -diff -ur synergy-1.3.1/lib/server/CClientProxy1_3.cpp synergy-1.3.1-new/lib/server/CClientProxy1_3.cpp ---- synergy-1.3.1/lib/server/CClientProxy1_3.cpp 2006-02-12 13:53:43.000000000 -0600 -+++ synergy-1.3.1-new/lib/server/CClientProxy1_3.cpp 2009-08-24 14:07:06.188709875 -0500 -@@ -17,6 +17,7 @@ - #include "CLog.h" - #include "IEventQueue.h" - #include "TMethodEventJob.h" -+#include <string.h> - - // - // CClientProxy1_3 -diff -ur synergy-1.3.1/lib/server/CServer.cpp synergy-1.3.1-new/lib/server/CServer.cpp ---- synergy-1.3.1/lib/server/CServer.cpp 2006-04-01 19:47:04.000000000 -0600 -+++ synergy-1.3.1-new/lib/server/CServer.cpp 2009-08-24 14:07:45.934730199 -0500 -@@ -29,6 +29,7 @@ - #include "TMethodEventJob.h" - #include "CArch.h" - #include <string.h> -+#include <stdlib.h> - - // - // CServer -diff -ur synergy-1.3.1/lib/synergy/CPacketStreamFilter.cpp synergy-1.3.1-new/lib/synergy/CPacketStreamFilter.cpp ---- synergy-1.3.1/lib/synergy/CPacketStreamFilter.cpp 2005-04-23 22:02:16.000000000 -0500 -+++ synergy-1.3.1-new/lib/synergy/CPacketStreamFilter.cpp 2009-08-24 13:59:18.251730269 -0500 -@@ -16,6 +16,7 @@ - #include "IEventQueue.h" - #include "CLock.h" - #include "TMethodEventJob.h" -+#include <string.h> - - // - // CPacketStreamFilter -diff -ur synergy-1.3.1/lib/synergy/IKeyState.cpp synergy-1.3.1-new/lib/synergy/IKeyState.cpp ---- synergy-1.3.1/lib/synergy/IKeyState.cpp 2006-03-21 23:40:27.000000000 -0600 -+++ synergy-1.3.1-new/lib/synergy/IKeyState.cpp 2009-08-24 13:59:55.329705754 -0500 -@@ -14,6 +14,7 @@ - - #include "IKeyState.h" - #include <string.h> -+#include <stdlib.h> - - // - // IKeyState -diff -ur synergy-1.3.1/lib/synergy/IPrimaryScreen.cpp synergy-1.3.1-new/lib/synergy/IPrimaryScreen.cpp ---- synergy-1.3.1/lib/synergy/IPrimaryScreen.cpp 2006-03-21 23:40:27.000000000 -0600 -+++ synergy-1.3.1-new/lib/synergy/IPrimaryScreen.cpp 2009-08-24 14:01:14.935708548 -0500 -@@ -13,6 +13,7 @@ - */ - - #include "IPrimaryScreen.h" -+#include <stdlib.h> - - // - // IPrimaryScreen diff --git a/desktop/synergy/synergy.SlackBuild b/desktop/synergy/synergy.SlackBuild deleted file mode 100644 index f20e7e28cd..0000000000 --- a/desktop/synergy/synergy.SlackBuild +++ /dev/null @@ -1,84 +0,0 @@ -#!/bin/sh - -# Slackware build script for synergy - -# Written by Vincent Batts, vbatts@hashbangbash.com - -PRGNAM=synergy -VERSION=${VERSION:-1.3.1} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# Automatically determine the architecture we're building on: -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -patch -p1 < $CWD/synergy-arch-includes.diff - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS COPYING ChangeLog INSTALL NEWS README doc examples \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/desktop/synergy/synergy.info b/desktop/synergy/synergy.info deleted file mode 100644 index 38210a171e..0000000000 --- a/desktop/synergy/synergy.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="synergy" -VERSION="1.3.1" -HOMEPAGE="http://synergy2.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/project/synergy2/Sources/1.3.1/synergy-1.3.1.tar.gz" -MD5SUM="a6e09d6b71cb217f23069980060abf27" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Vincent Batts" -EMAIL="vbatts@hashbangbash.com" -APPROVED="dsomero" |