mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
net-misc/wlvncc: Add libdrm depend and update to latest commit
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST wlvncc-20250122.gh.tar.gz 165381 BLAKE2B 685182e96fb79c5ca125c1b2724d28df10458d684afcc66f4219db9699c220b1560cdd8d0fb047152045773eaddcb992cab429118f828fd38e79555015285b98 SHA512 1f88ab06aa6a128b2bee7e8a8e7a82dde9be97dae9523a22c623a92a3ac33ea1725e1e1ccff8ccf57322a502b3bb7a50bfcaac45b2e3efb3a74679979752d3b7
|
||||
DIST wlvncc-20250307.gh.tar.gz 171350 BLAKE2B 3fd745d3df3902386a77ea186f9d6285c73509d71a3fbbe3d90bc4e04fb65f8a7552b418380d8de840c919d052dc89c94c2754a89d33be05c2f7d302f98258a1 SHA512 b55d34a0c416ef5019ed10b7f15494d55b001a5eb73c2382f2e5d98c58735512db67e9ad299855980df331faf84905480bd13da3f1b6c48a0f4ff7898e5b03a7
|
||||
DIST wlvncc-20250626.gh.tar.gz 171524 BLAKE2B 9968419dbbada0263fdaacb9617b9fba2740c42a93a069933f604a0d7885c6ac4cf203b7969a7855518dd245b56894191547f2a9ffd10a37090a8162f87d53f5 SHA512 b7c7d2fbd95f549360f7f37795de0b82d77199d23e29b3d6d0537c8818638a448618f7eab7c6192dce643c40ce5d13db064ea060bbac88bb1328f48c5773eafa
|
||||
|
||||
@@ -17,6 +17,7 @@ KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
x11-libs/libdrm
|
||||
"
|
||||
RDEPEND="
|
||||
dev-libs/aml
|
||||
|
||||
@@ -17,6 +17,7 @@ KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
x11-libs/libdrm
|
||||
"
|
||||
RDEPEND="
|
||||
dev-libs/aml
|
||||
|
||||
27
net-misc/wlvncc/wlvncc-20250626.ebuild
Normal file
27
net-misc/wlvncc/wlvncc-20250626.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
COMMIT="a6a5463a9c69ce4db04d8d699dd58e1ba8560a0a"
|
||||
|
||||
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"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
x11-libs/libdrm
|
||||
"
|
||||
RDEPEND="
|
||||
dev-libs/aml
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pixman
|
||||
dev-libs/wayland
|
||||
"
|
||||
@@ -15,6 +15,7 @@ DOCS=("README.md" "scripts/auth-script.sh")
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
x11-libs/libdrm
|
||||
"
|
||||
RDEPEND="
|
||||
dev-libs/aml
|
||||
|
||||
Reference in New Issue
Block a user