summaryrefslogtreecommitdiffstats
path: root/remote/modules/openbox
diff options
context:
space:
mode:
authorSimon Rettberg2013-05-21 17:59:10 +0200
committerSimon Rettberg2013-05-21 17:59:10 +0200
commit77c46bae1bc8aa0ea717710495c4ccf06ce01085 (patch)
tree78f2660ff40eeac164b40c18632ad40ea27cf6eb /remote/modules/openbox
parentRefactoring: (diff)
downloadtm-scripts-77c46bae1bc8aa0ea717710495c4ccf06ce01085.tar.gz
tm-scripts-77c46bae1bc8aa0ea717710495c4ccf06ce01085.tar.xz
tm-scripts-77c46bae1bc8aa0ea717710495c4ccf06ce01085.zip
1. Fix ARCH_TRIPLET for distos that don'T have it.
2. Add suse-specific .conf file for openbox 3. Add libnss_mdns* to pam 4. Add vmchooser and openbox to stage32-opensuse
Diffstat (limited to 'remote/modules/openbox')
-rw-r--r--remote/modules/openbox/openbox.build4
-rw-r--r--remote/modules/openbox/openbox.conf7
-rw-r--r--remote/modules/openbox/openbox.conf.zypper5
3 files changed, 11 insertions, 5 deletions
diff --git a/remote/modules/openbox/openbox.build b/remote/modules/openbox/openbox.build
index 3e56fbfb..51c6beec 100644
--- a/remote/modules/openbox/openbox.build
+++ b/remote/modules/openbox/openbox.build
@@ -7,7 +7,9 @@ build() {
[ -e "$COPYLIST" ] && rm "$COPYLIST"
list_packet_files >> "$COPYLIST"
- tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
+ # FIXME: Hack: openSUSE's rpm -ql lilsts non-existant pango.modules, which makes
+ # tarcopy fail. We probably can't fix that, so remove it using grep....
+ tarcopy "$(cat "$COPYLIST" | grep -v 'pango\.modules$' | sort -u)" "${MODULE_BUILD_DIR}"
return 0
}
diff --git a/remote/modules/openbox/openbox.conf b/remote/modules/openbox/openbox.conf
index f7d09947..2dc5da54 100644
--- a/remote/modules/openbox/openbox.conf
+++ b/remote/modules/openbox/openbox.conf
@@ -6,7 +6,6 @@ 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/"
-
+ /usr/lib
+ /usr/share/themes/Clearlooks"
+
diff --git a/remote/modules/openbox/openbox.conf.zypper b/remote/modules/openbox/openbox.conf.zypper
new file mode 100644
index 00000000..63e5e25d
--- /dev/null
+++ b/remote/modules/openbox/openbox.conf.zypper
@@ -0,0 +1,5 @@
+REQUIRED_INSTALLED_PACKAGES=" openbox
+ libpango-1_0-0"
+REQUIRED_CONTENT_PACKAGES=" openbox
+ libpango-1_0-0"
+