Skip to content
Snippets Groups Projects
Commit d3d48299 authored by rubicon's avatar rubicon Committed by alice
Browse files

community/tigervnc: fix depends

parent 46917ef8
No related branches found
No related tags found
1 merge request!34134community/tigervnc: fix depends
Pipeline #121394 canceled
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me> # Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=tigervnc pkgname=tigervnc
pkgver=1.12.0 pkgver=1.12.0
pkgrel=3 pkgrel=4
_xorg_version=1.20.14 _xorg_version=1.20.14
pkgdesc="High performance, multi-platform VNC client and server" pkgdesc="High performance, multi-platform VNC client and server"
url="https://tigervnc.org/" url="https://tigervnc.org/"
...@@ -121,7 +121,9 @@ build() { ...@@ -121,7 +121,9 @@ build() {
} }
package() { package() {
depends="perl" # vncsession # /usr/bin/vncserver is written in perl and requires xinit
# /usr/bin/Xvnc needs xkbcomp and xkeyboard-config to work
depends="perl xinit xkbcomp xkeyboard-config"
DESTDIR="$pkgdir" cmake --install . DESTDIR="$pkgdir" cmake --install .
install -Dm755 build-xvnc/unix/xserver/hw/vnc/Xvnc \ install -Dm755 build-xvnc/unix/xserver/hw/vnc/Xvnc \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment