diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = looking-glass-git pkgdesc = An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough - pkgver = B2.r290.gcac454d + pkgver = B2.r345.g428b498 pkgrel = 1 epoch = 2 url = https://looking-glass.io/ @@ -13,6 +13,7 @@ pkgbase = looking-glass-git makedepends = glu makedepends = fontconfig makedepends = spice-protocol + makedepends = libxss makedepends = libxi makedepends = obs-studio makedepends = wayland-protocols @@ -29,6 +30,7 @@ pkgname = looking-glass-git depends = glu depends = nettle depends = fontconfig + depends = libxss depends = libxi provides = looking-glass conflicts = looking-glass @@ -6,13 +6,14 @@ pkgname=("${_pkgname}-git" "${_pkgname}-module-dkms-git" "obs-plugin-${_pkgname}-git") epoch=2 -pkgver=B2.r290.gcac454d +pkgver=B2.r345.g428b498 pkgrel=1 pkgdesc="An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough" url="https://looking-glass.io/" arch=('x86_64') license=('GPL2') -makedepends=('cmake' 'git' 'sdl2_ttf' 'glu' 'fontconfig' 'spice-protocol' 'libxi' 'obs-studio' 'wayland-protocols') +makedepends=('cmake' 'git' 'sdl2_ttf' 'glu' 'fontconfig' 'spice-protocol' + 'libxss' 'libxi' 'obs-studio' 'wayland-protocols') source=("${_pkgname}::git+https://github.com/gnif/LookingGlass.git" "LGMP::git+https://github.com/gnif/LGMP.git" "PureSpice::git+https://github.com/gnif/PureSpice.git") @@ -49,7 +50,7 @@ build() { package_looking-glass-git() { pkgdesc="A client application for accessing the LookingGlass IVSHMEM device of a VM" - depends=('sdl2_ttf' 'glu' 'nettle' 'fontconfig' 'libxi') + depends=('sdl2_ttf' 'glu' 'nettle' 'fontconfig' 'libxss' 'libxi') provides=("${_pkgname}") conflicts=("${_pkgname}") |