summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-07 14:12:12 +0200
committerSimon Rettberg2018-09-07 14:12:12 +0200
commit9c7879cd434141801d5324c3b468ca45f515f5d8 (patch)
treec81dc9b403d31d1d46ce7175e23c9832f8ca5ff8 /core/modules/vmchooser2
parent[xscreensaver] Move pvs2 plugin files to this module (diff)
downloadmltk-9c7879cd434141801d5324c3b468ca45f515f5d8.tar.gz
mltk-9c7879cd434141801d5324c3b468ca45f515f5d8.tar.xz
mltk-9c7879cd434141801d5324c3b468ca45f515f5d8.zip
[qt5core] Put common qt requirements in own module
Diffstat (limited to 'core/modules/vmchooser2')
-rw-r--r--core/modules/vmchooser2/module.conf3
-rw-r--r--core/modules/vmchooser2/module.conf.ubuntu6
-rw-r--r--core/modules/vmchooser2/module.conf.ubuntu.177
-rw-r--r--core/modules/vmchooser2/module.conf.ubuntu.187
4 files changed, 3 insertions, 20 deletions
diff --git a/core/modules/vmchooser2/module.conf b/core/modules/vmchooser2/module.conf
index 1dcebb9a..c62a84c9 100644
--- a/core/modules/vmchooser2/module.conf
+++ b/core/modules/vmchooser2/module.conf
@@ -1,4 +1,7 @@
#!/bin/bash
+REQUIRED_MODULES="
+ qt5core
+"
REQUIRED_GIT="git://git.openslx.org/openslx-ng/vmchooser2.git"
REQUIRED_PREFIX="/opt/openslx/bin"
REQUIRED_BINARIES="vmchooser.real"
diff --git a/core/modules/vmchooser2/module.conf.ubuntu b/core/modules/vmchooser2/module.conf.ubuntu
deleted file mode 100644
index 286d01f1..00000000
--- a/core/modules/vmchooser2/module.conf.ubuntu
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- cmake
- libqt5gui5
- qttools5-dev
-"
diff --git a/core/modules/vmchooser2/module.conf.ubuntu.17 b/core/modules/vmchooser2/module.conf.ubuntu.17
deleted file mode 100644
index 597eb825..00000000
--- a/core/modules/vmchooser2/module.conf.ubuntu.17
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- cmake
- libqt5gui5
- libqt5x11extras5-dev
- qttools5-dev-tools
-"
diff --git a/core/modules/vmchooser2/module.conf.ubuntu.18 b/core/modules/vmchooser2/module.conf.ubuntu.18
deleted file mode 100644
index 597eb825..00000000
--- a/core/modules/vmchooser2/module.conf.ubuntu.18
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- cmake
- libqt5gui5
- libqt5x11extras5-dev
- qttools5-dev-tools
-"