GNU bug report logs -
#64261
[PATCH] gnu: Add xrdp
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 24 Jun 2023 07:38:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
will do
On Tue, Jul 11, 2023 at 7:12 AM Ludovic Courtès <ludo <at> gnu.org> wrote:
> Hi Andy,
>
> Andy Tai <atai <at> atai.org> skribis:
>
> > * gnu/packages/rdesktop.scm (xrdp): New variabble
> > (xorgxrdp): New variable
>
> Could you send a v2 with one patch per package, as is customary?
>
> > + (home-page "https://www.xrdp.org")
> > + (synopsis "Open source RDP server ")
>
> Please remote the trailing slash as well as “open source”: everything is
> free software in here, so no need to specify it! :-) However, please
> spell out “Remote Desktop Protocol (RDP)”.
>
> > + (description
> > + "Xrdp provides a graphical login to remote machines using
> > +Microsoft Remote Desktop Protocol (RDP). Xrdp accepts connections from
> a
> > +variety of RDP clients:
> > +* FreeRDP
> > +* rdesktop
>
> Please use @itemize.
>
> See
> <
> https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html
> >.
>
> > +(define-public xorgxrdp
> > + (package
> > + (name "xorgxrdp")
> > + (version "0.9.19")
> > + (source (origin
> > + (method url-fetch)
> > + (uri (string-append
> > + "
> https://github.com/neutrinolabs/xorgxrdp/releases/download/v"
> > + version "/xorgxrdp-" version ".tar.gz"))
> > + (sha256
> > + (base32
> > +
> "0m8lvdnhfvwwqrr56difgy3mblplp23x6iy12kl4r8i87ic4rky1"))))
>
> Should it inherit from ‘xrdp’? I fail to see what the difference is.
>
> > + (arguments
> > + (list #:configure-flags #~(list "--enable-strict-locations=yes"
> > + (string-append "XRDP_CFLAGS=-I"
> > + (assoc-ref
> %build-inputs
> > + "xrdp")
> > + "/common"))))
>
> Rather than (assoc-ref …), write #$(this-package-input "xrdp').
>
> Also, xrdp should not have .h files under /common; it should be under
> /include or /include/common or similar. Could you check that?
>
> > + (home-page "https://github.com/neutrinolabs/xorgxrdp")
> > + (synopsis "Xorg drivers for xrdp")
> > + (description
> > + "xorgxrdp is a collection of modules to be used with a
> pre-existing X.Org
> > +install to make the X server act like X11rdp")
>
> Please add a period at the end of the sentence and expound a bit so one
> can better understand what this is about.
>
> Thanks in advance!
>
> Ludo’.
>
--
Andy Tai, atai <at> atai.org, Skype: licheng.tai, Line: andy_tai, WeChat:
andytai1010
Year 2023 民國112年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能
[Message part 2 (text/html, inline)]
This bug report was last modified 2 years and 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.