summaryrefslogtreecommitdiffstats
path: root/core/modules/xfwm
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-21 12:57:17 +0200
committerSimon Rettberg2020-08-21 12:57:17 +0200
commit687a5c0434b114973635cabb723d07c6d195a9d9 (patch)
tree848a8f846fc785e55d661cb009ca80e59b165e16 /core/modules/xfwm
parent[run-virt/vmware-common] Switch to xfwm4 for dual-screen (diff)
downloadmltk-687a5c0434b114973635cabb723d07c6d195a9d9.tar.gz
mltk-687a5c0434b114973635cabb723d07c6d195a9d9.tar.xz
mltk-687a5c0434b114973635cabb723d07c6d195a9d9.zip
[xfwm] Add module
Diffstat (limited to 'core/modules/xfwm')
-rw-r--r--core/modules/xfwm/module.build18
-rw-r--r--core/modules/xfwm/module.conf11
-rw-r--r--core/modules/xfwm/module.conf.debian4
-rw-r--r--core/modules/xfwm/module.conf.ubuntu4
4 files changed, 37 insertions, 0 deletions
diff --git a/core/modules/xfwm/module.build b/core/modules/xfwm/module.build
new file mode 100644
index 00000000..d7b9b209
--- /dev/null
+++ b/core/modules/xfwm/module.build
@@ -0,0 +1,18 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ COPYLIST="list_dpkg_output"
+ rm -f -- "$COPYLIST"
+
+ list_packet_files >> "$COPYLIST"
+ tarcopy "$( < "$COPYLIST" sort -u )" "${MODULE_BUILD_DIR}"
+
+ return 0
+}
+
+post_copy() {
+ :
+}
diff --git a/core/modules/xfwm/module.conf b/core/modules/xfwm/module.conf
new file mode 100644
index 00000000..95a557ea
--- /dev/null
+++ b/core/modules/xfwm/module.conf
@@ -0,0 +1,11 @@
+#!/bin/bash
+REQUIRED_BINARIES="
+ xfwm4
+"
+REQUIRED_FILES="
+ /usr/share/xfwm4/defaults
+"
+
+REQUIRED_DIRECTORIES="
+ /usr/share/themes/Default/xfwm4
+"
diff --git a/core/modules/xfwm/module.conf.debian b/core/modules/xfwm/module.conf.debian
new file mode 100644
index 00000000..8fde8785
--- /dev/null
+++ b/core/modules/xfwm/module.conf.debian
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_CONTENT_PACKAGES="
+ xfwm4
+"
diff --git a/core/modules/xfwm/module.conf.ubuntu b/core/modules/xfwm/module.conf.ubuntu
new file mode 100644
index 00000000..8fde8785
--- /dev/null
+++ b/core/modules/xfwm/module.conf.ubuntu
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_CONTENT_PACKAGES="
+ xfwm4
+"