This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 0b1b323 x2gokdrive.spec: add/copy Summary tag to xorg-x11-server-x2gokdrive binary package. new f9c56f2 x2gokdrive.spec: add description for x2gokdrive (source) package. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ x2gokdrive.spec | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit f9c56f2d1cb1d07f2f6650fd2ab7ae78c52f9a3d Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Oct 26 23:58:59 2019 +0200 x2gokdrive.spec: add description for x2gokdrive (source) package. It's a slightly modified version of the binary package description. --- debian/changelog | 2 ++ x2gokdrive.spec | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/debian/changelog b/debian/changelog index bcc6027..1b98497 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Let description be the description of xorg-x11-server-x2gokdrive, not the x2gokdrive source package. + Add/copy Summary tag to xorg-x11-server-x2gokdrive binary package. + + Add description for x2gokdrive (source) package. It's a slightly + modified version of the binary package description. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 593b004..d39a9dc 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -122,6 +122,31 @@ BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(xshmfence) +%description +X2Go is a server based computing environment with + - session resuming + - low bandwidth support + - session brokerage support + - client-side mass storage mounting support + - client-side printing support + - audio support + - authentication by smartcard and USB stick + +X2Go KDrive is a KDrive-based Xserver for X2Go. It provides support for +running modern desktop environments like GNOME, KDE Plasma, Cinnamon, etc. +in X2Go Sessions. + +The X2Go KDrive graphical backend is not suitable for low bandwidth WAN +connections between X2Go Client and X2Go Server. It is supposed for X2Go +being used on the local area network. + +More information about X.Org can be found at: +<URL:https://www.x.org> + +More information about X2Go can be found at: +<URL:https://wiki.x2go.org> + + %package -n xorg-x11-server-x2gokdrive Summary: KDrive graphical server backend for X2GoServer Requires: xorg-x11-server-common >= 1.20.3 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git