Index: Makefile
===================================================================
--- Makefile (revision 342)
+++ 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