Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / tigervnc
Commits: b9ceeffc by Sergej Pupykin at 2026-02-02T23:50:33+03:00 upgpkg: 1.16.0-3 https://gitlab.archlinux.org/archlinux/packaging/packages/tigervnc/-/issues/5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = tigervnc pkgdesc = Suite of VNC servers and clients based on the VNC 4 branch of TightVNC pkgver = 1.16.0 - pkgrel = 2 + pkgrel = 3 url = https://www.tigervnc.org arch = x86_64 license = GPL-2.0-only @@ -25,6 +25,7 @@ pkgbase = tigervnc depends = hicolor-icon-theme depends = libgl depends = libjpeg-turbo + depends = libpipewire depends = libunwind depends = libx11 depends = libxau @@ -35,6 +36,7 @@ pkgbase = tigervnc depends = libxfixes depends = libxfont2 depends = libxi + depends = libxkbcommon depends = libxrender depends = libxshmfence depends = libxtst ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=tigervnc pkgver=1.16.0 -pkgrel=2 +pkgrel=3 pkgdesc="Suite of VNC servers and clients based on the VNC 4 branch of TightVNC" arch=('x86_64') url="https://www.tigervnc.org" @@ -19,6 +19,7 @@ depends=( 'hicolor-icon-theme' 'libgl' 'libjpeg-turbo' + 'libpipewire' 'libunwind' 'libx11' 'libxau' @@ -29,6 +30,7 @@ depends=( 'libxfixes' 'libxfont2' 'libxi' + 'libxkbcommon' 'libxrender' 'libxshmfence' 'libxtst' @@ -104,6 +106,7 @@ build() { -D CMAKE_INSTALL_LIBEXECDIR=/usr/bin -D BUILD_JAVA=TRUE -D BUILD_VIEWER=TRUE + -D ENABLE_WAYLAND=TRUE -S . # out-of-tree build not possible due to xorg-server build below -W no-dev ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tigervnc/-/commit/b9ceeffcdbd6dc12e83933b1786a33b43135c062 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tigervnc/-/commit/b9ceeffcdbd6dc12e83933b1786a33b43135c062 You're receiving this email because of your account on gitlab.archlinux.org.
