Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by ruskie (e6d31fab5fcbde7e231d18d40eb5d5a387c92144)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: ruskie <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by ruskie (e6d31fab5fcbde7e231d18d40eb5d5a387c92144)
  • Date: Wed, 12 Nov 2008 05:02:59 -0600

GIT changes to master grimoire by ruskie <ruskie@freya.(none)>:

ChangeLog | 3 +++
x11/qsynergy/BUILD | 2 ++
x11/qsynergy/DEPENDS | 3 +++
x11/qsynergy/DETAILS | 17 +++++++++++++++++
x11/qsynergy/HISTORY | 3 +++
5 files changed, 28 insertions(+)

New commits:
commit e6d31fab5fcbde7e231d18d40eb5d5a387c92144
Author: ruskie <ruskie@freya.(none)>
Commit: ruskie <ruskie@freya.(none)>

qsynergy: added, qt frontend for synergy

diff --git a/ChangeLog b/ChangeLog
index 4d01687..9cdbecd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * x11/qsynergy: added, qt frontend for synergy
+
2008-11-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* audio-libs/libdssialsacompat: added, a basic alsa seq* library

diff --git a/x11/qsynergy/BUILD b/x11/qsynergy/BUILD
new file mode 100755
index 0000000..845a9bd
--- /dev/null
+++ b/x11/qsynergy/BUILD
@@ -0,0 +1,2 @@
+/usr/bin/qt4/qmake &&
+make
diff --git a/x11/qsynergy/DEPENDS b/x11/qsynergy/DEPENDS
new file mode 100755
index 0000000..61dd3f1
--- /dev/null
+++ b/x11/qsynergy/DEPENDS
@@ -0,0 +1,3 @@
+depends qt4 &&
+depends g++ &&
+depends synergy
diff --git a/x11/qsynergy/DETAILS b/x11/qsynergy/DETAILS
new file mode 100755
index 0000000..a7cfcfa
--- /dev/null
+++ b/x11/qsynergy/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=qsynergy
+ VERSION=0.9.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.volker-lanz.de/static/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:7da87085c7f395fa8b4a0f9b2932653fc07992427d7164733be22c882ae1250f950110cd3200b771f0f48d3c54852618532dc6866088f7aecd8f2b2eaaf88250
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.volker-lanz.de/en/software/qsynergy/ "
+ LICENSE[0]=GPL
+ ENTERED=20081112
+ SHORT="A comprehensive graphical frontend for Synergy."
+cat << EOF
+QSynergy is a comprehensive and easy-to-use graphical front end for
+Synergy. Synergy lets a user control more than one computer with a single
mouse
+and keyboard (and has lots and lots of extra features on top of that). Since
+Synergy only has a GUI for MS Windows, QSynergy was written to step in and
+fill this gap for users on Mac and Unix platforms.
+EOF
diff --git a/x11/qsynergy/HISTORY b/x11/qsynergy/HISTORY
new file mode 100644
index 0000000..89ca62f
--- /dev/null
+++ b/x11/qsynergy/HISTORY
@@ -0,0 +1,3 @@
+2008-11-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by ruskie (e6d31fab5fcbde7e231d18d40eb5d5a387c92144), ruskie, 11/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page