~ubuntu-branches/ubuntu/saucy/kwin-style-crystal/saucy-proposed

« back to all changes in this revision

Viewing changes to client/config/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Pino Toscano
  • Date: 2009-04-13 16:10:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090413161020-sfv3it91oo26artc
Tags: 2.0.3-1
* New upstream release, aimed for KDE 4. (Closes: #522569)
  - Update dependencies to KDE 4.
  - Switch rules to pkg-kde-tools + CDBS.
* Set the kde-extras team as maintainer, putting Hai Zaar and myself as
  uploaders.
* Update copyright, adopt the DEP 5 (r48).
* Bump compat to 7.
* Bump Standards-Version to 3.8.1, no changes required.
* Remove dirs file, unneeded.
* Add Homepage field in control.
* Remove old conflict with 'crystal' package, not even present in Etch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
 
 
4
########### next target ###############
 
5
 
 
6
set(kwin_crystal_config_PART_SRCS crystalconfig.cpp )
 
7
 
 
8
 
 
9
kde4_add_ui_files(kwin_crystal_config_PART_SRCS configdialog.ui infodialog.ui)
 
10
qt4_add_resources(kwin_crystal_config_PART_SRCS configdialog.qrc)
 
11
kde4_add_plugin(kwin_crystal_config ${kwin_crystal_config_PART_SRCS})
 
12
 
 
13
 
 
14
 
 
15
target_link_libraries(kwin_crystal_config  kdeui kio ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY})
 
16
 
 
17
install(TARGETS kwin_crystal_config  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
18