FreeBSD Bugzilla – Attachment 113581 Details for
Bug 155152
[PATCH] x11-wm/awesome: fix building error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-CMakeLists.txt
patch-CMakeLists.txt (text/plain), 1.22 KB, created by
Clockwork Box
on 2011-03-01 13:00:20 UTC
(
hide
)
Description:
patch-CMakeLists.txt
Filename:
MIME Type:
Creator:
Clockwork Box
Created:
2011-03-01 13:00:20 UTC
Size:
1.22 KB
patch
obsolete
>--- CMakeLists.txt.orig 2011-01-17 19:38:13.000000000 +0800 >+++ CMakeLists.txt 2011-03-01 19:52:50.000000000 +0800 >@@ -274,14 +274,15 @@ > > # {{{ Theme icons > file(GLOB icon_sources RELATIVE ${SOURCE_DIR} ${SOURCE_DIR}/themes/*/titlebar/*.png) >-set(ALL_ICONS ${icon_sources}) > > foreach(icon ${icon_sources}) > # Copy all icons to the build dir to simplify the following code. > # Source paths are interpreted relative to ${SOURCE_DIR}, target paths > # relative to ${BUILD_DIR}. > get_filename_component(icon_path ${icon} PATH) >+ get_filename_component(icon_name ${icon} NAME) > file(COPY ${icon} DESTINATION ${icon_path}) >+ set(ALL_ICONS ${ALL_ICONS} "${icon_path}/${icon_name}") > endforeach() > > macro(a_icon_convert match replacement input) >@@ -343,7 +344,9 @@ > PATTERN "*.in" EXCLUDE) > install(DIRECTORY ${SOURCE_DIR}/themes DESTINATION ${AWESOME_DATA_PATH} > PATTERN "*.in" EXCLUDE) >-install(FILES ${AWE_DOC_FILES} DESTINATION ${AWESOME_DOC_PATH}) >+if(INSTALL_PORTDOCS) >+ install(FILES ${AWE_DOC_FILES} DESTINATION ${AWESOME_DOC_PATH}) >+endif() > install(FILES "awesome.desktop" DESTINATION ${AWESOME_XSESSION_PATH}) > if(GENERATE_LUADOC) > install(DIRECTORY ${BUILD_DIR}/luadoc DESTINATION ${AWESOME_DOC_PATH})
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 155152
: 113581