Package Details: realvnc-vnc-viewer 7.13.1-1

Git Clone URL: https://aur.archlinux.org/realvnc-vnc-viewer.git (read-only, click to copy)
Package Base: realvnc-vnc-viewer
Description: VNC remote desktop client software by RealVNC
Upstream URL: https://www.realvnc.com/
Keywords: realvnc viewer vnc
Licenses: custom
Conflicts: tigervnc, tightvnc, turbovnc
Submitter: ava1ar
Maintainer: Kewl
Last Packager: Kewl
Votes: 58
Popularity: 0.004951
First Submitted: 2017-09-11 23:40 (UTC)
Last Updated: 2024-12-28 12:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Kewl commented on 2020-12-17 22:38 (UTC)

@jose1711 binary name is an upstream choice, then this seems like a good idea you can submit to tightvncviewer and/or realvnc. If they are ok with it it's fine, if it's too complicated or causes issues from their point of view it would be good to know. Also if you have examples of official packages changing binary names, I will follow the best practices from TUs.

jose1711 commented on 2020-12-17 21:45 (UTC)

hi, thanks for packaging. could you please consider removing conflicts array b/c the only reason i want to keep realvnc is raspberry pi, but otherwise i am quite happy with tightvncviewer.

the idea is to rename binary in order to avoid conflict:

--- PKGBUILD.orig       2020-12-17 22:37:45.966662008 +0100
+++ PKGBUILD    2020-12-17 22:33:47.953329984 +0100
@@ -11,7 +11,6 @@
 url='https://www.realvnc.com/'
 license=('custom')
 depends=('libsm' 'libxext')
-conflicts=('tightvnc' 'tigervnc' 'turbovnc')
 source_x86_64=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-x64.deb")
 source_i686=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-x86.deb")
 source_armv7h=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-ARM.deb")
@@ -22,5 +21,8 @@
 package() {
     bsdtar -xv -C "${pkgdir}" -f "${srcdir}/data.tar.xz"
     mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
+    mv "${pkgdir}"/usr/bin/{vncviewer,realvncviewer}
+    mv "${pkgdir}"/usr/share/man/man1/{vncviewer,realvncviewer}.1.gz
+    sed -i '/Exec=/s/=vncviewer/=realvncviewer/' "${pkgdir}"/usr/share/applications/realvnc-vncviewer.desktop
     ln -s /usr/share/doc/${pkgname}/copyright "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

thank you, j

emmanuelux commented on 2020-02-08 13:57 (UTC)

miss sha1sums_armv7h=('95bc648180924cb7b2105378a3ce7b2c41030e29')

emmanuelux commented on 2020-02-08 11:05 (UTC)

can you add for armv7h : arch=('x86_64' 'i686' 'armv7h') source_armv7h=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-ARM.deb") sha1sums_armv7h=('95bc648180924cb7b2105378a3ce7b2c41030e29')

tested and working (there is a standalone version too but better this one for icon and launch)

Kewl commented on 2019-08-14 20:15 (UTC)

The binary is not compiled from the source code but extracted from the .deb package provided for Linux installing (Ubuntu 16.04 LTS, 18.04 LTS).

mb720 commented on 2019-08-14 10:58 (UTC)

Thanks for packaging this! After looking at RealVNC's website and this repo's PKGBUILD, I'm still not sure this VNC viewer is open source.

RealVNC hosts GPL-licensed source code for its Unix server and client here (they call it "VNC Open Source Code"): https://archive.realvnc.com/download/open/

Is the .deb package offered in this AUR repository compiled from that source code?

Kewl commented on 2018-03-29 19:29 (UTC)

@totalsecond: thanks, updated

totalsecond commented on 2018-01-14 11:54 (UTC)

6.17.1113 PKGBUILD https://gist.github.com/totalsecond/dd03d4345d92561b39a78882f777f83e

Kewl commented on 2018-01-13 15:55 (UTC)

@ava1ar: I am happy to push the pkgbuild update if you allow me for co maintenance.