head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2020.06.01.12.39.14; author pin; state dead; branches; next 1.1; commitid cgBI5EKrENxViwaC; 1.1 date 2020.04.25.17.37.47; author gutteridge; state Exp; branches; next ; commitid LECatXAspBTd9N5C; desc @@ 1.2 log @x11/lxqt-admin: update to 0.15.0 lxqt-admin-0.15.0 / 2020-04-23 ============================== * Bumped version to 0.15.0. * Removed (duplicated) string casts definitions. * Avoid `==` shell test usage. * Allow build admin-user on NBSD. * Use QString Use multi-arg. * Replace deprecated QLatin1Literal. * Use the static QFileInfo method `exists()`. * Avoided C++11 possible range-loop Qt container detach. @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2020/04/25 17:37:47 gutteridge Exp $ Allow building on NetBSD lxqt-admin-time depends on systemd --- CMakeLists.txt.orig 2019-02-25 22:10:39.000000000 +0000 +++ CMakeLists.txt @@@@ -38,8 +38,8 @@@@ include(LXQtCompilerSettings NO_POLICY_S include(LXQtTranslate) if(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD" OR ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") - message(WARNING "${CMAKE_SYSTEM_NAME} is not supported by lxqt-admin-user") message(WARNING "${CMAKE_SYSTEM_NAME} is not supported by lxqt-admin-time") + add_subdirectory(lxqt-admin-user) else() add_subdirectory(lxqt-admin-user) add_subdirectory(lxqt-admin-time) @ 1.1 log @lxqt-admin: add new package, version 0.14.1 This is the admin panel for the LXQt desktop. (Packaged in wip by pin@@, final review by myself.) @ text @d1 1 a1 1 $NetBSD$ @