~cairo-dock-team/ubuntu/precise/cairo-dock-plug-ins/3.0.0.0rc1

« back to all changes in this revision

Viewing changes to Dbus/data/Dbus.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne, Matthieu Baerts (matttbe), Julien Lavergne
  • Date: 2009-10-05 19:27:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091005192717-mvqvb395guktr401
Tags: 2.0.9-0ubuntu1
[ Matthieu Baerts (matttbe) ]
* New upstream release (LP: #435590)
* debian/control: 
 - Remove ${shlibs:Depends} for integration plug-ins to avoid
   pulling shared libraries which are detected automatically.
 - Added curl as depends for cairo-dock-plug-ins
* debian/rules:
 - Add --enable-dnd2share and --enable-musicplayer to enable new applets.
 - Remove --enable-rhythmbox and --enable-nvidia to remove those applets,
   not maintained upstream.
* Update *.install to take all generated applets.

[ Julien Lavergne ]
* Adjust changelog with Daniel Holbach suggestions.
* cairo-dock-plug-ins.changelogs:  Install specific changelog for 2.0.9
* Build-depends on cairo-dock-dev (>= 2.0.9)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#b Let extern applications reboot the dock ?
10
10
enable reboot = true
11
11
 
 
12
#b Let extern applications quit the dock ?
 
13
enable quit = true
 
14
 
12
15
#b Let extern applications show/hide the desklets ?
13
16
enable desklets = true
14
17
 
21
24
#b Let extern applications add launchers into the docks ?
22
25
enable add launcher = true
23
26
 
24
 
#b Let extern applications modify the labels of the icons ?
 
27
#b Let extern applications modify the labels of icons ?
25
28
enable set label = true
26
29
 
27
 
#b Let extern applications modify the quick-infos on the icons ?
 
30
#b Let extern applications modify the quick-infos on icons ?
28
31
enable set quickinfo = true
 
32
 
 
33
#b Let extern applications modify the image of icons ?
 
34
enable set icon = true
 
35
 
 
36
#b Let extern applications animate the icons ?
 
37
enable animate icon = true
 
38
 
 
39
#b Let extern applications register new module ?
 
40
enable new module = true
 
41
 
 
42
modules=
 
 
b'\\ No newline at end of file'