summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2013-04-11 20:01:03 +0200
committerTreeve Jelbert2013-04-13 10:50:16 +0200
commita68ebba2f1d56e03ba2d61a280f2cb5e93db7207 (patch)
tree0ce3d44111cf0f50222aabc2bc16b4fea717ada5
parentbd648ded70c28fb6e45d4d3c21247212695f0b75 (diff)
x11/x2goclient: new spell, Qt client for the x2go remote desktop
-rw-r--r--ChangeLog1
-rwxr-xr-xx11/x2goclient/BUILD1
-rwxr-xr-xx11/x2goclient/DEPENDS7
-rwxr-xr-xx11/x2goclient/DETAILS20
-rw-r--r--x11/x2goclient/HISTORY3
-rwxr-xr-xx11/x2goclient/INSTALL8
6 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d3d402518..05cea064e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2013-04-11 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* x11/nxproxy: new spell, NX proxy library
+ * x11/x2goclient: new spell, Qt client for the x2go remote desktop
2013-04-10 Treeve Jelbert <treeve@sourcemage.org>
* ruby-raa/ruby-2.0: new stable version of ruby
diff --git a/x11/x2goclient/BUILD b/x11/x2goclient/BUILD
new file mode 100755
index 0000000000..eec3de4651
--- /dev/null
+++ b/x11/x2goclient/BUILD
@@ -0,0 +1 @@
+qt4_build
diff --git a/x11/x2goclient/DEPENDS b/x11/x2goclient/DEPENDS
new file mode 100755
index 0000000000..5dc14a2eaa
--- /dev/null
+++ b/x11/x2goclient/DEPENDS
@@ -0,0 +1,7 @@
+depends qt4 &&
+depends nxproxy &&
+depends nxcomp &&
+depends X11-SERVER &&
+depends openldap &&
+depends libssh &&
+depends cups
diff --git a/x11/x2goclient/DETAILS b/x11/x2goclient/DETAILS
new file mode 100755
index 0000000000..a28b2bcd50
--- /dev/null
+++ b/x11/x2goclient/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=x2goclient
+ VERSION=4.0.1.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://code.x2go.org/releases/source/x2goclient/${SOURCE}
+ SOURCE_HASH=sha512:6127df3826f79b72562d8184b1d3742f4cf5704f13db3b0eb8cbef32e99863dc7894785e289742fa39cad26965f8615b601bd86d8b9ca94de352c9db24acd141
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.x2go.org"
+ LICENSE[0]=GPL
+ ENTERED=20130411
+ SHORT="a Qt4 client for the x2go remote desktop"
+cat << EOF
+x2go is an open source terminal server project offering a comprehensive
+"server based computing" solution. Combining the advantages of existing
+systems it features ease of use, performance and scalability. x2go provides
+you with access to your desktop as an individual as well as a corporate user
+- from within your own network and via the internet. x2go is not limited to
+any particular hardware, it supports a variety of devices and architectures.
+
+This spell builds the Qt4 client for x2go.
+EOF
diff --git a/x11/x2goclient/HISTORY b/x11/x2goclient/HISTORY
new file mode 100644
index 0000000000..155bc6a2ee
--- /dev/null
+++ b/x11/x2goclient/HISTORY
@@ -0,0 +1,3 @@
+2013-04-11 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/x11/x2goclient/INSTALL b/x11/x2goclient/INSTALL
new file mode 100755
index 0000000000..ea90cb5ee5
--- /dev/null
+++ b/x11/x2goclient/INSTALL
@@ -0,0 +1,8 @@
+install -m755 ${SOURCE_DIRECTORY}/x2goclient \
+ ${INSTALL_ROOT}/usr/bin/ &&
+install -m644 ${SOURCE_DIRECTORY}/desktop/x2goclient.desktop \
+ ${INSTALL_ROOT}/usr/share/applications/ &&
+for res in 128x128 64x64 32x32 16x16; do
+ install -m644 ${SOURCE_DIRECTORY}/icons/${res}/x2goclient.png \
+ ${INSTALL_ROOT}/usr/share/icons/hicolor/${res}/apps/
+done