~ubuntu-branches/ubuntu/saucy/plasma-mobile/saucy

« back to all changes in this revision

Viewing changes to applets/locationchooser/package/icons/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-09-17 14:08:58 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130917140858-wv7n3z6t95iy1fs9
Tags: 1:0.5-0ubuntu1
* New upstream release LP: #1227602
* Use epoch to sync with upstream version number
* Build-dep on libxcursor-dev
* Add kubuntu_no_contourd.diff to disable contourd from building,
  does not compile with 4.11 and not used by default
* Depend on renamed package ksplash-theme-active
* Add kubuntu_no_dirmodel.diff to prevert compile of dirmodel,
  included in kde-runtime 4.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
find_package(KDE4 REQUIRED)
2
 
include(KDE4Defaults)
3
 
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
4
 
kde4_install_icons( ${ICON_INSTALL_DIR} )
5
 
 
6
 
install( FILES location.svgz location-changed.svgz location-unknown.svgz
7
 
    DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/icons/ )
8