summaryrefslogtreecommitdiffstats
path: root/core/modules/xfwm
diff options
context:
space:
mode:
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
+"