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

(-)a/CMakeLists.txt (+5 lines)
Lines 956-961 install( FILES Link Here
956
956
957
##### pkg-config #################################
957
##### pkg-config #################################
958
958
959
execute_process(
960
  COMMAND awk "/^#define TDE_VERSION_MAJOR/,/^#define TDE_VERSION_RELEASE/{ v[++i]=$3 }; END { print v[1]\".\"v[2]\".\"v[3] };"
961
  INPUT_FILE ${CMAKE_SOURCE_DIR}/tdecore/tdeversion.h
962
  OUTPUT_VARIABLE TDE_RELEASE_NUM
963
  OUTPUT_STRIP_TRAILING_WHITESPACE )
959
configure_file( tdelibs.pc.cmake tdelibs.pc @ONLY )
964
configure_file( tdelibs.pc.cmake tdelibs.pc @ONLY )
960
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/tdelibs.pc DESTINATION ${PKGCONFIG_INSTALL_DIR} )
965
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/tdelibs.pc DESTINATION ${PKGCONFIG_INSTALL_DIR} )
961
966
(-)a/tdelibs.pc.cmake (+1 lines)
Lines 4-7 libdir=@LIB_INSTALL_DIR@ Link Here
4
includedir=@INCLUDE_INSTALL_DIR@
4
includedir=@INCLUDE_INSTALL_DIR@
5
5
6
Name: TDELibs
6
Name: TDELibs
7
Version: @TDE_RELEASE_NUM@
7
Description: Core libraries for Trinity
8
Description: Core libraries for Trinity

Return to bug 1560