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 1262
Collapse All | Expand All

(-)kdenetwork-trinity-3.5.13.orig/knewsticker/kntsrcfilepropsdlg/CMakeLists.txt (-2 / +2 lines)
Lines 32-42 Link Here
32
  DESTINATION ${SERVICES_INSTALL_DIR} )
32
  DESTINATION ${SERVICES_INSTALL_DIR} )
33
33
34
34
35
##### kntsrcfilepropsdlg (module) ###############
35
##### libkntsrcfilepropsdlg (module) ###############
36
36
37
tde_add_kpart( kntsrcfilepropsdlg AUTOMOC
37
tde_add_kpart( libkntsrcfilepropsdlg AUTOMOC
38
  SOURCES
38
  SOURCES
39
    kntsrcfilepropsdlg.cpp kntsrcfilepropsdlgwidget.ui
39
    kntsrcfilepropsdlg.cpp kntsrcfilepropsdlgwidget.ui
40
  LINK knewstickercommon-static rss-shared
40
  LINK knewstickercommon-static rss-shared
41
  DESTINATION ${PLUGIN_INSTALL_DIR}
41
  DESTINATION ${PLUGIN_INSTALL_DIR}
42
)
42
)
(-)kdenetwork-trinity-3.5.13.orig/kopete/kopete/kconf_update/CMakeLists.txt (-3 / +3 lines)
Lines 39-45 Link Here
39
39
40
##### kopete_account_kconf_update (executable) ##
40
##### kopete_account_kconf_update (executable) ##
41
41
42
tde_add_executable( kopete_account_kconf_update
42
tde_add_executable( "kopete-account-kconf_update"
43
  SOURCES kopete-account-kconf_update.cpp
43
  SOURCES kopete-account-kconf_update.cpp
44
  LINK ${TQT_LIBRARIES}
44
  LINK ${TQT_LIBRARIES}
45
  DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
45
  DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
Lines 48-54 Link Here
48
48
49
##### kopete_pluginloader2_kconf_update (executable)
49
##### kopete_pluginloader2_kconf_update (executable)
50
50
51
tde_add_executable( kopete_pluginloader2_kconf_update
51
tde_add_executable( "kopete-pluginloader2-kconf_update"
52
  SOURCES kopete-pluginloader2.cpp
52
  SOURCES kopete-pluginloader2.cpp
53
  LINK ${TQT_LIBRARIES}
53
  LINK ${TQT_LIBRARIES}
54
  DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
54
  DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
Lines 57-63 Link Here
57
57
58
##### kopete_nameTracking_kconf_update (executable)
58
##### kopete_nameTracking_kconf_update (executable)
59
59
60
tde_add_executable( kopete_nameTracking_kconf_update
60
tde_add_executable( "kopete-nameTracking-kconf_update"
61
  SOURCES kopete-nameTracking.cpp
61
  SOURCES kopete-nameTracking.cpp
62
  LINK kdecore-shared
62
  LINK kdecore-shared
63
  DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
63
  DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
(-)kdenetwork-trinity-3.5.13.orig/kopete/libkopete/avdevice/CMakeLists.txt (-1 / +1 lines)
Lines 40-46 Link Here
40
    videocontrol.cpp videodevice.cpp videodevicemodelpool.cpp
40
    videocontrol.cpp videodevice.cpp videodevicemodelpool.cpp
41
    videodevicepool.cpp videoinput.cpp bayer.cpp
41
    videodevicepool.cpp videoinput.cpp bayer.cpp
42
    sonix_compress.cpp
42
    sonix_compress.cpp
43
  VERSION 1.0.0
43
  VERSION 0.0.0
44
  LINK kdecore-shared
44
  LINK kdecore-shared
45
  DESTINATION ${LIB_INSTALL_DIR}
45
  DESTINATION ${LIB_INSTALL_DIR}
46
)
46
)
(-)kdenetwork-trinity-3.5.13.orig/kopete/libkopete/CMakeLists.txt (-1 / +1 lines)
Lines 49-55 Link Here
49
    kopetetransfermanager.h kopeteuiglobal.h kabcpersistence.h
49
    kopetetransfermanager.h kopeteuiglobal.h kabcpersistence.h
50
    managedconnectionaccount.h kopetenotifydataobject.h
50
    managedconnectionaccount.h kopetenotifydataobject.h
51
    kopeteversion.h kopeteprefs.h kopetepicture.h webcamwidget.h
51
    kopeteversion.h kopeteprefs.h kopetepicture.h webcamwidget.h
52
    kopetepluginmanager.h
52
    kopetepluginmanager.h kopeteblacklister.h
53
  DESTINATION ${INCLUDE_INSTALL_DIR}/kopete )
53
  DESTINATION ${INCLUDE_INSTALL_DIR}/kopete )
54
54
55
55
(-)kdenetwork-trinity-3.5.13.orig/kopete/protocols/jabber/kioslave/CMakeLists.txt (-2 / +2 lines)
Lines 35-42 Link Here
35
tde_add_kpart( kio_jabberdisco AUTOMOC
35
tde_add_kpart( kio_jabberdisco AUTOMOC
36
  SOURCES jabberdisco.cpp
36
  SOURCES jabberdisco.cpp
37
  LINK
37
  LINK
38
    jabberclient-static idn
38
    jabberclient-static
39
    iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static
39
    iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static
40
    qca-static cutestuff_network-static cutestuff_util-static kio-shared
40
    qca-static cutestuff_network-static cutestuff_util-static kio-shared idn
41
  DESTINATION ${PLUGIN_INSTALL_DIR}
41
  DESTINATION ${PLUGIN_INSTALL_DIR}
42
)
42
)
(-)kdenetwork-trinity-3.5.13.orig/kopete/protocols/meanwhile/CMakeLists.txt (-2 / +2 lines)
Lines 35-43 Link Here
35
install( FILES kopete_meanwhile.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
35
install( FILES kopete_meanwhile.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
36
36
37
37
38
##### new_target0 (module) #######################
38
##### kopete_meanwhile (module) #######################
39
39
40
tde_add_kpart( new_target0 AUTOMOC
40
tde_add_kpart( kopete_meanwhile AUTOMOC
41
  SOURCES
41
  SOURCES
42
    meanwhileprotocol.cpp meanwhileaddcontactpage.cpp
42
    meanwhileprotocol.cpp meanwhileaddcontactpage.cpp
43
    meanwhileeditaccountwidget.cpp meanwhileaccount.cpp
43
    meanwhileeditaccountwidget.cpp meanwhileaccount.cpp
(-)kdenetwork-trinity-3.5.13.orig/kopete/protocols/msn/webcam/libmimic/CMakeLists.txt (+1 lines)
Lines 20-23 Link Here
20
  SOURCES
20
  SOURCES
21
    mimic.c encode.c decode.c bitstring.c vlc_common.c vlc_encode.c
21
    mimic.c encode.c decode.c bitstring.c vlc_common.c vlc_encode.c
22
    vlc_decode.c fdct_quant.c idct_dequant.c colorspace.c deblock.c
22
    vlc_decode.c fdct_quant.c idct_dequant.c colorspace.c deblock.c
23
  LINK ${GLIB2_LIBRARIES}
23
)
24
)
(-)kdenetwork-trinity-3.5.13.orig/kppp/Rules/CMakeLists.txt (-1 / +1 lines)
Lines 12-15 Link Here
12
tde_auto_add_subdirectories( )
12
tde_auto_add_subdirectories( )
13
13
14
install( FILES TEMPLATE DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules )
14
install( FILES TEMPLATE DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules )
15
install( PROGRAMS checkrules DESTINATION ${DATA_INSTALL_DIR} )
15
install( PROGRAMS checkrules DESTINATION ${DATA_INSTALL_DIR}/kppp/Rules )
(-)kdenetwork-trinity-3.5.13.orig/wifi/ConfigureChecks.cmake (+2 lines)
Lines 21-27 Link Here
21
21
22
22
23
# check for wireless tools
23
# check for wireless tools
24
tde_save_and_set( CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} "-lm" )
24
check_library_exists( iw iw_get_stats "" HAVE_IW )
25
check_library_exists( iw iw_get_stats "" HAVE_IW )
26
tde_restore( CMAKE_REQUIRED_FLAGS )
25
if( HAVE_IW )
27
if( HAVE_IW )
26
  check_include_file( iwlib.h HAVE_IWLIB_H )
28
  check_include_file( iwlib.h HAVE_IWLIB_H )
27
  # we need at least wireless tools >= 27
29
  # we need at least wireless tools >= 27
(-)kdenetwork-trinity-3.5.13.orig/wifi/kwireless/CMakeLists.txt (-1 / +1 lines)
Lines 33-37 Link Here
33
    kwireless.cpp kwirelesswidget.cpp linuxwirelesswidget.cpp
33
    kwireless.cpp kwirelesswidget.cpp linuxwirelesswidget.cpp
34
    propertytablebase.ui propertytable.cpp
34
    propertytablebase.ui propertytable.cpp
35
  LINK kdeui-shared ${IW_LIBRARY}
35
  LINK kdeui-shared ${IW_LIBRARY}
36
  DESTINATION ${PLUGIN_INSTALL_DIR}
36
  DESTINATION ${LIB_INSTALL_DIR}
37
)
37
)

Return to bug 1262