[arch-commits] Commit in neatvnc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Sun Sep 11 10:40:32 UTC 2022
Date: Sunday, September 11, 2022 @ 10:40:32
Author: alucryd
Revision: 1300523
archrelease: copy trunk to community-x86_64
Added:
neatvnc/repos/community-x86_64/PKGBUILD
(from rev 1300522, neatvnc/trunk/PKGBUILD)
Deleted:
neatvnc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-11 10:40:22 UTC (rev 1300522)
+++ PKGBUILD 2022-09-11 10:40:32 UTC (rev 1300523)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Andri Yngvason <andri at yngvason.is>
-
-pkgname=neatvnc
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='Fast and neat VNC server library'
-arch=(x86_64)
-url=https://github.com/any1/neatvnc
-license=(custom:ISC)
-depends=(
- glibc
- gnutls
- libaml.so
- libavcodec.so
- libdrm
- libpixman-1.so
- libturbojpeg.so
- mesa
- zlib
-)
-makedepends=(
- git
- meson
- ninja
-)
-provides=(libneatvnc.so)
-_tag=29ce32732f5c98cede0ae80bb6fb69101a6fe84d
-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:
Copied: neatvnc/repos/community-x86_64/PKGBUILD (from rev 1300522, neatvnc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-11 10:40:32 UTC (rev 1300523)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Andri Yngvason <andri at yngvason.is>
+
+pkgname=neatvnc
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='Fast and neat VNC server library'
+arch=(x86_64)
+url=https://github.com/any1/neatvnc
+license=(custom:ISC)
+depends=(
+ glibc
+ gnutls
+ libaml.so
+ libavcodec.so
+ libdrm
+ libpixman-1.so
+ libturbojpeg.so
+ mesa
+ zlib
+)
+makedepends=(
+ git
+ meson
+ ninja
+)
+provides=(libneatvnc.so)
+_tag=68581dbb7073f7e60e411f1ca065d4d7bb6fd9ba
+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