T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / x11vnc
Commits: 841283cf by T.J. Townsend at 2024-07-13T22:23:54-04:00 upgpkg: 1:0.9.16-8: Rebuild packages that are missing .SRCINFO part 6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,39 @@ +pkgbase = x11vnc + pkgdesc = VNC server for real X displays + pkgver = 0.9.16 + pkgrel = 8 + epoch = 1 + url = https://github.com/LibVNC/x11vnc + arch = x86_64 + license = GPL + makedepends = git + depends = libvncserver + depends = openssl + depends = libxcrypt + depends = libxtst + depends = libxext + depends = libxinerama + depends = libxrandr + depends = libxfixes + depends = libxdamage + depends = libxcomposite + depends = libx11 + depends = avahi + depends = libxi + depends = xorg-xdpyinfo + optdepends = tk: for GUI support + optdepends = net-tools: for -auth guess + optdepends = xf86-video-dummy: for Xdummy script + source = git+https://github.com/LibVNC/x11vnc.git#commit=4ca006fed80410bd9b061a1519bd5d9366bb0bc8?signed + source = 010-x11vnc-xfc-null-ptr.patch::https://github.com/LibVNC/x11vnc/commit/95a10ab64c2d.patch + source = 020-x11vnc-gcc10-fix.patch::https://github.com/LibVNC/x11vnc/commit/a48b0b1cd887.patch + source = 030-x11vnc-scan-limit-access-to-shared-memory::https://github.com/LibVNC/x11vnc/commit/69eeb9f7baa1.patch + source = x11vnc.service + validpgpkeys = 25E71D2709955ECD4D041E03421BB3B45C6067F8 + sha256sums = SKIP + sha256sums = d39a399d7db8e942e55639ed04a51b3c4f5d31d213d4639b1e26a44d92029403 + sha256sums = 2c71af4c586eabaa11744da65916f9223b928d1fba820f117243f6c8c585f16b + sha256sums = e9c121a0b16013059ce903ed3e7560fabc5015e3b058a3acec85d7ae7102fcf0 + sha256sums = cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4 + +pkgname = x11vnc ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=x11vnc pkgver=0.9.16 -pkgrel=7 +pkgrel=8 epoch=1 _commit='4ca006fed80410bd9b061a1519bd5d9366bb0bc8' pkgdesc='VNC server for real X displays' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/x11vnc/-/commit/841283cfc889478cbde1ac519665e94e92f3d69a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/x11vnc/-/commit/841283cfc889478cbde1ac519665e94e92f3d69a You're receiving this email because of your account on gitlab.archlinux.org.
