Date: Friday, January 27, 2023 @ 15:09:45
Author: alucryd
Revision: 1388568
archrelease: copy trunk to community-x86_64
Added:
wayvnc/repos/community-x86_64/PKGBUILD
(from rev 1388567, wayvnc/trunk/PKGBUILD)
wayvnc/repos/community-x86_64/wayvnc.service
(from rev 1388567, wayvnc/trunk/wayvnc.service)
Deleted:
wayvnc/repos/community-x86_64/PKGBUILD
wayvnc/repos/community-x86_64/wayvnc.service
----------------+
PKGBUILD | 112 +++++++++++++++++++++++++++----------------------------
wayvnc.service | 28 ++++++-------
2 files changed, 70 insertions(+), 70 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-27 15:09:40 UTC (rev 1388567)
+++ PKGBUILD 2023-01-27 15:09:45 UTC (rev 1388568)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Andri Yngvason <[email protected]>
-
-pkgname=wayvnc
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='VNC server for wlroots-based Wayland compositors'
-arch=(x86_64)
-url=https://github.com/any1/wayvnc
-license=(custom:ISC)
-depends=(
- glibc
- libaml.so
- libdrm
- libneatvnc.so
- libpixman-1.so
- libxkbcommon.so
- wayland
-)
-makedepends=(
- git
- meson
- ninja
- pam
- scdoc
-)
-optdepends=('pam: PAM authentication')
-_tag=e710d47f2ef7abfa7856c04b86c33747e31fbaca
-source=(
- git+https://github.com/any1/wayvnc.git#tag=${_tag}
- wayvnc.service
-)
-b2sums=(
- SKIP
-
083d7ddbf353d06126b76152e51807ed7572684e0c995b71802fcf36ca133c48401126907fcac657271bf9590b4a304a103f7bf9104b73e0699af98f7388f65c
-)
-
-pkgver() {
- cd wayvnc
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- arch-meson wayvnc build \
- -Dman-pages=enabled \
- -Dpam=enabled
- meson compile -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" meson install -C build
- install -Dm 644 wayvnc.service -t "${pkgdir}"/usr/lib/systemd/user
- install -Dm 644 wayvnc/COPYING -t "${pkgdir}"/usr/share/licenses/wayvnc
-}
-
-# vim: ts=2 sw=2 et:
Copied: wayvnc/repos/community-x86_64/PKGBUILD (from rev 1388567,
wayvnc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-27 15:09:45 UTC (rev 1388568)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Andri Yngvason <[email protected]>
+
+pkgname=wayvnc
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='VNC server for wlroots-based Wayland compositors'
+arch=(x86_64)
+url=https://github.com/any1/wayvnc
+license=(custom:ISC)
+depends=(
+ glibc
+ libaml.so
+ libdrm
+ libneatvnc.so
+ libpixman-1.so
+ libxkbcommon.so
+ wayland
+)
+makedepends=(
+ git
+ meson
+ ninja
+ pam
+ scdoc
+)
+optdepends=('pam: PAM authentication')
+_tag=fd652e7a233e3dc4a49a38038e471601ef6197b3
+source=(
+ git+https://github.com/any1/wayvnc.git#tag=${_tag}
+ wayvnc.service
+)
+b2sums=(
+ SKIP
+
083d7ddbf353d06126b76152e51807ed7572684e0c995b71802fcf36ca133c48401126907fcac657271bf9590b4a304a103f7bf9104b73e0699af98f7388f65c
+)
+
+pkgver() {
+ cd wayvnc
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ arch-meson wayvnc build \
+ -Dman-pages=enabled \
+ -Dpam=enabled
+ meson compile -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+ install -Dm 644 wayvnc.service -t "${pkgdir}"/usr/lib/systemd/user
+ install -Dm 644 wayvnc/COPYING -t "${pkgdir}"/usr/share/licenses/wayvnc
+}
+
+# vim: ts=2 sw=2 et:
Deleted: wayvnc.service
===================================================================
--- wayvnc.service 2023-01-27 15:09:40 UTC (rev 1388567)
+++ wayvnc.service 2023-01-27 15:09:45 UTC (rev 1388568)
@@ -1,14 +0,0 @@
-[Unit]
-Description=A VNC server for wlroots based Wayland compositors
-Requires=sway.service
-After=sway.service
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/wayvnc
-Restart=on-failure
-RestartSec=1
-TimeoutStopSec=10
-
-[Install]
-WantedBy=multi-user.target
Copied: wayvnc/repos/community-x86_64/wayvnc.service (from rev 1388567,
wayvnc/trunk/wayvnc.service)
===================================================================
--- wayvnc.service (rev 0)
+++ wayvnc.service 2023-01-27 15:09:45 UTC (rev 1388568)
@@ -0,0 +1,14 @@
+[Unit]
+Description=A VNC server for wlroots based Wayland compositors
+Requires=sway.service
+After=sway.service
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/wayvnc
+Restart=on-failure
+RestartSec=1
+TimeoutStopSec=10
+
+[Install]
+WantedBy=multi-user.target