Add TurboVNC 2.2.1

This commit is contained in:
2019-05-11 11:41:17 +03:00
parent 8ae37b4214
commit 5ab34801c8
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST turbovnc-2.2.1.tar.gz 8952373 BLAKE2B 43539ce2f60f230e32976f0e747d1314169899947cc555e35dd0ec0aae9f40cde13f23e6e1cdfa6997bb1a1d1e9a23f75aa546398ce230b22d30e0a912ae17b6 SHA512 a0f7adf50de5df8fd916936caf2764d27b0240b66028b5da57e72e9a8c545b13eb05143b7be399ac9327ae480c431e85621cfbef2f977e6c82d7a5c5dc5d94a5

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ceamac.paragon@gmail.com</email>
<description>Primary maintainer</description>
</maintainer>
<longdescription>
A fast replacement for tightvnc
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
DESCRIPTION="A fast replacement for tigetvnc"
HOMEPAGE="https://www.turbovnc.org/"
SRC_URI="https://sourceforge.net/projects/turbovnc/files/${PV}/${P}.tar.gz/download -> ${P}.tar.gz"
RESTRICT="primaryuri"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="virtual/jdk:1.8
media-libs/libjpeg-turbo[java]
!net-misc/tigervnc"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DTJPEG_JAR=/usr/share/classes/turbojpeg.jar
-DTJPEG_JNILIBRARY=/usr/lib64/libturbojpeg.so
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
rm -f "${D}/usr/share/man/man1/Xserver.1*"
}