mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Added FUSE3 dependency
This commit is contained in:
parent
6eb43c45cc
commit
165742e7cf
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = xrdp
|
||||
pkgdesc = An open source remote desktop protocol (RDP) server
|
||||
pkgver = 0.10.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/neutrinolabs/xrdp
|
||||
install = xrdp.install
|
||||
arch = i686
|
||||
|
|
@ -18,6 +18,7 @@ pkgbase = xrdp
|
|||
depends = libfdk-aac
|
||||
depends = ffmpeg
|
||||
depends = imlib2
|
||||
depends = fuse3
|
||||
optdepends = tigervnc
|
||||
optdepends = tightvnc
|
||||
optdepends = realvnc-vnc-server
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -8,13 +8,13 @@
|
|||
|
||||
pkgname=xrdp
|
||||
pkgver=0.10.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An open source remote desktop protocol (RDP) server"
|
||||
url="https://github.com/neutrinolabs/xrdp"
|
||||
arch=(i686 x86_64 armv6h armv7l aarch64)
|
||||
license=('Apache-2.0')
|
||||
makedepends=('nasm' 'cmocka')
|
||||
depends=('libxrandr' 'fuse' 'libfdk-aac' 'ffmpeg' 'imlib2')
|
||||
depends=('libxrandr' 'fuse' 'libfdk-aac' 'ffmpeg' 'imlib2' 'fuse3')
|
||||
checkdepends=('check')
|
||||
optdepends=('tigervnc' 'tightvnc' 'realvnc-vnc-server')
|
||||
backup=('etc/xrdp/sesman.ini'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue