~kelemeng/banshee/bug743928

« back to all changes in this revision

Viewing changes to .pc/07_enable-soundmenu-by-default.patch/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin, f1bb0cf
  • Date: 2010-12-27 10:59:06 UTC
  • Revision ID: james.westby@ubuntu.com-20101227105906-jxutcdqtkw1wsb3j
Tags: 1.9.1-1ubuntu2
[f1bb0cf] Enable SoundMenu by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Addin
 
3
    id="Banshee.SoundMenu"
 
4
    version="1.0"
 
5
    compatVersion="1.0"
 
6
    copyright="Copyright 2010 Bertrand Lorentz. Licensed under the MIT X11 license."
 
7
    name="Sound Menu integration for Banshee"
 
8
    category="Utilities"
 
9
    description="Control Banshee from the Sound Menu."
 
10
    author="Bertrand Lorentz"
 
11
    url="http://banshee-project.org/"
 
12
    defaultEnabled="false">
 
13
 
 
14
  <Dependencies>
 
15
    <Addin id="Banshee.Services" version="1.0"/>
 
16
    <Addin id="Banshee.ThickClient" version="1.0"/>
 
17
    <Addin id="Banshee.Mpris" version="1.0"/>
 
18
  </Dependencies>
 
19
 
 
20
  <Extension path="/Banshee/ServiceManager/Service">
 
21
    <Service class="Banshee.SoundMenu.SoundMenuService"/>
 
22
  </Extension>
 
23
 
 
24
</Addin>