summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-06-29 21:55:48 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-06-29 21:56:05 +0300
commit4bebc4fbd3cbbd3e4fc2e820511f3315dfba8e7c (patch)
treeff8f0b0f5024d5ace3a35c44cf491c52fa6d1814 /net-misc/tigervnc-xorg-module
parentprofiles: desktop: Drop obsolete kde-apps/kio-extras-kf5 entry (diff)
downloadgentoo-4bebc4fbd3cbbd3e4fc2e820511f3315dfba8e7c.tar.gz
gentoo-4bebc4fbd3cbbd3e4fc2e820511f3315dfba8e7c.tar.bz2
gentoo-4bebc4fbd3cbbd3e4fc2e820511f3315dfba8e7c.zip
net-misc/tigervnc-xorg-module: add 1.13.90
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.13.90.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.90.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.90.ebuild
new file mode 100644
index 000000000000..65b3a6997f9c
--- /dev/null
+++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.90.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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ ~net-misc/tigervnc-${PV}[server]
+ =x11-base/xorg-server-${XSERVER_VERSION%.*}*
+"