diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-06-23 22:07:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-06-23 22:07:07 +0800 |
commit | 64cdaa7a86ef6dc80f2541efc9823868f0039126 (patch) | |
tree | 8a6cb1fc1c525bf767bd85aff76146c5ca97121c /data/evolution.desktop.in | |
parent | 0853c68484e796c3a7154ae01bbbcf7784e7b034 (diff) | |
download | gsoc2013-evolution-64cdaa7a86ef6dc80f2541efc9823868f0039126.tar.gz gsoc2013-evolution-64cdaa7a86ef6dc80f2541efc9823868f0039126.tar.zst gsoc2013-evolution-64cdaa7a86ef6dc80f2541efc9823868f0039126.zip |
Added implicity rule to subst @BASE_VERSION@
in evolution.desktop.in.in to generate evolution.desktop.in.
(desktop_in_file): Removed.
(desktop_in_in_file): New.
(kdedesktop_file): Update substitution to use
$(desktop_in_in_file) instead of $(desktop_in_file).
(noinst_DATA): Add $(desktop_file).
(install-data-local): Depend on $(mime_file) and $(keys_file).
(EXTRA_DIST): Remove $(desktop_file), replace $(desktop_in_file)
with $(desktop_in_in_file).
svn path=/trunk/; revision=21507
Diffstat (limited to 'data/evolution.desktop.in')
-rw-r--r-- | data/evolution.desktop.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/evolution.desktop.in b/data/evolution.desktop.in index 60e4cb8efa..2fc62f6993 100644 --- a/data/evolution.desktop.in +++ b/data/evolution.desktop.in @@ -1,8 +1,8 @@ [Desktop Entry] _Name=Ximian Evolution _Comment=The Evolution groupware suite -Exec=evolution-1.3 -Icon=evolution-1.3.png +Exec=evolution-1.4 +Icon=evolution-1.4.png Terminal=false Type=Application Categories=GNOME;Application;Office;X-Red-Hat-Base; |