~ubuntu-branches/ubuntu/natty/file-browser-applet/natty

« back to all changes in this revision

Viewing changes to data/GNOME_FileBrowserApplet_Factory.server.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2008-08-29 13:50:51 UTC
  • mfrom: (2.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080829135051-bani7mwsfjdbs9fx
Tags: 0.5.9-1
* New upstream release. (Closes: #497078)
* debian/control:
 - Remove Build-Depend on libgnomevfs2-dev and add Build-Depend
   on libglib2.0-dev as upstream has moved to GIO. (Closes: #493878)
 - Remove depreciated Depends and Build Depends on libgnome-desktop{-dev}
* Fixes Lintian warning: timewarp-standards-version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
        <oaf_server iid="OAFIID:GNOME_FileBrowserApplet_Factory"
4
4
                type="exe"
5
 
                location="${CMAKE_INSTALL_LIB_DIR}/gnome-panel/file-browser-applet">
 
5
                location="${CMAKE_INSTALL_LIB_EXEC_DIR}/${EXEC}">
6
6
        
7
7
                <oaf_attribute name="repo_ids" type="stringv">
8
8
                        <item value="IDL:Bonobo/GenericFactory:1.0"/>
24
24
                <oaf_attribute name="name" type="string" value="File Browser"/>
25
25
                <oaf_attribute name="description" type="string" value="File browser applet for the GNOME2 panel"/>
26
26
                <oaf_attribute name="panel:category" type="string" value="Utilities"/>
27
 
                <oaf_attribute name="panel:icon" type="string" value="file-browser-applet.png"/>
 
27
                <oaf_attribute name="panel:icon" type="string" value="${EXEC}.png"/>
28
28
        </oaf_server>
29
29
 
30
30
</oaf_info>