[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Fri Oct 24 14:06:19 CEST 2014
commit 31bec50a19fa7ddb0c95346e0b7fa150be7c963d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 24 Oct 2014 15:06:08 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/31bec50a19fa7ddb0c95346e0b7fa150be7c963d
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
x11-utils/lightdm/DETAILS | +3/-3
x11-utils/lightdm/systemd.d/lightdm.service | +14/-0
2 files changed, 17 insertions(+), 3 deletions(-)
--- a/x11-utils/lightdm/DETAILS
+++ b/x11-utils/lightdm/DETAILS
@@ -1,15 +1,15 @@
MODULE=lightdm
- VERSION=1.10.1
+ VERSION=1.10.3
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE2=$MODULE-1.5.0-pam.patch
SOURCE_URL=https://launchpad.net/lightdm/${VERSION%.*}/${VERSION}/+download/
SOURCE2_URL=$PATCH_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:b473b58dd44d10e56d6af957b8d4c7b89b22532d
+ SOURCE_VFY=sha1:564b1fbfae478ff4d371e8fbab65dbf6a5658775
SOURCE2_VFY=sha1:5fd2c5a6576eae23f14c695378edde401048f909
WEB_SITE=http://www.freedesktop.org/wiki/Software/LightDM
ENTERED=20121231
- UPDATED=20140521
+ UPDATED=20141024
SHORT="light, fast, extensible and multi-desktop display manager"
cat <<EOF
--- /dev/null
+++ b/x11-utils/lightdm/systemd.d/lightdm.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Light Display Manager
+Documentation=man:lightdm(1)
+Conflicts=getty at tty1.service
+After=systemd-user-sessions.service getty at tty1.service plymouth-quit.service
+
+[Service]
+ExecStart=/usr/sbin/lightdm
+Restart=always
+IgnoreSIGPIPE=no
+BusName=org.freedesktop.DisplayManager
+
+[Install]
+Alias=display-manager.service
More information about the Lunar-commits
mailing list