From aa99b5e6e9b685830eb4a53bdc831668b835b12f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 5 Jun 2023 14:46:51 +0200 Subject: [x11vnc/tigervnc] Seems we shouldn't remove something still in use PVS2 is still using x11vnc for screen scraping, so maybe removing that when we moved to tigervnc for remte access wasn't such a great idea. Maybe, some day in the future, PVS2 will be extended so it can use either server. --- core/modules/tigervnc/module.build | 14 ++++++++++++++ core/modules/tigervnc/module.conf | 11 +++++++++++ core/modules/tigervnc/module.conf.debian | 6 ++++++ core/modules/tigervnc/module.conf.fedora | 7 +++++++ core/modules/tigervnc/module.conf.opensuse | 7 +++++++ core/modules/tigervnc/module.conf.ubuntu | 6 ++++++ 6 files changed, 51 insertions(+) create mode 100644 core/modules/tigervnc/module.build create mode 100644 core/modules/tigervnc/module.conf create mode 100644 core/modules/tigervnc/module.conf.debian create mode 100644 core/modules/tigervnc/module.conf.fedora create mode 100644 core/modules/tigervnc/module.conf.opensuse create mode 100644 core/modules/tigervnc/module.conf.ubuntu (limited to 'core/modules/tigervnc') diff --git a/core/modules/tigervnc/module.build b/core/modules/tigervnc/module.build new file mode 100644 index 00000000..a183dc1f --- /dev/null +++ b/core/modules/tigervnc/module.build @@ -0,0 +1,14 @@ +#!/bin/bash + +fetch_source() { + : +} + +build() { + : +} + +post_copy() { + : +} + diff --git a/core/modules/tigervnc/module.conf b/core/modules/tigervnc/module.conf new file mode 100644 index 00000000..4149438d --- /dev/null +++ b/core/modules/tigervnc/module.conf @@ -0,0 +1,11 @@ +#!/bin/bash +REQUIRED_BINARIES=" + X0tigervnc + x0tigervncserver + vncpasswd +" +REQUIRED_DIRECTORIES=" + /etc/tigervnc + /usr/share/perl5/TigerVNC +" +REQUIRED_FILES="" diff --git a/core/modules/tigervnc/module.conf.debian b/core/modules/tigervnc/module.conf.debian new file mode 100644 index 00000000..6a19ce74 --- /dev/null +++ b/core/modules/tigervnc/module.conf.debian @@ -0,0 +1,6 @@ +#!/bin/bash +REQUIRED_CONTENT_PACKAGES=" + tigervnc-scraping-server + tigervnc-common + tigervnc-tools +" diff --git a/core/modules/tigervnc/module.conf.fedora b/core/modules/tigervnc/module.conf.fedora new file mode 100644 index 00000000..1ca43771 --- /dev/null +++ b/core/modules/tigervnc/module.conf.fedora @@ -0,0 +1,7 @@ +#!/bin/bash +REQUIRED_INSTALLED_PACKAGES=" + x11vnc +" +REQUIRED_CONTENT_PACKAGES=" + x11vnc +" diff --git a/core/modules/tigervnc/module.conf.opensuse b/core/modules/tigervnc/module.conf.opensuse new file mode 100644 index 00000000..798e2c3b --- /dev/null +++ b/core/modules/tigervnc/module.conf.opensuse @@ -0,0 +1,7 @@ +#!/bin/bash +REQUIRED_INSTALLED_PACKAGES=" + x11vnc +" +REQUIRED_CONTENT_PACKAGES=" + x11vnc +" diff --git a/core/modules/tigervnc/module.conf.ubuntu b/core/modules/tigervnc/module.conf.ubuntu new file mode 100644 index 00000000..6a19ce74 --- /dev/null +++ b/core/modules/tigervnc/module.conf.ubuntu @@ -0,0 +1,6 @@ +#!/bin/bash +REQUIRED_CONTENT_PACKAGES=" + tigervnc-scraping-server + tigervnc-common + tigervnc-tools +" -- cgit v1.2.3-55-g7522