- Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide.
16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
[Desktop Entry]
|
|
Type=Application
|
|
_Name=Evolution Alarm Notify
|
|
_Comment=Calendar event notifications
|
|
Icon=appointment-soon
|
|
Exec=@PRIVLIBEXECDIR@/evolution-alarm-notify
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=
|
|
OnlyShowIn=GNOME;XFCE;MOBLIN;
|
|
X-Moblin-Priority=Low
|
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
X-GNOME-Bugzilla-Product=evolution
|
|
X-GNOME-Bugzilla-Component=calendar
|
|
X-GNOME-Bugzilla-Version=@BASE_VERSION@.x
|