~ubuntu-branches/ubuntu/wily/alarm-clock-applet/wily

« back to all changes in this revision

Viewing changes to src/AlarmClock.server.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-03-17 09:02:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100317090244-ni0ye04mva2hxe10
Tags: 0.3.0-1
* New upstream release
* debian/control:
  + No change bump of Standards-Version to 3.8.4
  + Update build-deps:
    - Drop libglade, libpanel-applet, libgnomevfs2, libgnome{2,ui}
    - Add libxml2-dev and libunique-dev, intltool
* debian/patches/01_update-alarms-eta,patch:
  + Dropped, applied upstream
* debian/(alarm-clock-applet.1, alarm-clock-applet.manpages):
  + Add manpage for alarm-clock-applet, now that the binary is moved to
    /usr/bin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<oaf_info>
2
 
<oaf_server iid="OAFIID:AlarmClock_Factory" type="exe"
3
 
                        location="@LIBEXECDIR@/alarm-clock-applet">
4
 
 
5
 
        <oaf_attribute name="repo_ids" type="stringv">
6
 
                <item value="IDL:Bonobo/GenericFactory:1.0"/>
7
 
                <item value="IDL:Bonobo/Unknown:1.0"/>
8
 
        </oaf_attribute>
9
 
        <oaf_attribute name="name" type="string" value="Alarm Clock Factory"/>
10
 
        <oaf_attribute name="description" type="string" value="Factory to create the alarm clock applet"/>
11
 
</oaf_server>
12
 
 
13
 
<oaf_server iid="OAFIID:AlarmClock" type="factory"
14
 
                location="OAFIID:AlarmClock_Factory">
15
 
 
16
 
        <oaf_attribute name="repo_ids" type="stringv">
17
 
                <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
18
 
                <item value="IDL:Bonobo/Control:1.0"/>
19
 
                <item value="IDL:Bonobo/Unknown:1.0"/>
20
 
        </oaf_attribute>
21
 
        <oaf_attribute name="name" type="string" value="Alarm Clock"/>
22
 
        <oaf_attribute name="description" type="string" value="Get up in the morning!"/>
23
 
        <oaf_attribute name="panel:category" type="string" value="Accessories"/>
24
 
        <oaf_attribute name="panel:icon" type="string" value="alarm-clock.png"/>
25
 
</oaf_server>
26
 
</oaf_info>