commit: 355c3ad5ee78f8fd8bcb180bb6be0583fb48ffbb Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com> AuthorDate: Wed Jan 22 08:50:37 2025 +0000 Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com> CommitDate: Wed Jan 22 08:50:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=355c3ad5
net-misc/wlvncc: add 20250122 Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com> net-misc/wlvncc/Manifest | 1 + net-misc/wlvncc/wlvncc-20250122.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest index 8faa2e2ab..beb533ae0 100644 --- a/net-misc/wlvncc/Manifest +++ b/net-misc/wlvncc/Manifest @@ -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 diff --git a/net-misc/wlvncc/wlvncc-20250122.ebuild b/net-misc/wlvncc/wlvncc-20250122.ebuild new file mode 100644 index 000000000..bbb67fc17 --- /dev/null +++ b/net-misc/wlvncc/wlvncc-20250122.ebuild @@ -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 +"