summaryrefslogtreecommitdiff
path: root/community/lxdm/lxdm-0.4.1-modern-systems.patch
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-13 10:43:29 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-13 10:43:29 +0200
commit435c057e31699c734b0aabb46c2d9a4f647f1367 (patch)
treeef2aff16463c36475e3e39c59f27a4c4fa94303c /community/lxdm/lxdm-0.4.1-modern-systems.patch
parent4e93709c6f760c133cf59fe25e8a3b81e6326d0f (diff)
parent66cb4a487ad73063c6b000279a5d5558fb7603f5 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/espeakup/PKGBUILD community/lxnm/PKGBUILD community/notmuch/PKGBUILD community/pidgin-lwqq/PKGBUILD community/python2-numexpr/PKGBUILD core/systemd/PKGBUILD extra/evolution-data-server/PKGBUILD extra/fakechroot/PKGBUILD extra/fsarchiver/PKGBUILD extra/gifsicle/PKGBUILD extra/i8kutils/PKGBUILD extra/msmtp/PKGBUILD extra/xfce4-power-manager/PKGBUILD
Diffstat (limited to 'community/lxdm/lxdm-0.4.1-modern-systems.patch')
-rw-r--r--community/lxdm/lxdm-0.4.1-modern-systems.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/community/lxdm/lxdm-0.4.1-modern-systems.patch b/community/lxdm/lxdm-0.4.1-modern-systems.patch
new file mode 100644
index 000000000..a703a386d
--- /dev/null
+++ b/community/lxdm/lxdm-0.4.1-modern-systems.patch
@@ -0,0 +1,26 @@
+--- data/lxdm.orig 2010-01-24 16:58:42.262866825 -0200
++++ data/lxdm 2010-01-19 11:56:34.308668692 -0200
+@@ -1,21 +1,13 @@
+ #!/bin/sh
+
+-[ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
+-
+-if [ -z "$LANG" -a -e /etc/sysconfig/language ]; then
+- . /etc/sysconfig/language
+- if [ -n "$RC_LANG"]; then
+- LANG=$RC_LANG
+- fi
++if [ -r /etc/profile.d/locale.sh ]; then
++ . /etc/profile.d/locale.sh
+ fi
+
+ if [ -n "$LANG" ]; then
+ export LANG
+ fi
+
+-[ -f /etc/sysconfig/desktop ] && . /etc/sysconfig/desktop
+-[ -f /etc/sysconfig/windowmanager ] && . /etc/sysconfig/windowmanager
+-
+ if [ -n "$DEFAULT_WM" ]; then
+ PREFERRED=$DEFAULT_WM
+ fi