From 3c44c1e40dd87f7869f19c1ab82fcdcfdf2b720f Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 6 Feb 2006 08:47:45 +0000 Subject: Remove hard-coded EDS version number. Read it from 2006-02-06 Harish Krishnaswamy * configure.in, data/Makefile.am, data/evolution.desktop.in.in: Remove hard-coded EDS version number. Read it from evolution-data-server.pc instead. svn path=/trunk/; revision=31417 --- data/Makefile.am | 2 +- data/evolution.desktop.in.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index dfee0f16e3..934d1c6a4b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,7 +2,7 @@ desktopdir = $(datadir)/applications desktop_in_in_file = evolution.desktop.in.in desktop_file = $(desktop_in_in_file:.desktop.in.in=.desktop) %.desktop.in: %.desktop.in.in - sed -e "s|\@BASE_VERSION\@|$(BASE_VERSION)|" $< > $@ + sed -e "s|\@BASE_VERSION\@|$(BASE_VERSION)|" -e "s|\@DATASERVER_EXEC_VERSION\@|$(DATASERVER_EXEC_VERSION)|" $< > $@ @INTLTOOL_DESKTOP_RULE@ diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index 93b1011e6e..dcb8235bb2 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -9,5 +9,5 @@ Type=Application Categories=GNOME;Application;Office;X-Red-Hat-Base; StartupNotify=true X-GNOME-Bugzilla-Product=Evolution -X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-1.4;evolution-exchange-storage;evolution-alarm-notify; +X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-@DATASERVER_EXEC_VERSION@;evolution-exchange-storage;evolution-alarm-notify; -- cgit v1.2.3