summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
l---------core/targets/bwlp/xfwm1
l---------core/targets/stage32-bwlp/xfwm1
6 files changed, 39 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
+"
diff --git a/core/targets/bwlp/xfwm b/core/targets/bwlp/xfwm
new file mode 120000
index 00000000..1ad7235e
--- /dev/null
+++ b/core/targets/bwlp/xfwm
@@ -0,0 +1 @@
+../../modules/xfwm \ No newline at end of file
diff --git a/core/targets/stage32-bwlp/xfwm b/core/targets/stage32-bwlp/xfwm
new file mode 120000
index 00000000..1ad7235e
--- /dev/null
+++ b/core/targets/stage32-bwlp/xfwm
@@ -0,0 +1 @@
+../../modules/xfwm \ No newline at end of file