~ubuntu-branches/ubuntu/jaunty/gnome-do-plugins/jaunty-proposed

« back to all changes in this revision

Viewing changes to GNOME-Session/src/GNOME-Session.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers, Christopher James Halse Rogers, Iain Lane
  • Date: 2009-02-05 16:58:51 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205165851-bku2c9rmrny93b31
Tags: 0.8.0.2+dfsg-1~ubuntu1
[ Christopher James Halse Rogers ]
* New upstream version
* debian/control:
  + gnome-sharp2 transition (LP: #314516)
  + Add banshee build-dep
  + Drop monodevelop build-dep; upstream uses mautil rather than mdtool now
  + Bump required gnome-do version in Build-Dep & Depends.
  + Suggest Banshee
* debian/copyright:
  + Refresh for new upstream version; new plugins added.
* debian/rules:
  + Rework clean target to simply delete files generated by autoreconf,
    rather than trying to preserve them.
  + Remove XDG_CONFIG_DIR hack needed for mdtool
* debian/patches/01_firefox_iceweasel_rename:
  + Refresh for new upsteam changes.
  + Extend to also make the Firefox bookmark plugin index iceweasel bookmarks

[ Iain Lane ]
* Tag pkg-cli-apps SVN revision into Jaunty, to get in before Feature
  Freeze. Should be a sync after the next Debian upload.
* debian/control: Add ${misc:Depends} build-dep 
* debian/rules: Do not fail if configure is missing (e.g. clean twice in a
  row) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin
2
 
        id="GNOMESession"
3
 
        namespace= "Do"
4
 
        version="1.1"
5
 
        name="GNOME Session Management"
6
 
        description="Log out, lock your screen, shutdown, hibernate, etc."
7
 
        author="David Siegel"
8
 
>
9
 
 
10
 
        <Runtime>
11
 
                <Import assembly="GNOME-Session.dll"/>
12
 
        </Runtime>
13
 
        
14
 
        <Dependencies>
15
 
                <Addin id="Core" version="1.0" />
16
 
        </Dependencies>
17
 
        
18
 
        <!-- Extensions included in this assembly -->
19
 
        <!-- Sources -->
20
 
        <Extension path = "/Do/ItemSource">
21
 
                <ItemSource type="GNOME.Session.SessionCommandsItemSource" />
22
 
        </Extension>
23
 
</Addin>