Changeset 1932
- Timestamp:
- 05/09/07 08:50:03
- Files:
-
- trunk/ChangeLog (modified) (2 diffs)
- trunk/Makefile.am (modified) (1 diff)
- trunk/configure.ac (modified) (4 diffs)
- trunk/debian/control.maemo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r1927 r1932 1 2007-05-09 Jose Dapena Paz <jdapena@igalia.com> 2 3 * configure.ac, Makefile.am: 4 Now Maemo target also compiles gnomevfs module. 5 * debian/control.maemo: 6 Added package for gnomevfs module 7 1 8 2007-05-08 Sergio Villar Senin <svillar@igalia.com> 2 9 … … 21 28 * Speedups in TnyGtkHeaderListModel 22 29 23 2007-05-08 Murray Cumming <murrayc@murrayc.com 30 2007-05-08 Murray Cumming <murrayc@murrayc.com> 24 31 25 32 * docs/devel/reference/tmpl/tny-shared.sgml: trunk/Makefile.am
r1931 r1932 15 15 if BUILD_MOZEMBED 16 16 SUBDIRS += libtinymailui-mozembed 17 endif 18 19 if BUILD_MAEMO 20 SUBDIRS += libtinymail-gnomevfs 17 21 endif 18 22 trunk/configure.ac
r1835 r1932 84 84 build_mozembed=false 85 85 build_gnome=false 86 build_maemo=true 86 87 with_html_component=none 87 88 build_uigtk=true … … 300 301 extratnypkgs="gnome-vfs-2.0" 301 302 PKG_CHECK_MODULES(LIBTINYMAIL_GNOMEVFS, glib-2.0 >= 2.8 gobject-2.0 gnome-vfs-2.0) 303 elif test x$build_maemo = xtrue; then 304 extragtkpkgs= 305 extratnypkgs="gnome-vfs-2.0" 306 PKG_CHECK_MODULES(LIBTINYMAIL_GNOMEVFS, glib-2.0 >= 2.8 gobject-2.0 gnome-vfs-2.0) 302 307 else 303 308 LIBTINYMAIL_GNOMEVFS_CFLAGS= … … 306 311 extratnypkgs= 307 312 fi 313 308 314 AC_SUBST(LIBTINYMAIL_GNOMEVFS_CFLAGS) 309 315 AC_SUBST(LIBTINYMAIL_GNOMEVFS_LIBS) … … 372 378 373 379 380 AM_CONDITIONAL(BUILD_MAEMO, test x$build_maemo = xtrue) 374 381 375 382 trunk/debian/control.maemo
r1888 r1932 138 138 . 139 139 This package contains the development files for libtinymail-maemo. 140 141 Package: libtinymail-gnomevfs-1.0-0 142 Architecture: any 143 Depends: ${shlibs:Depends} 144 Description: memory-effective framework for accessing e-mail - Camel library 145 Tinymail is a development framework for accessing E-mail services using 146 devices with few memory resources. 147 . 148 It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange 149 and NNTP. It can be used to send messages over SMTP and by using sendmail. 150 . 151 This package contains the library for GNOME VFS specific functionality. 152 153 Package: libtinymail-gnomevfs-1.0-0-dev 154 Architecture: any 155 Depends: libtinymail-gnomevfs-1.0-0 (= ${binary:Version}) 156 Description: memory-effective framework for accessing e-mail - development files 157 Tinymail is a development framework for accessing E-mail services using 158 devices with few memory resources. 159 . 160 It supports local mail storage (Maildir,mh,spool & mbox), IMAP, Exchange 161 and NNTP. It can be used to send messages over SMTP and by using sendmail. 162 . 163 This package contains the development files for libtinymail-gnomevfs. 164
