summaryrefslogtreecommitdiffstats
path: root/remote/modules/openbox
diff options
context:
space:
mode:
authorJonathan Bauer2013-07-29 15:51:59 +0200
committerJonathan Bauer2013-07-29 15:51:59 +0200
commit5dc9418021a594903d450871d59b5556fe0df63f (patch)
treee8cb1346942b3f0a076fbb553cc5c05c12cb38be /remote/modules/openbox
parent[alsa] Adapt module to new config system (diff)
downloadtm-scripts-5dc9418021a594903d450871d59b5556fe0df63f.tar.gz
tm-scripts-5dc9418021a594903d450871d59b5556fe0df63f.tar.xz
tm-scripts-5dc9418021a594903d450871d59b5556fe0df63f.zip
[openbox] adapted configs for new structure
Diffstat (limited to 'remote/modules/openbox')
-rw-r--r--remote/modules/openbox/openbox.conf8
-rw-r--r--remote/modules/openbox/openbox.conf.opensuse13
-rw-r--r--remote/modules/openbox/openbox.conf.ubuntu13
3 files changed, 26 insertions, 8 deletions
diff --git a/remote/modules/openbox/openbox.conf b/remote/modules/openbox/openbox.conf
index 2dc5da54..10b745a6 100644
--- a/remote/modules/openbox/openbox.conf
+++ b/remote/modules/openbox/openbox.conf
@@ -1,11 +1,3 @@
-REQUIRED_INSTALLED_PACKAGES=" openbox
- libpango1.0-0"
-REQUIRED_CONTENT_PACKAGES=" openbox
- libpango1.0-0"
REQUIRED_BINARIES=" openbox
openbox-session"
REQUIRED_FILES=" /usr/share/xsessions/openbox.desktop"
-REQUIRED_DIRECTORIES=" /etc
- /usr/lib
- /usr/share/themes/Clearlooks"
-
diff --git a/remote/modules/openbox/openbox.conf.opensuse b/remote/modules/openbox/openbox.conf.opensuse
new file mode 100644
index 00000000..bd0566a3
--- /dev/null
+++ b/remote/modules/openbox/openbox.conf.opensuse
@@ -0,0 +1,13 @@
+REQUIRED_INSTALLED_PACKAGES="
+ openbox
+ libpango-1_0-0
+"
+REQUIRED_CONTENT_PACKAGES="
+ openbox
+ libpango-1_0-0
+"
+REQUIRED_DIRECTORIES="
+ /etc
+ /usr/$LIB64
+ /usr/share/themes/Clearlooks
+"
diff --git a/remote/modules/openbox/openbox.conf.ubuntu b/remote/modules/openbox/openbox.conf.ubuntu
new file mode 100644
index 00000000..78e6cfd4
--- /dev/null
+++ b/remote/modules/openbox/openbox.conf.ubuntu
@@ -0,0 +1,13 @@
+REQUIRED_INSTALLED_PACKAGES="
+ openbox
+ libpango1.0-0
+"
+REQUIRED_CONTENT_PACKAGES="
+ openbox
+ libpango1.0-0
+"
+REQUIRED_DIRECTORIES="
+ /etc
+ /usr/lib
+ /usr/share/themes/Clearlooks
+"