From 0889a3a50eb13d95f0a61efc73afa4f05125c8df Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 12 Jun 2000 00:41:06 +0000 Subject: Fix a build problem (e-table now depends on the `misc' widgets, so we need to build the `misc' directory first) and install a `.desktop' file and an icon file. (For now, the icon file is a copy of `evolution-inbox.png'.) svn path=/trunk/; revision=3527 --- ChangeLog | 13 +++++++++++++ Makefile.am | 6 ++++++ evolution.desktop | 7 +++++++ evolution.png | Bin 0 -> 4281 bytes widgets/Makefile.am | 2 +- 5 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 evolution.desktop create mode 100644 evolution.png diff --git a/ChangeLog b/ChangeLog index 374b2eb88b..6c672b7994 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2000-06-12 Ettore Perazzoli + + * widgets/Makefile.am (SUBDIRS): build `misc' before everything + else. + + * Makefile.am: Install `evolution.png' and `evolution.desktop' + where appropriate. + + * evolution.png: New. For now, it's just a copy of + `art/evolution-inbox.png'. + + * evolution.desktop: New. + 2000-06-10 Zbigniew Chyla * configure.in: Added pl (Polish) to ALL_LINGUAS diff --git a/Makefile.am b/Makefile.am index f6d04978ad..d3b340e965 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,5 +33,11 @@ SUBDIRS = \ po \ doc +appicondir = $(datadir)/pixmaps +appicon_DATA = evolution.png + +applicationdir = $(datadir)/gnome/apps/Applications +application_DATA = evolution.desktop + dist-hook: evolution.spec cp evolution.spec $(distdir) diff --git a/evolution.desktop b/evolution.desktop new file mode 100644 index 0000000000..c0c0855b41 --- /dev/null +++ b/evolution.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Evolution +Comment=The Evolution groupware suite +Exec=evolution +Icon=evolution.png +Terminal=0 +Type=Application diff --git a/evolution.png b/evolution.png new file mode 100644 index 0000000000..3b0f90b292 Binary files /dev/null and b/evolution.png differ diff --git a/widgets/Makefile.am b/widgets/Makefile.am index a140d09102..a2c421ee7d 100644 --- a/widgets/Makefile.am +++ b/widgets/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = \ + misc \ e-paned \ e-text \ e-table \ meeting-time-sel \ - misc \ shortcut-bar -- cgit v1.2.3