net-misc/wlvncc: add 20250122

Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
Dale Sweeney
2025-01-22 03:50:37 -05:00
parent d5964f057c
commit 355c3ad5ee
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST wlvncc-20240817.gh.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
DIST wlvncc-20250122.gh.tar.gz 165381 BLAKE2B 685182e96fb79c5ca125c1b2724d28df10458d684afcc66f4219db9699c220b1560cdd8d0fb047152045773eaddcb992cab429118f828fd38e79555015285b98 SHA512 1f88ab06aa6a128b2bee7e8a8e7a82dde9be97dae9523a22c623a92a3ac33ea1725e1e1ccff8ccf57322a502b3bb7a50bfcaac45b2e3efb3a74679979752d3b7

View File

@@ -0,0 +1,25 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT="d3073ef124172a6161e3bef075aaa8112b0115e9"
inherit meson
DESCRIPTION="A Wayland Native VNC Client"
HOMEPAGE="https://github.com/any1/wlvncc"
SRC_URI="https://github.com/any1/wlvncc/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2"
SLOT="0"
DEPEND="
dev-libs/wayland-protocols
"
RDEPEND="
dev-libs/aml
x11-libs/libxkbcommon
x11-libs/pixman
dev-libs/wayland
"