By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1325
Collapse All | Expand All

(-)a/amor/data/CMakeLists.txt (+1 lines)
Lines 19-21 install( FILES blobrc ghostrc eyesrc bonhommerc Link Here
19
  DESTINATION ${DATA_INSTALL_DIR}/amor
19
  DESTINATION ${DATA_INSTALL_DIR}/amor
20
)
20
)
21
21
22
tde_install_symlink( tips-en ${DATA_INSTALL_DIR}/amor/tips )
(-)a/kteatime/CMakeLists.txt (-1 / +1 lines)
Lines 37-43 tde_add_executable( kteatime AUTOMOC Link Here
37
tde_install_icons( kteatime )
37
tde_install_icons( kteatime )
38
38
39
tde_install_icons(
39
tde_install_icons(
40
  DESTINATION ${APPS_DATA_DIR}/kteatime/icons )
40
  DESTINATION ${DATA_INSTALL_DIR}/kteatime/icons )
41
41
42
##### other data ################################
42
##### other data ################################
43
43
(-)a/kweather/CMakeLists.txt (-1 / +5 lines)
Lines 129-135 install( FILES kweather.desktop Link Here
129
  DESTINATION ${DATA_INSTALL_DIR}/kicker/applets
129
  DESTINATION ${DATA_INSTALL_DIR}/kicker/applets
130
)
130
)
131
131
132
install( FILES kweatherservice.desktop
132
install(
133
  FILES
134
    kweatherservice.desktop
135
    kcmweather.desktop
136
    kcmweatherservice.desktop
133
  DESTINATION ${SERVICES_INSTALL_DIR}
137
  DESTINATION ${SERVICES_INSTALL_DIR}
134
)
138
)
135
139

Return to bug 1325