From ed2563aade1a8e2db225d5375823254f1fe563fd Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Sun, 15 Jan 2023 11:11:02 +0200 Subject: [PATCH] net-misc/tigervnc-xorg-module: add 1.12.90 Signed-off-by: Viorel Munteanu --- .../tigervnc-xorg-module-1.12.0.ebuild | 4 ++-- .../tigervnc-xorg-module-1.12.90.ebuild | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.90.ebuild 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 index 3f9ee15b2f61c..48f881ebf9614 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 XSERVER_VERSION="21.1.1" DESCRIPTION="Metapackage for the xorg module provided by tigervnc" -HOMEPAGE="https://www.tigervnc.org" +HOMEPAGE="https://tigervnc.org/" LICENSE="metapackage" SLOT="0" diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.90.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.90.ebuild new file mode 100644 index 0000000000000..aa3265514938e --- /dev/null +++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.90.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022-2023 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://tigervnc.org/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + ~net-misc/tigervnc-${PV}[server] + =x11-base/xorg-server-${XSERVER_VERSION%.*}* +"