'patch', 'libtool' should be added to make deps.
Search Criteria
Package Details: xrdp 0.9.15-1
Git Clone URL: | https://aur.archlinux.org/xrdp.git (read-only, click to copy) |
---|---|
Package Base: | xrdp |
Description: | An open source remote desktop protocol (RDP) server |
Upstream URL: | https://github.com/neutrinolabs/xrdp |
Licenses: | |
Submitter: | None |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 114 |
Popularity: | 1.31 |
First Submitted: | 2008-01-15 15:02 |
Last Updated: | 2021-02-25 00:09 |
Dependencies (6)
- fuse (fuse2)
- lame (lame-svn, lame-altivec)
- libxrandr (libxrandr-git)
- opus (opus-git)
- tigervnc (tigervnc-git)
- nasm (nasm-git) (make)
Required by (5)
Sources (2)
spitfire commented on 2013-09-22 09:34
tzok commented on 2013-09-16 18:27
@arkhad, did you download this tarball?https://aur.archlinux.org/packages/xr/xrdp/xrdp.tar.gz
It has all the files required to build xrdp.
Anonymous comment on 2013-09-11 22:09
Hi @tzok, I'm trying to run the script but it tells me that xrdp.service can't be found, and I assume it'll complaind about the other sources execpt the tar. Thanks in advance for any advice.
tzok commented on 2013-09-11 11:41
@phindela, done! However I have no means to test whether armv6h support is true. I rely on you on this matter. If there are people complaining about problems for this architecture and I would still have no way to help, I will probably make this package orphan so that someone else can adopt it
Anonymous comment on 2013-09-06 21:19
Hello just built and tried xrdp on Raspberry Pi. works flawless.
Please add 'armv6h' to PKGBUILD.
thanks in advance
tzok commented on 2013-06-10 13:31
That's right, I forgot to remove it from package(). It is fixed now, thanks for noticing!
russo79 commented on 2013-06-10 13:22
@tzok
You seem to have forgot to remove the sed command in the package() function, since it is now done in the prepare function.
Otherwise, great!
tzok commented on 2013-06-10 11:30
Hi russo79,
thank you very much for your comment! I have adapted the PKGBUILD as suggested.
Best regards,
tzok
tzok commented on 2013-06-10 11:30
Hi russo89,
thank you very much for your comment! I have adapted the PKGBUILD as suggested.
Best regards,
tzok
russo79 commented on 2013-06-05 21:54
Hi tzok
Nice to see someone taking over this package.
Some suggestions to your package:
1. You should move the code that patches xrdp source into a prepare() function. It is now the new standard. I would also do the sed operation in it.
prepare() {
cd "${pkgname}-v${pkgver}"
patch -p1 -i $srcdir/0001-Fix-the-build-with-automake-1.13.patch
# Fix path in xrdp.sh file
sed -i 's|/usr/local/sbin|/usr/bin|' instfiles/xrdp.sh
}
2. You should edit the service file so that they point to /usr/bin instead of /usr/sbin. Even if /usr/sbin exists, it is now a symlink that will probably be removed some day
xrdp-sesman.service:
ExecStart=/usr/bin/xrdp-sesman $SESMAN_OPTIONS
ExecStop=/usr/bin/xrdp-sesman $SESMAN_OPTIONS --kill
xrdp.service:
ExecStart=/usr/bin/xrdp $XRDP_OPTIONS
ExecStop=/usr/bin/xrdp $XRDP_OPTIONS --kill
Pinned Comments
bidulock commented on 2020-10-05 01:33
0.9.14 won't build. Use xrdp-git until fixed.