From 687a5c0434b114973635cabb723d07c6d195a9d9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 21 Aug 2020 12:57:17 +0200 Subject: [xfwm] Add module --- core/modules/xfwm/module.build | 18 ++++++++++++++++++ core/modules/xfwm/module.conf | 11 +++++++++++ core/modules/xfwm/module.conf.debian | 4 ++++ core/modules/xfwm/module.conf.ubuntu | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 core/modules/xfwm/module.build create mode 100644 core/modules/xfwm/module.conf create mode 100644 core/modules/xfwm/module.conf.debian create mode 100644 core/modules/xfwm/module.conf.ubuntu (limited to 'core/modules/xfwm') 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 +" -- cgit v1.2.3-55-g7522