mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
net-misc/wlvncc: rename bad filename to ${P}.gh.tar.gz
Misc QA fixes: - variable order - inconsistent indentation - double empty line - bad usage of static-value variables in repo URL Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST 174ad8aef7978c242861a66c481a7ca25dc04e37.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
|
||||
DIST wlvncc-20240818.gh.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
|
||||
|
||||
@@ -6,20 +6,20 @@ COMMIT="174ad8aef7978c242861a66c481a7ca25dc04e37"
|
||||
|
||||
inherit meson
|
||||
|
||||
SRC_URI="https://github.com/any1/${PN}/archive/${COMMIT}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
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
|
||||
dev-libs/wayland-protocols
|
||||
"
|
||||
RDEPEND="
|
||||
dev-libs/aml
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pixman
|
||||
dev-libs/wayland
|
||||
dev-libs/aml
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pixman
|
||||
dev-libs/wayland
|
||||
"
|
||||
|
||||
@@ -5,19 +5,18 @@ EAPI=8
|
||||
|
||||
inherit git-r3 meson
|
||||
|
||||
EGIT_REPO_URI="https://github.com/any1/wlvncc"
|
||||
|
||||
DESCRIPTION="A Wayland Native VNC Client"
|
||||
HOMEPAGE="https://github.com/any1/wlvncc"
|
||||
EGIT_REPO_URI="https://github.com/any1/wlvncc"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
dev-libs/wayland-protocols
|
||||
"
|
||||
RDEPEND="
|
||||
dev-libs/aml
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pixman
|
||||
dev-libs/wayland
|
||||
dev-libs/aml
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pixman
|
||||
dev-libs/wayland
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user