[SVN Commit] branches/plasma5/PORTS/x11/sddm

2017-03-12 Thread Tobias Berner
SVN commit 13764 by tcberner:

Finally add the sddm.rc provided in the mailing list


Submitted by:   Pavest Navi  
Obtained from:  
https://mail.kde.org/pipermail/kde-freebsd/2016-November/024181.html


 M  +1 -0  Makefile  
 M  +49 -6 files/sddm.in  




[SVN Commit] branches/plasma5/PORTS/x11/sddm

2017-03-11 Thread Tobias Berner
SVN commit 13761 by tcberner:

Add missing ecm dependency

 M  +2 -1  Makefile  




[SVN Commit] branches/plasma5/PORTS/x11/sddm

2017-02-25 Thread Tobias Berner
SVN commit 13684 by tcberner:

Now actually update sddm to 0.14.0 :)

 M  +1 -1  Makefile  
 M  +3 -3  distinfo  
 M  +2 -2  files/patch-CMakeLists.txt  
 M  +6 -6  files/patch-src_common_Configuration.h  
 M  +3 -3  files/patch-src_daemon_CMakeLists.txt  
 M  +16 -6 files/patch-src_daemon_Display.cpp  
 M  +3 -0  pkg-plist  




[SVN Commit] branches/plasma5/PORTS/x11/sddm

2017-02-25 Thread Tobias Berner
SVN commit 13683 by tcberner:

Update sddm to 0.14.0

 M  +4 -4  Makefile  
 M  +3 -3  distinfo  




[kde-freebsd] [SVN Commit] branches/plasma5/PORTS/x11/sddm

2016-07-26 Thread Tobias Berner
SVN commit 12891 by tcberner:

Do not set the USER/GROUP in the Makefile, as we cannot modify UIDs/GIDs using
kdemerge. Instead give out a pkg-message warning, to add the user.



 M  +2 -4  Makefile  
 AMpkg-message  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/PORTS/x11/sddm

2016-07-16 Thread Tobias Berner
SVN commit 12849 by tcberner:

Mark x11/sddm ignored, as it requires manual user/group add at the moment

 M  +2 -0  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/PORTS/x11/sddm

2016-07-16 Thread Tobias Berner
SVN commit 12848 by tcberner:

Correct path of the xinitrc.d directory of xorg in the sddm startup. 
Further wire in the value ${STARTUP} that is filled by those in to 
the Xsession startup of sddm.



 M  +7 -0  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/PORTS/x11/sddm

2016-07-10 Thread Tobias Berner
SVN commit 12805 by tcberner:

Make x11/ssdm a bit more working :D

Status: Starting sddm as root gives me a nice greeter window, and I can login 
as user to my nice plasma5 desktop. \o/ 


Todo: * the sddm-rc file is not finsihed (files/sddm.in).
  * Make sure the passed-read code is not horribly broken.
  * The default configuration overrides $PATH. Check what should go in 
there...


As the pam code does not work (and needs someone who knows pam to fix) switch to
the passwd-based backend for login. For this, add passwd-read code for FreeBSD. 
This should be looked at...





 M  +9 -11 Makefile  
 M  +3 -2  distinfo  
 AMfiles/patch-CMakeLists.txt  
 D files/patch-sddm  
 D files/patch-services_sddm-autologin.pam  
 D files/patch-services_sddm-greeter.pam  
 D files/patch-services_sddm.pam  
 AMfiles/patch-src_common_Configuration.h  
 AMfiles/patch-src_daemon_CMakeLists.txt  
 AMfiles/patch-src_daemon_Display.cpp  
 AMfiles/patch-src_greeter_UserModel.cpp  
 AMfiles/patch-src_helper_UserSession.cpp  
 AMfiles/patch-src_helper_backend_PasswdBackend.cpp  
 D files/sddm-greeter.pam.in  
 M  +1 -0  files/sddm.in  
 M  +3 -21 pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information