Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
Index: radix-1.9/X11/app/lightdm/1.32.0/Makefile
===================================================================
--- radix-1.9/X11/app/lightdm/1.32.0/Makefile	(revision 342)
+++ radix-1.9/X11/app/lightdm/1.32.0/Makefile	(revision 343)
@@ -205,6 +205,11 @@
 	@mv $(LIGHTDM_PKG)/etc/lightdm/keys.conf{,.new}
 	@mv $(LIGHTDM_PKG)/etc/lightdm/lightdm.conf{,.new}
 	@mv $(LIGHTDM_PKG)/etc/lightdm/users.conf{,.new}
+	@( cd $(LIGHTDM_PKG)/etc/pam.d ; \
+	   for file in lightdm{,-greeter,-autologin} ; do \
+	     sed -i '/pam_systemd/d' $${file} ; \
+	   done ; \
+	 )
 	# ======= Install Documentation =======
 	@if [ -d $(LIGHTDM_PKG)/usr/share/man ]; then \
 	  ( cd $(LIGHTDM_PKG)/usr/share/man ; \
Index: radix-1.9/X11/app/lightdm-gtk-greeter/2.0.8/Makefile
===================================================================
--- radix-1.9/X11/app/lightdm-gtk-greeter/2.0.8/Makefile	(revision 342)
+++ radix-1.9/X11/app/lightdm-gtk-greeter/2.0.8/Makefile	(revision 343)
@@ -62,7 +62,6 @@
 SOURCE_REQUIRES   += sources/packages/x/themes/GTK
 
 REQUIRES           = X11/app/lightdm/1.32.0
-REQUIRES          += X11/libs/appindicator/0.5.93
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -142,8 +141,10 @@
 extra_configure_switches += --libexecdir=/usr/lib/lightdm
 extra_configure_switches += --with-libxklavier
 extra_configure_switches += --enable-kill-on-sigterm
-extra_configure_switches += --enable-libindicator=yes
 
+extra_configure_switches += --enable-libindicator=no
+extra_configure_switches += --enable-indicator-services-command=no
+
 extra_configure_switches += --enable-introspection=yes
 
 extra_configure_switches += --disable-libido
@@ -209,7 +210,7 @@
 	# ======= Edit lightdm-gtk-greeter.conf file =======
 	@sed -i 's,^#\(background\).*,\1=/usr/share/backgrounds/radix/background-2560x1600.jpeg,' \
 	     $(LIGHTDM_PKG)/etc/lightdm/lightdm-gtk-greeter.conf
-	@sed -i 's,^#\(user-background\).*,\1=/usr/share/backgrounds/radix/background-2560x1600.jpeg,' \
+	@sed -i 's,^#\(user-background\).*,\1=true,' \
 	     $(LIGHTDM_PKG)/etc/lightdm/lightdm-gtk-greeter.conf
 	@sed -i 's,^#\(theme-name\).*,\1=Silvery-GTK,'         $(LIGHTDM_PKG)/etc/lightdm/lightdm-gtk-greeter.conf
 	@sed -i 's,^#\(clock-format\).*,\1=%H:%M:%S,'          $(LIGHTDM_PKG)/etc/lightdm/lightdm-gtk-greeter.conf