mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
This is an import of the Plasma5 ports that we have had in the development repository for quite some time now. Please note: * Plasma5 cannot be installed at the same time as KDE SC4. * Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file. * To start plasma5, it is recommended to use something like exec ck-launch-session startkde * Powermanagement and such is not working :-) I would like to thank all the people that have helped test it in the past years. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D15096
19 lines
555 B
Text
19 lines
555 B
Text
--- daemon/backends/CMakeLists.txt.orig 2017-11-07 13:26:00 UTC
|
|
+++ daemon/backends/CMakeLists.txt
|
|
@@ -10,8 +10,6 @@ set(powerdevilupowerbackend_SRCS
|
|
upower/powerdevilupowerbackend.cpp
|
|
upower/xrandrbrightness.cpp
|
|
upower/xrandrxcbhelper.cpp
|
|
- upower/udevqtclient.cpp
|
|
- upower/udevqtdevice.cpp
|
|
upower/ddcutilbrightness.cpp
|
|
)
|
|
|
|
@@ -55,7 +53,6 @@ target_link_libraries(powerdevilupowerba
|
|
KF5::CoreAddons
|
|
KF5::DBusAddons
|
|
KF5::I18n
|
|
- ${UDEV_LIBS}
|
|
${X11_LIBRARIES}
|
|
${X11_Xrandr_LIB}
|
|
${XCB_XCB_LIBRARY}
|