[oe-commits] org.oe.dev tmut: Add tmut - a really small email client based on tinymail.

florian commit openembedded-commits at lists.openembedded.org
Tue Oct 30 14:51:06 UTC 2007


tmut: Add tmut - a really small email client based on tinymail.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: fbf2097655258d1bf16d079a634000182caf56e8
ViewMTN: http://monotone.openembedded.org/revision/info/fbf2097655258d1bf16d079a634000182caf56e8
Files:
1
packages/tinymail/tmut
packages/tinymail/tmut/tmut-build-oe.patch
packages/tinymail/tmut_svn.bb
Diffs:

#
# mt diff -r3ebf871e889972f1b876f1b255ef4f536a1cf7da -rfbf2097655258d1bf16d079a634000182caf56e8
#
# 
# 
# add_dir "packages/tinymail/tmut"
# 
# add_file "packages/tinymail/tmut/tmut-build-oe.patch"
#  content [be174ca107e9ce5a00212c491d0e7df2aad6bc8e]
# 
# add_file "packages/tinymail/tmut_svn.bb"
#  content [8cdb81322d0afd86b4eca8ef8af8d17704a9b543]
# 
============================================================
--- packages/tinymail/tmut/tmut-build-oe.patch	be174ca107e9ce5a00212c491d0e7df2aad6bc8e
+++ packages/tinymail/tmut/tmut-build-oe.patch	be174ca107e9ce5a00212c491d0e7df2aad6bc8e
@@ -0,0 +1,19 @@
+--- configure.ac~	2007-10-30 14:56:46.000000000 +0100
++++ configure.ac	2007-10-30 14:56:46.000000000 +0100
+@@ -20,7 +20,7 @@
+ 	libtinymail-camel-1.0 
+ 	libtinymailui-1.0 
+ 	libtinymailui-gtk-1.0
+-	libtinymail-gnome-desktop-1.0
++	libtinymail-gpe-1.0
+ ) 
+ 
+ AC_SUBST(TMUT_CFLAGS)
+--- src/Makefile.am~	2007-10-30 14:57:00.000000000 +0100
++++ src/Makefile.am	2007-10-30 14:57:00.000000000 +0100
+@@ -1,4 +1,4 @@
+-INCLUDES = $(TMUT_CFLAGS) -DGNOMEDESKTOP
++INCLUDES = $(TMUT_CFLAGS) -DGPE
+ 
+ bin_PROGRAMS = tmut
+ 
============================================================
--- packages/tinymail/tmut_svn.bb	8cdb81322d0afd86b4eca8ef8af8d17704a9b543
+++ packages/tinymail/tmut_svn.bb	8cdb81322d0afd86b4eca8ef8af8d17704a9b543
@@ -0,0 +1,17 @@
+DESCRIPTION = "Tmut is a really small E-Mail client based on Tinymail"
+SECTION = "x11/utils"
+LICENSE = "LGPL"
+DEPENDS = "gtk+ glib-2.0 gnome-vfs gconf-dbus libtinymail"
+PV = "0.0.0+svnr${SRCREV}"
+PR = "r0"
+
+SRCREV = "15"
+
+DEFAULT_PREFERENCE = "-1"
+
+
+SRC_URI = "svn://svn.tinymail.org/svn/tmut/;module=trunk;proto=http \
+           file://tmut-build-oe.patch;patch=1;pnum=0"
+
+inherit pkgconfig autotools
+S = "${WORKDIR}/trunk"






More information about the Openembedded-commits mailing list