Changeset 1932

Show
Ignore:
Timestamp:
05/09/07 08:50:03
Author:
jdapena
Message:

* configure.ac, Makefile.am:

Now Maemo target also compiles gnomevfs module.
* debian/control.maemo:
Added package for gnomevfs module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1927 r1932  
     12007-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 
    182007-05-08  Sergio Villar Senin  <svillar@igalia.com> 
    29 
     
    2128        * Speedups in TnyGtkHeaderListModel 
    2229 
    23 2007-05-08  Murray Cumming  <murrayc@murrayc.com 
     302007-05-08  Murray Cumming  <murrayc@murrayc.com> 
    2431 
    2532        * docs/devel/reference/tmpl/tny-shared.sgml: 
  • trunk/Makefile.am

    r1931 r1932  
    1515if BUILD_MOZEMBED 
    1616SUBDIRS += libtinymailui-mozembed  
     17endif 
     18 
     19if BUILD_MAEMO 
     20SUBDIRS += libtinymail-gnomevfs 
    1721endif 
    1822 
  • trunk/configure.ac

    r1835 r1932  
    8484        build_mozembed=false 
    8585        build_gnome=false 
     86        build_maemo=true 
    8687        with_html_component=none 
    8788        build_uigtk=true 
     
    300301extratnypkgs="gnome-vfs-2.0" 
    301302  PKG_CHECK_MODULES(LIBTINYMAIL_GNOMEVFS, glib-2.0 >= 2.8 gobject-2.0 gnome-vfs-2.0) 
     303elif test x$build_maemo = xtrue; then 
     304extragtkpkgs= 
     305extratnypkgs="gnome-vfs-2.0" 
     306  PKG_CHECK_MODULES(LIBTINYMAIL_GNOMEVFS, glib-2.0 >= 2.8 gobject-2.0 gnome-vfs-2.0) 
    302307else 
    303308  LIBTINYMAIL_GNOMEVFS_CFLAGS= 
     
    306311  extratnypkgs= 
    307312fi 
     313 
    308314AC_SUBST(LIBTINYMAIL_GNOMEVFS_CFLAGS) 
    309315AC_SUBST(LIBTINYMAIL_GNOMEVFS_LIBS) 
     
    372378 
    373379 
     380AM_CONDITIONAL(BUILD_MAEMO, test x$build_maemo = xtrue) 
    374381 
    375382 
  • trunk/debian/control.maemo

    r1888 r1932  
    138138 . 
    139139 This package contains the development files for libtinymail-maemo. 
     140 
     141Package: libtinymail-gnomevfs-1.0-0 
     142Architecture: any 
     143Depends: ${shlibs:Depends} 
     144Description: 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 
     153Package: libtinymail-gnomevfs-1.0-0-dev 
     154Architecture: any 
     155Depends: libtinymail-gnomevfs-1.0-0 (= ${binary:Version}) 
     156Description: 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