summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorJonathan Bauer2013-07-29 16:32:34 +0200
committerJonathan Bauer2013-07-29 16:32:34 +0200
commit85d8fe1334206694ab5e6a0c0e2cf5686388621c (patch)
tree5c345d73b005635f5d3d4912962da37112fde0de /remote/modules
parent[debug] update configs (diff)
downloadtm-scripts-85d8fe1334206694ab5e6a0c0e2cf5686388621c.tar.gz
tm-scripts-85d8fe1334206694ab5e6a0c0e2cf5686388621c.tar.xz
tm-scripts-85d8fe1334206694ab5e6a0c0e2cf5686388621c.zip
[kdm] update configs
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/kdm/kdm.conf38
-rw-r--r--remote/modules/kdm/kdm.conf.opensuse (renamed from remote/modules/kdm/kdm.conf.zypper)25
-rw-r--r--remote/modules/kdm/kdm.conf.ubuntu32
3 files changed, 57 insertions, 38 deletions
diff --git a/remote/modules/kdm/kdm.conf b/remote/modules/kdm/kdm.conf
index b716418c..92dd47d7 100644
--- a/remote/modules/kdm/kdm.conf
+++ b/remote/modules/kdm/kdm.conf
@@ -1,33 +1,17 @@
-REQUIRED_INSTALLED_PACKAGES=" kdm
- kde-workspace-kgreet-plugins"
-REQUIRED_CONTENT_PACKAGES=" kdm
- kde-workspace-kgreet-plugins
- libicu48
- libxcursor1
- libxrandr2
- libxfixes3
- libxinerama1
- libxi6"
REQUIRED_BINARIES=""
-REQUIRED_DIRECTORIES=" /usr/bin
- /usr/lib
- /etc/dbus-1
- /etc/pam.d
- /etc/logrotate.d
- /etc/insserv.conf.d
- /etc/kde4/kdm
+REQUIRED_FILES=""
+REQUIRED_DIRECTORIES="
+ /usr/bin
/usr/share/dbus-1
/usr/share/polkit-1
- /usr/share/kde4/services"
-REQUIRED_FILES=""
-REQUIRED_LIBRARIES=" "
-# non-standard vars
-REQUIRED_SYSTEM_FILES=" /usr/share/icons/oxygen/16x16/actions/system-reboot.png
+ /usr/share/kde4/services
+ /etc/dbus-1
+"
+REQUIRED_LIBRARIES=""
+REQUIRED_SYSTEM_FILES="
+ /usr/share/icons/oxygen/16x16/actions/system-reboot.png
/usr/share/icons/oxygen/16x16/actions/system-shutdown.png
/usr/share/icons/oxygen/16x16/actions/dialog-cancel.png
/usr/share/icons/oxygen/index.theme
- /usr/share/kde4/apps/kdm/pics/shutdown.png
- /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
- /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf
- /usr/share/icons/default/index.theme"
-REQUIRED_LDD_BLACKLIST="\|libQtWebKit\|libGL"
+ /usr/share/icons/default.kde4/index.theme
+"
diff --git a/remote/modules/kdm/kdm.conf.zypper b/remote/modules/kdm/kdm.conf.opensuse
index 081865b3..d3c0044b 100644
--- a/remote/modules/kdm/kdm.conf.zypper
+++ b/remote/modules/kdm/kdm.conf.opensuse
@@ -1,18 +1,21 @@
-REQUIRED_INSTALLED_PACKAGES="kdm"
-REQUIRED_CONTENT_PACKAGES="kdm kde4-kgreeter-plugins"
+REQUIRED_INSTALLED_PACKAGES="
+ kdm
+"
+REQUIRED_CONTENT_PACKAGES="
+ kdm
+ kde4-kgreeter-plugins
+"
REQUIRED_BINARIES=""
-REQUIRED_DIRECTORIES=" /etc/dbus-1
- /usr/$LIB64/kde4
- /usr/share/dbus-1
- /usr/share/polkit-1
- /usr/share/kde4/services
- /usr/bin"
+REQUIRED_DIRECTORIES+="
+ /usr/$LIB64/kde4
+"
REQUIRED_FILES=""
REQUIRED_LIBRARIES=""
#non-standard vars
-REQUIRED_SYSTEM_FILES=" /usr/share/icons/oxygen/16x16/actions/system-reboot.png
+REQUIRED_SYSTEM_FILES="
+ /usr/share/icons/oxygen/16x16/actions/system-reboot.png
/usr/share/icons/oxygen/16x16/actions/system-shutdown.png
/usr/share/icons/oxygen/16x16/actions/dialog-cancel.png
/usr/share/icons/oxygen/index.theme
- /usr/share/icons/default.kde4/index.theme"
-
+ /usr/share/icons/default.kde4/index.theme
+"
diff --git a/remote/modules/kdm/kdm.conf.ubuntu b/remote/modules/kdm/kdm.conf.ubuntu
new file mode 100644
index 00000000..7119bf6f
--- /dev/null
+++ b/remote/modules/kdm/kdm.conf.ubuntu
@@ -0,0 +1,32 @@
+REQUIRED_INSTALLED_PACKAGES="
+ kdm
+ kde-workspace-kgreet-plugins
+"
+REQUIRED_CONTENT_PACKAGES="
+ kdm
+ kde-workspace-kgreet-plugins
+ libicu48
+ libxcursor1
+ libxrandr2
+ libxfixes3
+ libxinerama1
+ libxi6
+"
+REQUIRED_BINARIES=""
+REQUIRED_DIRECTORIES+="
+ /usr/lib
+ /etc/pam.d
+ /etc/logrotate.d
+ /etc/insserv.conf.d
+ /etc/kde4/kdm
+"
+REQUIRED_FILES=""
+REQUIRED_LIBRARIES=""
+# non-standard vars
+REQUIRED_SYSTEM_FILES+="
+ /usr/share/kde4/apps/kdm/pics/shutdown.png
+ /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
+ /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf
+ /usr/share/icons/default/index.theme
+"
+REQUIRED_LDD_BLACKLIST="\|libQtWebKit\|libGL"