summaryrefslogtreecommitdiffstats
path: root/system/lxdm
diff options
context:
space:
mode:
author Matteo Bernardini2017-08-07 13:39:33 +0200
committer Willy Sudiarto Raharjo2017-08-12 01:58:42 +0200
commitd0e345a9be8a27fa94a35fa2bbd16ba30444bd63 (patch)
tree8ac5f514c7622b0ae1911debbabc74fdcf9e71f9 /system/lxdm
parent658f7cb58b80ff656bcf2aed92e887e37f4edb26 (diff)
downloadslackbuilds-d0e345a9be8a27fa94a35fa2bbd16ba30444bd63.tar.gz
system/lxdm: Updated for version 20170805_e3e7517.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxdm')
-rw-r--r--system/lxdm/lxdm.SlackBuild5
-rw-r--r--system/lxdm/lxdm.info6
-rw-r--r--system/lxdm/patches/honor_zap.patch28
3 files changed, 4 insertions, 35 deletions
diff --git a/system/lxdm/lxdm.SlackBuild b/system/lxdm/lxdm.SlackBuild
index a3bc14fe9b..5d4e92df1b 100644
--- a/system/lxdm/lxdm.SlackBuild
+++ b/system/lxdm/lxdm.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lxdm
-VERSION=${VERSION:-0.5.3}
+VERSION=${VERSION:-20170805_e3e7517}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
@@ -91,9 +91,6 @@ patch -p1 < $CWD/patches/remove_suse_from_Xsession.diff
# to maintain ; let's hope I don't eat those words. --rworkman
patch -p1 < $CWD/patches/lxdm-set_DESKTOP_SESSION_in_env.diff
-# From upstream
-patch -p1 < $CWD/patches/honor_zap.patch
-
sh autogen.sh || true
CFLAGS="$SLKCFLAGS" \
diff --git a/system/lxdm/lxdm.info b/system/lxdm/lxdm.info
index 383e3d27ca..d44a6947c9 100644
--- a/system/lxdm/lxdm.info
+++ b/system/lxdm/lxdm.info
@@ -1,8 +1,8 @@
PRGNAM="lxdm"
-VERSION="0.5.3"
+VERSION="20170805_e3e7517"
HOMEPAGE="http://lxde.org/"
-DOWNLOAD="http://downloads.sf.net/lxdm/lxdm-0.5.3.tar.xz"
-MD5SUM="061caae432634e6db38bbdc84bc6ffa0"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxdm-20170805_e3e7517.tar.xz"
+MD5SUM="80865c1a8fbdcbc5e9cfbf96e7f3a956"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/lxdm/patches/honor_zap.patch b/system/lxdm/patches/honor_zap.patch
deleted file mode 100644
index f90c47a477..0000000000
--- a/system/lxdm/patches/honor_zap.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From fe121ce70ad5e99bd3b3b896dfcbe439dd22716c Mon Sep 17 00:00:00 2001
-From: dgod <dgod.osa@gmail.com>
-Date: Sun, 21 Feb 2016 11:45:35 +0800
-Subject: [PATCH] fix not honor ctl+alt+backspacer for restarting
-
----
- src/lxdm.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/lxdm.c b/src/lxdm.c
-index d81b587..e00d219 100644
---- a/src/lxdm.c
-+++ b/src/lxdm.c
-@@ -962,6 +962,11 @@ static void on_xserver_stop(void *data,int pid, int status)
- s->dpy=NULL;
- ui_drop();
- lxdm_startx(s);
-+ #ifndef DISABLE_XAUTH
-+ char temp[256];
-+ sprintf(temp,"/var/run/lxdm/lxdm-:%d.auth",s->display);
-+ setenv("XAUTHORITY",temp,1);
-+ #endif
- ui_prepare();
- lxsession_set_active(s);
- }
---
-2.1.4
-