This patch makes the desktop file call the actual binary, and adds evolution-alarm-notify to the bugzilla binaries list. It requires the addition of a new file. -- dobey
? evolution.desktop.in.in Index: Makefile.am =================================================================== RCS file: /cvs/gnome/evolution/data/Makefile.am,v retrieving revision 1.17 diff -u -r1.17 Makefile.am --- Makefile.am 6 Apr 2003 16:09:08 -0000 1.17 +++ Makefile.am 9 Jun 2003 20:48:30 -0000 @@ -1,6 +1,9 @@ desktopdir = $(datadir)/applications -desktop_in_file = evolution.desktop.in -desktop_file = $(desktop_in_file:.desktop.in=.desktop) +desktop_in_file = evolution.desktop.in.in +desktop_file = $(desktop_in_file:.desktop.in.in=.desktop) +$(desktop_in_file:.desktop.in.in=.desktop.in): $(desktop_in_file) + sed -e "s|\ BASE_VERSION\@|$(BASE_VERSION)|" $< > $@ + @INTLTOOL_DESKTOP_RULE@ keysdir = $(datadir)/mime-info
Attachment:
evolution.desktop.in.in
Description: application/gnome-app-info