Renamed nxplayer to nomachine.

This commit is contained in:
Ronald Farrer 2022-11-29 13:44:18 -08:00
parent 6b1d317035
commit 50bcb773d2
8 changed files with 22 additions and 51 deletions

View file

@ -0,0 +1,3 @@
DIST nomachine_8.2.3_4_x86_64.tar.gz 55689033 BLAKE2B a88dd99f12a6cd7b0e0c076c54ecde4f181922c1cefdc09abe849b8fec7a32130dc0c238b66e52067751310ce1ee3a942cd9eca2b19862724ae55d0698283605 SHA512 a0281e428224f40a0cd4746c1c8a05cbb3972a9cad03bfb476c65a78324ca2e7a7151cb47726899c40f29abe9190169d259d96e7880bc5bc0a7de5e9fc7d3b63
EBUILD nomachine-8.2.3.4.ebuild 898 BLAKE2B 908c92f3237f170f3566dfa1d2adcd8604ef9d8f8da118780b854450f79ddbb4952a795146e2435f2800cfe0ab0658e05237d6e986cdd393d46158856bebd664 SHA512 6bab1d26f256457c10683bf94f513fa68f20889f29c2f6e263be8eb1892dbfcfcb2c094194c368a14c61b77a7585c6e479cbb09b117279c605ce189fae817591
MISC metadata.xml 665 BLAKE2B 2a5fef0f6bb5df9bb74d29c0e276ae20db1d7f7e240ad4f055c0337f6ac44f37588c2ec11a96789ad6d58f84a63f013352c0df73ebb625b89d77241577fbf0a6 SHA512 94efa853d09dbdafc7f08e560f36be8769d6d5ab5acd3d560d895c92d527892c9721314d570f9bb265b839533e3db7b6bedd4ff96a7aeda004be3ac66a04c25e

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>Nomachine Client is a free easy-to-use connection interface to allow quick access to your remote host where you have installed one of the NoMachine products. It's available for those who prefer just a standalone client application, rather than the NoMachine server/client app, either because regulatory requirements dictate that thin clients must install \“client-side\” software only, or simply because a scaled-down client app is your personal preference.</longdescription>
</pkgmetadata>

View file

@ -0,0 +1,41 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit wrapper desktop
MY_V=$(ver_cut 1-2)
MY_PV=$(ver_rs 3 '_')
DESCRIPTION="NoMachine Client"
HOMEPAGE="https://www.nomachine.com"
SRC_URI="https://download.nomachine.com/download/${MY_V}/Linux/${PN}_${MY_PV}_x86_64.tar.gz"
S="${WORKDIR}/NX/etc/NX/player/packages"
LICENSE="nomachine"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="strip"
DEPEND=""
BDEPEND=""
RDEPEND="dev-libs/glib:2
sys-libs/libudev-compat
virtual/libcrypt:0
dev-libs/openssl:0"
QA_PREBUILT="*"
src_install() {
local NXROOT=/opt/NX
doicon "${FILESDIR}/${PN}.png"
make_desktop_entry "nxplayer" "NoMachine Client" "" "Network"
dodir /opt
tar xzof nxclient.tar.gz -C "${D}"/opt
tar xzof nxplayer.tar.gz -C "${D}"/opt
make_wrapper nxplayer ${NXROOT}/bin/nxplayer ${NXROOT} ${NXROOT}/lib /opt/bin
}