diff options
author | 2024-10-24 09:07:18 +0300 | |
---|---|---|
committer | 2024-10-24 09:14:30 +0300 | |
commit | 15f03b5079f5ab21fe24576bfa5efdd8df044ff7 (patch) | |
tree | 8cee679bdcbe122971787e7913cacc32fdb2dacb /net-misc/tigervnc-xorg-module | |
parent | net-misc/tigervnc: add 1.14.1 (diff) | |
download | gentoo-15f03b5079f5ab21fe24576bfa5efdd8df044ff7.tar.gz gentoo-15f03b5079f5ab21fe24576bfa5efdd8df044ff7.tar.bz2 gentoo-15f03b5079f5ab21fe24576bfa5efdd8df044ff7.zip |
net-misc/tigervnc-xorg-module: add 1.14.1
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-misc/tigervnc-xorg-module')
-rw-r--r-- | net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.14.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.14.1.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.14.1.ebuild new file mode 100644 index 000000000000..a9d1823bc98d --- /dev/null +++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.14.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XSERVER_VERSION="21.1.13" + +DESCRIPTION="Metapackage for the xorg module provided by tigervnc" +HOMEPAGE="https://tigervnc.org/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + ~net-misc/tigervnc-${PV}[server] + =x11-base/xorg-server-${XSERVER_VERSION%.*}* +" |