~ubuntu-branches/ubuntu/lucid/kdebase-runtime/lucid

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi, Alessandro Ghersi, Achim Bohnet
  • Date: 2010-02-27 01:30:54 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20100227013054-ps8ilj52porzmut5
Tags: 4:4.4.1-0ubuntu1
[ Alessandro Ghersi ]
* New upstream release
  - Bump build-depends
  - Update kdebase-runtime-data.install

[ Achim Bohnet ]
* add patch: kubuntu_88_nepomuksearch_uds-url.diff: fixes
  URLs handed over to programs when clicking on files returned
  from a nepomuksearch. Now file:///... instead of
  nepomuksearch:SearchThis/weird-cryptic-string is used. See:
  also http://reviewboard.kde.org/r/3069/
  Closes LP: #529021

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
5
5
 
6
6
#search packages used by KDE
7
 
set(KDE_MIN_VERSION "4.4.0")  # for the < 4.2 macro
8
 
find_package(KDE4 4.4.0 REQUIRED)
 
7
set(KDE_MIN_VERSION "4.4.1")  # for the < 4.2 macro
 
8
find_package(KDE4 4.4.1 REQUIRED)
9
9
find_package(Strigi REQUIRED)
10
10
# I don't see any package requiring it. please explain why this dependency
11
11
# is necessary (dirk)