diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-04-19 23:21:14 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-04-19 23:21:14 +0800 |
commit | dafcdb315ad45b42ce2fcd7b026855a4c48dd65d (patch) | |
tree | 95cc0c6f980c454e718d5e01628b6d25f6b14868 | |
parent | 69bf3985321f43107a694855c764500c89b05deb (diff) | |
download | gsoc2013-evolution-dafcdb315ad45b42ce2fcd7b026855a4c48dd65d.tar.gz gsoc2013-evolution-dafcdb315ad45b42ce2fcd7b026855a4c48dd65d.tar.zst gsoc2013-evolution-dafcdb315ad45b42ce2fcd7b026855a4c48dd65d.zip |
Require gnome-icon-theme >= 1.2.0
2004-04-19 Rodney Dawes <dobey@ximian.com>
* configure.in: Require gnome-icon-theme >= 1.2.0
2004-04-19 Michael Terry <mike@mterry.name>
* data/evolution.desktop.in.in: Use the icon theme
svn path=/trunk/; revision=25518
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | data/evolution.desktop.in.in | 2 |
3 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2004-04-19 Rodney Dawes <dobey@ximian.com> + + * configure.in: Require gnome-icon-theme >= 1.2.0 + +2004-04-19 Michael Terry <mike@mterry.name> + + * data/evolution.desktop.in.in: Use the icon theme + 2004-04-09 Chris Toshok <toshok@ximian.com> * 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; |