~unity-2d-team/unity-2d/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Tarmac
  • Author(s): Florian Boucault
  • Date: 2011-03-23 17:31:31 UTC
  • mfrom: (476.2.8 startup_notification)
  • Revision ID: ubuntu.builder@gmail.com-20110323173131-zecdrbzmdb60c6la
[launcher] Added support for startup notification protocol.

Launcher now depends on libstartup-notification.
  
New APIs:
- LauncherApplication::executable QString property
- LauncherApplication::setSnStartupSequence(SnStartupSequence* sequence)
  
LauncherApplication::launching is updated depending on the startup notification sequence set to the LauncherApplication.
LauncherApplications created for startup notification are matched with their corresponding BamfApplication based on their executable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
               cmake, bzr, libqt4-dev,
8
8
               libglib2.0-dev, libwnck-dev,
9
9
               libqtgconf-dev, libqtbamf-dev, libqtdee-dev, libdbusmenu-qt-dev,
10
 
               libx11-dev, libindicator-dev, libgtk2.0-dev, libutouch-geis-dev
 
10
               libx11-dev, libindicator-dev, libgtk2.0-dev, libutouch-geis-dev,
 
11
               libstartup-notification0-dev
11
12
Standards-Version: 3.9.1
12
13
Vcs-Bzr: http://bazaar.launchpad.net/~unity-2d-team/unity-2d/trunk
13
14