| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gnome-pim-1.4.6-1.tar.bz2 | 2003-02-20 | 501.5 kB | |
| gnome-pim-1.4.6.README | 2003-02-20 | 3.4 kB | |
| Totals: 2 Items | 504.9 kB | 0 | |
NAME: gnome-pim
VERSION: 1.4.6
RELEASE: 1
SUMMARY: GNOME personal productivity applications.
DISTRIBUTION: Cygwin GNOME 1.4 <http://cygnome.sourceforge.net>
VENDOR:
LICENSE: GPL
PACKAGER: Hansom Young <glyoung@users.sourceforge.net>
GROUP: Applications/Productivity
OS: Cygwin
ARCH: i586
SOURCE: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gnome-pim/gnome-pim-1.4.6.tar.gz
REQUIRES: glib-1.2 gtk-1.2 ORBit gnome-libs-1.4 libintl2
DESCRIPTION:
GNOME (GNU Network Object Model Environment) is a user-friendly set of
applications and desktop tools to be used in conjunction with a window
manager for the X Window System. GNOME is similar in purpose and scope
to CDE and KDE, but GNOME is based completely on free software.
The GNOME Personal Information Manager consists of applications to make
keeping up with your busy life easier.
Currently these apps are present:
- gnomecal : personal calendar and todo list
- gnomecard: contact list of friends and business associates
You should install the gnome-pim package if you would like to bring some
order to your life. You will also need to install the gnome-libs and ORBit
packages. If you would like to develop addtional applications for the
Personal Information Manager suite you will need to install the
gnome-pim-devel package.
Note on this Cygwin port
------------------------
Built on cygwin 1.3.18, with gcc-3.2, binutils-20021107, gettext-0.11.5
and glib-1.2.10, gtk-1.2.10, ORBit-0.5.17, gnome-libs-1.4.2.
Prebuilt binary packages of GNOME libraries for Cygwin could be found
on http://cygnome.souceforge.net/download/libs.html.
Change Log
-----------
Feb 19, 2002
1.4.6-1 Kept up with version 1.4.6.
Sep 11, 2002
1.2.0-13 First Cygwin release.
Build gnome-pim for Cygwin
--------------------------
Make sure you have Cygwin GNOME core libraries installed.
Then gnome-pim would build smoothly.
Remember to disable libtool old-style archive generating feature before configure.
(see below)
- $ CFLAGS=-O2 ./configure --prefix=/opt/gnome
- $ make
- $ make DESTDIR=/some/where install
diff -Naurp gnome-pim-1.4.6/configure gnome-pim-1.4.6-cygwin/configure
--- gnome-pim-1.4.6/configure 2002-04-25 20:51:06.000000000 +0100
+++ gnome-pim-1.4.6-cygwin/configure 2002-11-22 09:16:18.000000000 +0000
@@ -4243,7 +4243,8 @@ EOF
else $CC -o impgen impgen.c ; fi)~
$output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
- old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
+# old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
+old_archive_from_expsyms_cmds=
# cygwin and mingw dlls have different entry points and sets of symbols
# to exclude.
@@ -6093,7 +6094,8 @@ old_postuninstall_cmds=$lt_old_postunins
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
+#old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
+old_archive_from_expsyms_cmds=
# Commands used to build and install a shared archive.
archive_cmds=$lt_archive_cmds