~kelemeng/banshee/bug743928

« back to all changes in this revision

Viewing changes to .pc/0001-Add-support-for-u1ms-links.patch/src/Extensions/Banshee.UbuntuOneMusicStore/Banshee.UbuntuOneMusicStore.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-03-11 01:05:18 UTC
  • mfrom: (1.14.3 upstream) (6.4.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110311010518-7j68jrnl3m4og597
Tags: 1.9.5-1ubuntu1
* Merge from Debian Unstable, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications

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.UbuntuOneMusicStore"
4
 
    version="1.0"
5
 
    compatVersion="1.0"
6
 
    copyright="Copyright 2010 Jo Shields. Licensed under the MIT X11 license."
7
 
    name="Ubuntu One Music Store"
8
 
    category="Online Sources"
9
 
    description="This extension grants access to the Ubuntu One Music Store, powered by 7digital."
10
 
    author="Jo Shields"
11
 
    url="http://one.ubuntu.com/"
12
 
    defaultEnabled="false">
13
 
 
14
 
  <Dependencies>
15
 
    <Addin id="Banshee.Services" version="1.0"/>
16
 
    <Addin id="Banshee.ThickClient" version="1.0"/>
17
 
  </Dependencies>
18
 
 
19
 
  <Extension path="/Banshee/SourceManager/Source">
20
 
    <Source class="Banshee.UbuntuOneMusicStore.UbuntuOneMusicStoreSource"/>
21
 
  </Extension>
22
 
 
23
 
</Addin>