~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to .pc/upstream_git/0014-Coding-style-issues-in-cmake.patch/kded/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2014-04-09 11:38:49 UTC
  • Revision ID: package-import@ubuntu.com-20140409113849-e82p5u55t7ux1jrv
Tags: 2.1.70-0ubuntu4
* Import more upstream commits (no. 14-23) improving l10n and notifications
  LP: #1295423
* Update muon-notifier.install for revised notifier (missed in previous
  uploads).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(muon-notifier_SRCS
 
2
    MuonNotifier.cpp
 
3
    event.cpp
 
4
    configwatcher.cpp
 
5
    distupgradeevent/distupgradeevent.cpp
 
6
    UpdateEvent/UpdateEvent.cpp
 
7
)
 
8
 
 
9
QT4_ADD_DBUS_ADAPTOR(muon-notifier_SRCS org.kubuntu.MuonNotifier.xml
 
10
                     configwatcher.h ConfigWatcher)
 
11
 
 
12
kde4_add_plugin(kded_muon-notifier ${muon-notifier_SRCS})
 
13
 
 
14
target_link_libraries(kded_muon-notifier ${KDE4_KIO_LIBS})
 
15
 
 
16
install(TARGETS kded_muon-notifier DESTINATION ${PLUGIN_INSTALL_DIR})
 
17
 
 
18
install(FILES muon-notifier.notifyrc DESTINATION ${DATA_INSTALL_DIR}/muon-notifier)
 
19
install(FILES muon-notifier.desktop  DESTINATION  ${SERVICES_INSTALL_DIR}/kded)
 
20
install(FILES distupgradeevent/releasechecker DESTINATION ${DATA_INSTALL_DIR}/muon-notifier)