Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (252cee8ccaed5668319ce9ff2e1cde47d0e265ed)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (252cee8ccaed5668319ce9ff2e1cde47d0e265ed)
  • Date: Sun, 04 Apr 2010 21:21:22 +0200


commit 19fd4f6c3a4395069c76cfd401e21b28a29f09fc
Author: Arjan Bouter<abouter AT sourcemage.org>
Commit: Arjan Bouter<abouter AT sourcemage.org>

libpst: attempt to let evolution use libpst to import PST files. maybe
someone else can take a look.

commit 342a8c453f35846d72672194945fb2bf3e3a1f1c
Author: Arjan Bouter<abouter AT sourcemage.org>
Commit: Arjan Bouter<abouter AT sourcemage.org>

readpst: version 0.5.3


+# seems broken, disabled in BUILD for now
+#optional_depends readpst \
+# "--enable-pst-import" \
+# "--disable-pst-import" \
+# "enable the pst-import plugin?"
diff --git a/gnome2-apps/evolution/HISTORY b/gnome2-apps/evolution/HISTORY
index cc27b5a..68a694b 100644
--- a/gnome2-apps/evolution/HISTORY
+++ b/gnome2-apps/evolution/HISTORY
@@ -1,3 +1,8 @@
+2010-04-01 Arjan Bouter<abouter AT sourcemage.org>
+ * BUILD: disable pst-import plugin for now
+ * DEPENDS: added missing optional dependencies on gtkimageview,
+ readpst

diff --git a/mail/readpst/DETAILS b/mail/readpst/DETAILS
index 572bdca..c05aa3c 100755
--- a/mail/readpst/DETAILS
+++ b/mail/readpst/DETAILS
@@ -1,9 +1,9 @@
SPELL=readpst
- VERSION=0.5.2
+ VERSION=0.5.3
SOURCE=libpst-${VERSION}.tar.gz
SOURCE_URL[0]=http://alioth.debian.org/download.php/844/${SOURCE}
-
SOURCE_HASH=sha512:e2c703ae4c6919163ced41d177f781788cd031e03c6e55b9c850627187317f66f45625c959df7905a0b094a63467fe3be6335f0d3f037fbe0705f1602fa9afb7
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/libpst-0.5.1
+
SOURCE_HASH=sha512:2fb2c338201ffd996f3a1c422da6defe39e330440ab9cad1e146074e9fa41942be11e328437bf65cb44b520ce0d11fc70b74fcb73b5ca07e19a78842d735fe5b
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/libpst-${VERSION}
WEB_SITE=http://alioth.debian.org/projects/libpst/
ENTERED=20050311
LICENSE[0]=GPL
diff --git a/mail/readpst/HISTORY b/mail/readpst/HISTORY
index c06613b..0fa4e58 100644
--- a/mail/readpst/HISTORY
+++ b/mail/readpst/HISTORY
@@ -1,3 +1,9 @@
+2010-04-01 Arjan Bouter<abouter AT sourcemage.org>
+ * DETAILS: version 0.5.3
+ * attempt to let evolution use it, no luck
+ * INSTALL: also install headers and a packageconfig file
+ * libpst.pc: added
+
2007-01-29 Jaka Kranjc<lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 0.5.2
* BUILD: converted to build api2
diff --git a/mail/readpst/INSTALL b/mail/readpst/INSTALL
new file mode 100755
index 0000000..be268d2
--- /dev/null
+++ b/mail/readpst/INSTALL
@@ -0,0 +1,4 @@
+default_install&&
+mkdir -p ${INSTALL_ROOT}/usr/include/libpst&&
+install -m0644 *.h ${INSTALL_ROOT}/usr/include/libpst/&&
+install -m0644 ${SPELL_DIRECTORY}/libpst.pc
${INSTALL_ROOT}/usr/lib/pkgconfig/
diff --git a/mail/readpst/libpst.pc b/mail/readpst/libpst.pc
new file mode 100644
index 0000000..92a086d
--- /dev/null
+++ b/mail/readpst/libpst.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libpst


What about this libpst http://www.five-ten-sg.com/libpst/ ?
Why we have readpst with libpst source?
We should probably add libpst spell and deprecate / conflicts readpct.

--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page