[arch-commits] Commit in lxdm/trunk (PKGBUILD git-fixes.patch)

Balló György bgyorgy at archlinux.org
Tue Feb 21 04:25:37 UTC 2017


    Date: Tuesday, February 21, 2017 @ 04:25:36
  Author: bgyorgy
Revision: 213240

upgpkg: lxdm 0.5.3-4

Apply some fixes from git

Modified:
  lxdm/trunk/PKGBUILD
  lxdm/trunk/git-fixes.patch

-----------------+
 PKGBUILD        |   12 ++++++------
 git-fixes.patch |   28 +++++++++++++++++++++++++---
 2 files changed, 31 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-21 03:56:12 UTC (rev 213239)
+++ PKGBUILD	2017-02-21 04:25:36 UTC (rev 213240)
@@ -7,7 +7,7 @@
 pkgbase=lxdm
 pkgname=(lxdm lxdm-gtk3)
 pkgver=0.5.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url="http://lxde.org/"
@@ -25,11 +25,11 @@
         default-config.patch
         lxdm.pam
         Xsession)
-md5sums=('061caae432634e6db38bbdc84bc6ffa0'
-         '007fc1b0ea74500ffb0817a2fa2c76e8'
-         'fb2fb99acb11b6dfdb8d5fd72605b8da'
-         'c941ef896248bc7c03901b513490425c'
-         '6ff73570368501a06ee7badc8e415d0a')
+sha256sums=('4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f'
+            'ca3b225fb85a4e87ebb48e2b1a20f4bab86bf619a9ad927f08fdc819bc435bb4'
+            'ea5fbe021b98ec58de8f2ba9a3575f748024bad2a9b911179a44bf94577f869b'
+            'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
+            'a02f547e1c36f1c7dd2a1f942b620fe76445d561f7835e7fef434aa4c12c6967')
 
 prepare(){
   cd $pkgbase-$pkgver

Modified: git-fixes.patch
===================================================================
--- git-fixes.patch	2017-02-21 03:56:12 UTC (rev 213239)
+++ git-fixes.patch	2017-02-21 04:25:36 UTC (rev 213240)
@@ -1,3 +1,15 @@
+diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css
+index 179f0d6..f8e6432 100644
+--- a/data/themes/Industrial/gtk.css
++++ b/data/themes/Industrial/gtk.css
+@@ -17,6 +17,7 @@
+ 	color: #000000;
+ }
+ 
++#bottom_pane label,
+ #bottom_pane GtkLabel {
+ 	font: Sans 12;
+ 	color: #9E9D9B;
 diff --git a/src/greeter-gdk.c b/src/greeter-gdk.c
 index 1abbefa..ad3267a 100644
 --- a/src/greeter-gdk.c
@@ -39,10 +51,20 @@
  	}
  	else
 diff --git a/src/lxdm.c b/src/lxdm.c
-index a37f051..e00d219 100644
+index a37f051..722936f 100644
 --- a/src/lxdm.c
 +++ b/src/lxdm.c
-@@ -750,7 +750,13 @@ static char ** create_client_auth(struct passwd *pw,char **env)
+@@ -488,6 +490,9 @@ static char *lxsession_xserver_command(LXSession *s)
+ 	{
+ 		arg[arc++] = g_strdup("-nolisten");
+ 		arg[arc++] = g_strdup("tcp");
++	} else {
++		arg[arc++] = g_strdup("-listen");
++		arg[arc++] = g_strdup("tcp");
+ 	}
+ 	if(!novtswitch)
+ 	{
+@@ -750,7 +755,13 @@ static char ** create_client_auth(struct passwd *pw,char **env)
  	if(xauth_write_file(authfile,s->display,s->mcookie)==-1)
  	{
  		g_free(authfile);
@@ -57,7 +79,7 @@
  		remove(authfile);
  		xauth_write_file(authfile,s->display,s->mcookie);
  	}
-@@ -956,6 +962,11 @@ static void on_xserver_stop(void *data,int pid, int status)
+@@ -956,6 +967,11 @@ static void on_xserver_stop(void *data,int pid, int status)
  		s->dpy=NULL;
  		ui_drop();
  		lxdm_startx(s);



More information about the arch-commits mailing list