From 44f951959faf8a09ff60cda4024bccd9efd633a1 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 14 May 2013 17:02:15 +0200 Subject: openbox --- .../modules/openbox/data/etc/xdg/openbox/menu.xml | 29 ++++++++++++++++++++++ remote/modules/openbox/openbox.build | 18 ++++++++++++++ remote/modules/openbox/openbox.conf | 12 +++++++++ remote/targets/stage32/openbox | 1 + 4 files changed, 60 insertions(+) create mode 100644 remote/modules/openbox/data/etc/xdg/openbox/menu.xml create mode 100644 remote/modules/openbox/openbox.build create mode 100644 remote/modules/openbox/openbox.conf create mode 120000 remote/targets/stage32/openbox (limited to 'remote') diff --git a/remote/modules/openbox/data/etc/xdg/openbox/menu.xml b/remote/modules/openbox/data/etc/xdg/openbox/menu.xml new file mode 100644 index 00000000..b53d6ae6 --- /dev/null +++ b/remote/modules/openbox/data/etc/xdg/openbox/menu.xml @@ -0,0 +1,29 @@ + + + + + + + xterm + + + vmchooser -c /etc/openslx/vmchooser/vmchooser.conf + + + + + + + + + + + + + + + + diff --git a/remote/modules/openbox/openbox.build b/remote/modules/openbox/openbox.build new file mode 100644 index 00000000..3e56fbfb --- /dev/null +++ b/remote/modules/openbox/openbox.build @@ -0,0 +1,18 @@ +fetch_source() { + : +} + +build() { + COPYLIST="list_dpkg_output" + [ -e "$COPYLIST" ] && rm "$COPYLIST" + + list_packet_files >> "$COPYLIST" + tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" + + return 0 +} + +post_copy() { + [ ! -d "$TARGET_BUILD_DIR/etc/pango" ] && mkdir -p "$TARGET_BUILD_DIR/etc/pango" + pango-querymodules > "$TARGET_BUILD_DIR/etc/pango/pango.modules" +} diff --git a/remote/modules/openbox/openbox.conf b/remote/modules/openbox/openbox.conf new file mode 100644 index 00000000..67c63c4c --- /dev/null +++ b/remote/modules/openbox/openbox.conf @@ -0,0 +1,12 @@ +REQUIRED_DEPENDENCIES=" openbox + libpango1.0-0" +REQUIRED_PACKAGES=" openbox + libpango1.0-0" +REQUIRED_BINARIES=" openbox + openbox-session" +REQUIRED_FILES=" /usr/share/xsessions/openbox.desktop" +REQUIRED_DIRECTORIES=" /etc + /usr/lib/openbox + /usr/share/themes/Clearlooks + /usr/lib/$ARCH_TRIPLET/pango/" + diff --git a/remote/targets/stage32/openbox b/remote/targets/stage32/openbox new file mode 120000 index 00000000..0fb8d86d --- /dev/null +++ b/remote/targets/stage32/openbox @@ -0,0 +1 @@ +../../modules/openbox \ No newline at end of file -- cgit v1.2.3-55-g7522