| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-11-08 07:22:18 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-11-08 07:22:18 UTC |
| parent | 677c1162327ce18cc0420219e744755052daa752 |
| .SRCINFO | +2 | -2 |
| .gitignore | +2 | -0 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 77064f0..ee48508 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,6 +4,7 @@ pkgbase = libvncserver pkgrel = 4 url = https://libvnc.github.io/ arch = x86_64 + arch = armv7h license = GPL-2.0-or-later makedepends = sdl2 makedepends = cmake @@ -11,9 +12,8 @@ pkgbase = libvncserver depends = libgcrypt depends = libjpeg-turbo depends = libpng - depends = libsasl depends = lzo - depends = systemd-libs + depends = systemd source = https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.14.tar.gz sha256sums = 83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index b6c03cd..01233df 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,10 +6,10 @@ pkgname=libvncserver pkgver=0.9.14 pkgrel=4 pkgdesc="Cross-platform C libraries that allow you to easily implement VNC server or client functionality" -arch=('x86_64') +arch=('x86_64' 'armv7h') url="https://libvnc.github.io/" license=('GPL-2.0-or-later') -depends=('gnutls' 'libgcrypt' 'libjpeg-turbo' 'libpng' 'libsasl' 'lzo' 'systemd-libs') +depends=('gnutls' 'libgcrypt' 'libjpeg-turbo' 'libpng' 'lzo' 'systemd') makedepends=('sdl2' 'cmake') source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz") sha256sums=('83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5')