~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to .pc/0013-Enable-sound-menu-extension-by-default.patch/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-01-23 23:16:49 UTC
  • mfrom: (6.3.22 experimental)
  • Revision ID: package-import@ubuntu.com-20120123231649-safm1f8eycltcgsf
Tags: 2.3.4.ds-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and suggest u1ms
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"
* [b617fe0] Convert Ubuntu-specific patches to gbp-pq patches
* Also fixes Launchpad bugs:
  - Fixes race condition while starting (LP: #766303)

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"
 
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>