[arch-commits] Commit in neatvnc (3 files)

Maxime Gauduin alucryd at archlinux.org
Sat Apr 10 07:32:46 UTC 2021


    Date: Saturday, April 10, 2021 @ 07:32:46
  Author: alucryd
Revision: 915413

archrelease: copy trunk to community-x86_64

Added:
  neatvnc/repos/
  neatvnc/repos/community-x86_64/
  neatvnc/repos/community-x86_64/PKGBUILD
    (from rev 915412, neatvnc/trunk/PKGBUILD)

----------+
 PKGBUILD |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

Copied: neatvnc/repos/community-x86_64/PKGBUILD (from rev 915412, neatvnc/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-04-10 07:32:46 UTC (rev 915413)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Andri Yngvason <andri at yngvason.is>
+
+pkgname=neatvnc
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='Fast and neat VNC server library'
+arch=(x86_64)
+url=https://github.com/any1/neatvnc
+license=(custom:ISC)
+depends=(
+  glibc
+  gnutls
+  libaml.so
+  libpixman-1.so
+  libturbojpeg.so
+  zlib
+)
+makedepends=(
+  git
+  libdrm
+  meson
+  ninja
+)
+provides=(libneatvnc.so)
+_tag=b1d32694d0a310e36da1cf84420c827bbf665755
+source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd neatvnc
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  arch-meson neatvnc build \
+    -Djpeg=enabled \
+    -Dtls=enabled
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 neatvnc/COPYING -t "${pkgdir}"/usr/share/licenses/neatvnc
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list