aboutsummaryrefslogtreecommitdiffstats
path: root/shell/GNOME_Evolution_Shell.server.in.in
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-04-08 00:08:11 +0800
committerDan Winship <danw@src.gnome.org>2003-04-08 00:08:11 +0800
commita14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc (patch)
tree9f8a4b11e98ff95e939fee24c036962f71c3052c /shell/GNOME_Evolution_Shell.server.in.in
parentb743a6f7ee532050df61a07d820c781c3bd968f7 (diff)
downloadgsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar
gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar.gz
gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar.bz2
gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar.lz
gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar.xz
gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar.zst
gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.zip
Substitute version number into the evolution binary name in the server
* Makefile.am ($(server_in_files)): Substitute version number into the evolution binary name in the server file (INCLUDES): define EVOLUTION_TOOLSDIR * GNOME_Evolution_Shell.server.in.in: Clean up server names. Add "-@VERSION@" to the end of the shell binary name * main.c (main): if KILL_PROCESS_CMD is defined, add a --force-shutdown argument that runs killev and exits. svn path=/trunk/; revision=20702
Diffstat (limited to 'shell/GNOME_Evolution_Shell.server.in.in')
-rw-r--r--shell/GNOME_Evolution_Shell.server.in.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/GNOME_Evolution_Shell.server.in.in b/shell/GNOME_Evolution_Shell.server.in.in
index 0dbeb6f8bb..960ae4ee07 100644
--- a/shell/GNOME_Evolution_Shell.server.in.in
+++ b/shell/GNOME_Evolution_Shell.server.in.in
@@ -2,14 +2,14 @@
<oaf_server iid="OAFIID:GNOME_Evolution_Shell"
type="exe"
- location="@BINDIR@/evolution">
+ location="@BINDIR@/evolution-@VERSION@">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Evolution/Shell:1.0"/>
</oaf_attribute>
- <oaf_attribute name="description" type="string"
- _value="The Evolution shell."/>
+ <oaf_attribute name="name" type="string"
+ _value="Evolution Shell"/>
</oaf_server>
<oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_Factory"
@@ -44,8 +44,8 @@
<item value="shell"/>
</oaf_attribute>
- <oaf_attribute name="description" type="string"
- _value="Configuration control for Evolution folder settings."/>
+ <oaf_attribute name="name" type="string"
+ _value="Evolution folder settings configuration control"/>
</oaf_server>
</oaf_info>