From eb5e8d143fb56ae0e9c40cddd425fb900bf6c1a7 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Wed, 13 Apr 2022 16:13:40 +0300 Subject: net-misc/tigervnc-xorg-module: initial import 1.12.0 Metapackage to link a specific version of tigervnc to the right version of xorg-server for using the xorg module Bug: https://bugs.gentoo.org/481928 Signed-off-by: Viorel Munteanu Closes: https://github.com/gentoo/gentoo/pull/25006 Signed-off-by: Sam James --- net-misc/tigervnc-xorg-module/metadata.xml | 15 +++++++++++++++ .../tigervnc-xorg-module-1.12.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 net-misc/tigervnc-xorg-module/metadata.xml create mode 100644 net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild (limited to 'net-misc/tigervnc-xorg-module') diff --git a/net-misc/tigervnc-xorg-module/metadata.xml b/net-misc/tigervnc-xorg-module/metadata.xml new file mode 100644 index 000000000000..c9acc8f7d177 --- /dev/null +++ b/net-misc/tigervnc-xorg-module/metadata.xml @@ -0,0 +1,15 @@ + + + + + ceamac.paragon@gmail.com + Viorel Munteanu + + + proxy-maint@gentoo.org + Proxy Maintainers + + + TigerVNC/tigervnc + + diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild new file mode 100644 index 000000000000..07bcc43dc9ea --- /dev/null +++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XSERVER_VERSION="21.1.1" + +DESCRIPTION="Metapackage for the xorg module provided by tigervnc" +HOMEPAGE="https://www.tigervnc.org" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + ~net-misc/tigervnc-${PV}[server] + =x11-base/xorg-server-${XSERVER_VERSION%.*}* +" -- cgit v1.2.3-65-gdbad