summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac.paragon@gmail.com>2022-04-13 16:13:40 +0300
committerSam James <sam@gentoo.org>2022-05-14 01:03:36 +0000
commiteb5e8d143fb56ae0e9c40cddd425fb900bf6c1a7 (patch)
tree839668593ca06415eedb3b56c9cf1031207c1307 /net-misc/tigervnc-xorg-module
parentnet-misc/tigervnc: Drop USE flag xorgmodule (diff)
downloadgentoo-eb5e8d143fb56ae0e9c40cddd425fb900bf6c1a7.tar.gz
gentoo-eb5e8d143fb56ae0e9c40cddd425fb900bf6c1a7.tar.bz2
gentoo-eb5e8d143fb56ae0e9c40cddd425fb900bf6c1a7.zip
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 <ceamac.paragon@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25006 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/tigervnc-xorg-module')
-rw-r--r--net-misc/tigervnc-xorg-module/metadata.xml15
-rw-r--r--net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild18
2 files changed, 33 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>ceamac.paragon@gmail.com</email>
+ <name>Viorel Munteanu</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">TigerVNC/tigervnc</remote-id>
+ </upstream>
+</pkgmetadata>
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%.*}*
+"