From dafcdb315ad45b42ce2fcd7b026855a4c48dd65d Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Mon, 19 Apr 2004 15:21:14 +0000 Subject: Require gnome-icon-theme >= 1.2.0 2004-04-19 Rodney Dawes * configure.in: Require gnome-icon-theme >= 1.2.0 2004-04-19 Michael Terry * data/evolution.desktop.in.in: Use the icon theme svn path=/trunk/; revision=25518 --- ChangeLog | 8 ++++++++ configure.in | 4 ++++ data/evolution.desktop.in.in | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1a6e3b2a50..4e6683504d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-04-19 Rodney Dawes + + * configure.in: Require gnome-icon-theme >= 1.2.0 + +2004-04-19 Michael Terry + + * data/evolution.desktop.in.in: Use the icon theme + 2004-04-09 Chris Toshok * configure.in (UPGRADE_REVISION): bump to 8 for new contact list diff --git a/configure.in b/configure.in index 5231209e41..1eeb8fbfab 100644 --- a/configure.in +++ b/configure.in @@ -261,6 +261,10 @@ if test "x$ac_cv_gethostbyaddr_r_seven_args" = "xyes" ; then AC_DEFINE(GETHOSTBYADDR_R_SEVEN_ARGS, 1, [Solaris-style gethostbyaddr_r]) fi +dnl ************************************************** +dnl * Gnome Icon Theme +dnl ************************************************** +PKG_CHECK_MODULES(GIT, gnome-icon-theme >= 1.2.0) dnl ************************************************** dnl * Accessibility support diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index 5c7b272ffa..ef215266ad 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -2,7 +2,7 @@ _Name=Ximian Evolution (Unstable) _Comment=The Ximian Evolution Groupware Suite Exec=evolution-@BASE_VERSION@ -Icon=evolution-@BASE_VERSION@.png +Icon=evolution Terminal=false Type=Application Categories=GNOME;Application;Office;X-Red-Hat-Base; -- cgit v1.2.3