head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.12.30.04.00.09; author gutteridge; state Exp; branches; next ; commitid b48VDjz0YiLMUnoG; desc @@ 1.1 log @x11/sddm: add new package, version 0.21.0 Packaged in wip by Stepan Ipatov. (Review and minor changes by me.) SDDM is a modern display manager for X11 and Wayland aiming to be fast, simple and beautiful. It uses modern technologies like QtQuick, which in turn gives the designer the ability to create smooth, animated user interfaces. SDDM is extremely themeable. We put no restrictions on the user interface design, it is completely up to the designer. We simply provide a few callbacks to the user interface which can be used for authentication, suspend, etc. @ text @$NetBSD$ Add -lutil flag for NetBSD builds --- src/helper/CMakeLists.txt.orig 2024-02-26 10:23:03.000000000 +0000 +++ src/helper/CMakeLists.txt @@@@ -35,7 +35,7 @@@@ target_link_libraries(sddm-helper Qt${QT_MAJOR_VERSION}::DBus Qt${QT_MAJOR_VERSION}::Qml ${LIBXAU_LINK_LIBRARIES}) -if("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD") +if("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD" OR "${CMAKE_SYSTEM_NAME}" STREQUAL "NetBSD") # On FreeBSD (possibly other BSDs as well), we want to use # setusercontext() to set up the login configuration from login.conf find_library(_have_libutil util) @