diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2023-03-01 18:32:17 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-03-01 18:33:00 +0200 |
commit | 12b7abc14ce0bd36ac0f424876b73f954a8cde63 (patch) | |
tree | 379c386937540b31ab7577ddc6096f0ad35c163d /net-misc | |
parent | app-misc/vit: Version bump to 2.2.0 (diff) | |
download | gentoo-12b7abc14ce0bd36ac0f424876b73f954a8cde63.tar.gz gentoo-12b7abc14ce0bd36ac0f424876b73f954a8cde63.tar.bz2 gentoo-12b7abc14ce0bd36ac0f424876b73f954a8cde63.zip |
net-misc/tigervnc-xorg-module: add 1.13.1
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.1.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.1.ebuild new file mode 100644 index 000000000000..aa3265514938 --- /dev/null +++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.1.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%.*}* +" |