~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

« back to all changes in this revision

Viewing changes to Do.Interface.Linux.Docky/Resources/Do.Interface.Linux.Docky.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers, Christopher James Halse Rogers, Iain Lane
  • Date: 2009-02-04 15:30:25 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090204153025-dhb2pm7dgbtmoib6
Tags: 0.8.0-1~ubuntu1
[ Christopher James Halse Rogers ]
* New upstream release.  (LP: #323048)
  + Fixes text input problems (LP: #288517)
  + No longer grabs plugins from internet repositories (LP: #294808)
  + Preferences dialog is resizable (LP: #305419)
* Build against gtk, gnome mono packages from Experimental. (Closes: #510836)
* debian/control:
  + Bump versioned dep on libgtk2.0-cil to ensure
    Gdk.Screen.IsComposited exists (Closes: #510973)
  + Add libwnck2.20-cil build-dep
  + gnome-sharp2 transition.
* debian/patches/04_fix_locale_dir
* debian/patches/05_fix_localised_theme_setting
* debian/patches/06_expand_homedir_in_open
  + Drop; fixed in new upstream  
* debian/patches/02_use_cli_for_wrapper
  + Update for new upstream
  + Add dpatch comments
* debian/gnome-do.1
  + Fix broken formatting (LP: #291654).  Thank you to Frédéric Grosshans
    for spotting it, and the patch.
  + Update for new version.

[ 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="DockyInterface"
 
3
        namespace="Do"
 
4
        version="1.0"
 
5
        name="Docky"
 
6
        description="Do + Dock = Docky!"
 
7
        author="Jason Smith"
 
8
        category="Hidden"
 
9
>
 
10
 
 
11
        <Runtime>
 
12
                <Import assembly="Do.Interface.Linux.Docky.dll"/>
 
13
        </Runtime>
 
14
        
 
15
        <Dependencies>
 
16
                <Addin id="Interface.Linux" version="1.0" />
 
17
        </Dependencies>
 
18
        
 
19
        <!-- Extensions included in this assembly -->
 
20
        <!-- Sources -->
 
21
        <Extension path = "/Do/InterfaceWindow">
 
22
                <InterfaceWindow type="Docky.Interface.DockWindow" />
 
23
        </Extension>
 
24
</Addin>