Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145784607
D10175.id26754.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D10175.id26754.diff
View Options
Index: x11-themes/kde4-windeco-crystal/files/patch-CMakeLists.txt
===================================================================
--- /dev/null
+++ x11-themes/kde4-windeco-crystal/files/patch-CMakeLists.txt
@@ -0,0 +1,14 @@
+CMP0005 Preprocessor definition values are now escaped automatically.
+https://cmake.org/cmake/help/v3.0/policy/CMP0005.html
+
+--- CMakeLists.txt.orig 2017-03-29 06:27:42 UTC
++++ CMakeLists.txt
+@@ -42,7 +42,7 @@ include (KDE4Defaults)
+
+ ########### global ###############
+
+-add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -DHAVE_CONFIG_H=1 -DVERSION=\\"${VERSION}\\")
++add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -DHAVE_CONFIG_H=1 -DVERSION="${VERSION}")
+ include_directories (${KDE4_INCLUDES} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
+
+ include_directories(
Index: x11-themes/kde4-windeco-crystal/files/patch-client_CMakeLists.txt
===================================================================
--- /dev/null
+++ x11-themes/kde4-windeco-crystal/files/patch-client_CMakeLists.txt
@@ -0,0 +1,13 @@
+Use the variables defined by the KDE4 cmake files to link against kdecorations.
+
+--- client/CMakeLists.txt.orig 2017-03-29 06:53:29 UTC
++++ client/CMakeLists.txt
+@@ -77,7 +77,7 @@ set(kwin3_crystal_PART_SRCS
+ )
+
+ kde4_add_plugin(kwin3_crystal ${kwin3_crystal_PART_SRCS})
+-target_link_libraries(kwin3_crystal ${KDE4_KDEUI_LIBS} kdecorations )
++target_link_libraries(kwin3_crystal ${KDE4_KDEUI_LIBS} ${KDE4WORKSPACE_KDECORATIONS_LIBS} )
+
+ install(TARGETS kwin3_crystal DESTINATION ${PLUGIN_INSTALL_DIR} )
+ install( FILES crystal.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
Index: x11-themes/kde4-windeco-crystal/files/patch-client_config_CMakeLists.txt
===================================================================
--- /dev/null
+++ x11-themes/kde4-windeco-crystal/files/patch-client_config_CMakeLists.txt
@@ -0,0 +1,13 @@
+Use the variables defined by the KDE4 cmake files to link against kio and kdeui.
+
+--- client/config/CMakeLists.txt.orig 2017-03-29 06:41:03 UTC
++++ client/config/CMakeLists.txt
+@@ -12,7 +12,7 @@ kde4_add_plugin(kwin_crystal_config ${kwin_crystal_con
+
+
+
+-target_link_libraries(kwin_crystal_config kdeui kio ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY})
++target_link_libraries(kwin_crystal_config ${KDE4_KIO_LIBS} ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY})
+
+ install(TARGETS kwin_crystal_config DESTINATION ${PLUGIN_INSTALL_DIR} )
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 25, 11:16 AM (15 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28987080
Default Alt Text
D10175.id26754.diff (2 KB)
Attached To
Mode
D10175: Fix x11-themes/kde4-windeco-crystal's, deskutils/plasma-applet-daisy and deskutils/plasma-applet-yawp build with newer kdelibs
Attached
Detach File
Event Timeline
Log In to Comment